Skip to content

issues Search Results · repo:pointfreeco/swift-issue-reporting language:Swift

Filter by

34 results
 (85 ms)

34 results

inpointfreeco/swift-issue-reporting (press backspace or delete to remove)

When using Xcode 26 beta 3, I am experiencing a crash EXC_BAD_ACCESS (code=1, address=0x0) inside _recordIssue More precisely, it s in SwiftTesting.swift, line 46 (return statement). It gets to execute ...
  • flockoffiles
  • 5
  • Opened 
    10 days ago
  • #166

Hi, I m hitting a crash while running tests on iOS 15,16 and 17 since 1.2.4. The error vary a bit version by version but seems to be always a bad memory access. A full reproducer with a test case is joined ...
  • Alex293
  • 2
  • Opened 
    on May 7
  • #160

We are trying to integrate reportIssue directly into our logging system so that anytime an error message is logged, reportIssue is also called. However, even though we are explicitly passing file location ...
  • rockyev
  • 2
  • Opened 
    on Mar 19
  • #154

OS: Ubuntu 24.04.2 LTS Swift version: 5.10.1 swift-issue-reporting version: xctest-dynamic-overlay resolved at 1.5.2 I use swift-issue-reporting in Mockable and my Linux jobs started failing recently ...
  • Kolos65
  • 6
  • Opened 
    on Feb 26
  • #150

The library automatically causes tests to fail when reportIssue is called, which is not always desirable behaviour and there is no easy way to stop this from happening. I m in the process of migrating ...
  • lukeredpath
  • 3
  • Opened 
    on Feb 6
  • #145

If you call reportIssue( foo ) you will see a runtime warning on the correct line because _RuntimeWarningReporter overrides reportIssue(_:) with @_transparent. However, if you call reportIssue(MyError(), ...
  • Killectro
  • 1
  • Opened 
    on Nov 12, 2024
  • #139

See also #91. Our project depends on this library, plus a few others from pointfreeco that also depend on xctest-dynamic-overlay. Very frequently with Xcode 16.0 the SPM dependency graph gets in a broken ...
  • NachoSoto
  • 8
  • Opened 
    on Sep 23, 2024
  • #134

I m on version 1.3 of the package. This has previously worked on Xcode 16 beta 6 (16A5230g) Screenshot image Zip file of an example project MyLibrary.zip
  • JonLz
  • 1
  • Opened 
    on Sep 11, 2024
  • #129

The following declaration produces a deprecation warning on the Swift 6 language mode only. I m aware that the placeholder-less methods were deprecated but this seems to have only appeared after #114 was ...
  • hyperspacemark
  • 1
  • Opened 
    on Aug 24, 2024
  • #122

This causes a build error on the current version (1.2.5), and on every 1.2.x version: let _: ((String, Int)) - String = unimplemented( ) without any helpful compiler error message. The same thing works ...
apple bug
  • oskarek
  • 1
  • Opened 
    on Aug 21, 2024
  • #120
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub