Skip to content

Bump 6.3 Swift toolchain snapshots in test.yml#702

Open
MaxDesiatov wants to merge 10 commits intomainfrom
maxd/bump-toolchains
Open

Bump 6.3 Swift toolchain snapshots in test.yml#702
MaxDesiatov wants to merge 10 commits intomainfrom
maxd/bump-toolchains

Conversation

@MaxDesiatov
Copy link
Member

@MaxDesiatov MaxDesiatov commented Mar 15, 2026

Bumping to 2026-03-05 for 6.3.

Not bumping to 2026-03-09 for main, because of a compiler crash:

  SIL verification failed: throw operand type does not match error result type of function
    $JSException
    $any Error
  Verifying instruction:
       %18 = load [take] %13 : $*any Error          // user: %20
  ->   throw %18 : $any Error                       // id: %20
  In function:
  // implicit closure #1 in IntegerTypesSupportTests.testRoundTripInt()

Filed as swiftlang/swift#87893

Bumping to `2026-03-05` for 6.3 and `2026-03-09` for `main`.
MaxDesiatov added a commit that referenced this pull request Mar 16, 2026
@MaxDesiatov MaxDesiatov marked this pull request as ready for review March 16, 2026 22:40
@MaxDesiatov MaxDesiatov added the bug Something isn't working label Mar 16, 2026
@MaxDesiatov MaxDesiatov changed the title Bump Swift toolchain snapshots in test.yml Bump 6.3 Swift toolchain snapshots in test.yml Mar 16, 2026
#if compiler(>=6.4)
// Hand-off the scheduling work to Clock implementation for unknown clocks.
// Clock.enqueue is only available in the development branch (6.4+).
clock.enqueue(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it available on Embedded?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verifying that in Examples/EmbeddedConcurrency/Sources/EmbeddedConcurrencyApp/App.swift added in this PR, I'll clean up nonisolated(unsafe) in that sample in the next commit.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a better directory for test fixtures like this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants