Skip to content

switch from main to 0.0.7 for swiftlang workflows#290

Merged
rnro merged 2 commits into
apple:mainfrom
rnro:update_swiftlang_workflow_version
Feb 20, 2026
Merged

switch from main to 0.0.7 for swiftlang workflows#290
rnro merged 2 commits into
apple:mainfrom
rnro:update_swiftlang_workflow_version

Conversation

@rnro

@rnro rnro commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • @main references to swiftlang/github-workflows are deprecated.

Modifications

  • Replace @main with @0.0.7 in all workflow files.

Result

  • Workflow files reference a pinned version of swiftlang/github-workflows.

@rnro rnro added the semver/none No version bump required. label Feb 20, 2026
@rnro rnro enabled auto-merge (squash) February 20, 2026 10:45
Motivation

* `@main` references to `swiftlang/github-workflows` are deprecated.

Modifications

* Replace `@main` with `@0.0.7` in all workflow files.

Result

* Workflow files reference a pinned version of `swiftlang/github-workflows`.
@rnro rnro force-pushed the update_swiftlang_workflow_version branch from 3b119a8 to 0026e11 Compare February 20, 2026 10:52
Motivation

* `let benchmarks` is a global with inferred type `() -> ()`, which is
  non-`Sendable`, causing a build error under `-require-explicit-sendable`.

Modifications

* Annotate `benchmarks` as `@Sendable () -> Void`.

Result

* Benchmark target builds cleanly under strict concurrency checking.
@rnro rnro merged commit 0ad242d into apple:main Feb 20, 2026
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants