Dave Abrahams
Dave Abrahams
**Describe the bug** Please see [this report](https://github.com/val-lang/val/actions/runs/5791142222/job/15695458360#step:4:10) **Workflow configuration (please complete the following information):** - Action version (`uses`): swift-actions/setup-swift@v1 - Platform (`runs-on`): ubuntu-latest - Swift version (`swift-version`): 5.8
From looking at the code, I think the things being labeled as x86 binaries are actually x64 binaries; `TARGET_CPU` doesn't get used for anything but choosing the names of files.
typecheck at 3a3f5a078: ```swift type MutableSlice< Unsliced: MutableCollection >: MutableCollection { memberwise init var core: remote inout Unsliced var start_position_: Position var end_position_: Position public typealias Position = Unsliced.Position public...
At 3a3f5a0 typecheck: ``` type MutableArraySlice: MutableCollection { memberwise init var core: remote inout Array var start_position_: Position var end_position_: Position public typealias Position = Int public typealias Element =...
We are working around it with [this](https://github.com/hylo-lang/hylo/blob/main/Sources/TestUtils/KnownBugs.swift#L2) and its uses. See also https://github.com/hylo-lang/Swifty-LLVM/issues/24
Too many issues and PRs get no attention at all. It would be good to ensure that new submissions aren't left hanging indefinitely and a label like this could help...
At 58b62b6adaaaa run DriverTests and you can see failures in the standard library reflecting the bug in the title. ``` Test Case '-[DriverTests.DriverTests testTypeCheckSuccess]' started./Users/dave/src/hylo/Tests/DriverTests/DriverTests.swift:104: error: -[DriverTests.DriverTests testTypeCheckSuccess] : XCTAssertTrue...
Currently blocked on https://github.com/apple/swift/issues/70979