-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Merge release/6.4.x into main
#10072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
github-actions
wants to merge
14
commits into
main
Choose a base branch
from
automerge/merge-main-2026-05-16_11-49
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fa4e9cf
GHA: Simplify and reduct number of jobs
bkhouri b8bf0fa
Update Package branch-based dependencies (#10027)
bkhouri 3871223
Merge pull request #10039 from bkhouri/t/6.4.x/simplify_gha
bkhouri f02442e
[6.4] Tests: Update withKnownIssue conditional (#10048)
bkhouri 092e8fa
Remove BuildParameters.buildPath in favor of a new protocol requireme…
owenv 02bd598
Update SwiftBuildSystem to query the underlying build system for the …
owenv 3a7466b
Adopt inMemorySwiftSDK run destination API
owenv 316f1dd
Preserve and deprecate BuildParameters API used by sourcekit-lsp
owenv 0fef792
[6.4] Demote a PIF debug message from info -> debug so it doesn't app…
owenv 290b19e
Merge pull request #10013 from owenv/owenv/config
owenv 2476586
Merge pull request #10052 from owenv/owenv/productsdir
owenv 1d29fcd
SwiftBuild: expose STRIP_INSTALLED_PRODUCT setting (#10038)
bkhouri 6361b4b
[6.4] Remove percent from swift build progress logging (#10068)
bripeticca 2c72f26
PIF: emit error when testTarget depends on testTarget (#10064)
bkhouri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| name: Pull Request | ||
|
|
||
| on: | ||
| pull_request_target: | ||
| types: [opened, edited, reopened, labeled, unlabeled, synchronize] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| // swift-tools-version: 6.2 | ||
| // The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
|
||
| import PackageDescription | ||
|
|
||
| let package = Package( | ||
| name: "TestTargetDependOnTestTarget", | ||
| targets: [ | ||
| .testTarget( | ||
| name: "leafTestTarget", | ||
| ), | ||
| .testTarget( | ||
| name: "myTestTarget", | ||
| dependencies: [ | ||
| "leafTestTarget", | ||
| ], | ||
| ), | ||
| .testTarget( | ||
| name: "myOtherTestTarget", | ||
| dependencies: [ | ||
| "leafTestTarget", | ||
| "myTestTarget", | ||
| ], | ||
| ), | ||
| ] | ||
| ) |
9 changes: 9 additions & 0 deletions
9
Fixtures/TestTargetDependOnTestTarget/Tests/leafTestTarget/leafTestTarget.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import Testing | ||
|
|
||
| @Suite | ||
| struct LeafTestTargetTests { | ||
| @Test("LeafTestTarget tests") | ||
| func example() { | ||
| #expect(42 == 17 + 25) | ||
| } | ||
| } |
9 changes: 9 additions & 0 deletions
9
Fixtures/TestTargetDependOnTestTarget/Tests/myOtherTestTarget/myOtherTestTarget.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import Testing | ||
|
|
||
| @Suite | ||
| struct MyOTherTestTargetTests { | ||
| @Test("MyOTherTestTarget tests") | ||
| func example() { | ||
| #expect(42 == 17 + 25) | ||
| } | ||
| } |
9 changes: 9 additions & 0 deletions
9
Fixtures/TestTargetDependOnTestTarget/Tests/myTestTarget/myTestTarget.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import Testing | ||
|
|
||
| @Suite | ||
| struct MyTestTargetTests { | ||
| @Test("MyTestTarget tests") | ||
| func example() { | ||
| #expect(42 == 17 + 25) | ||
| } | ||
| } |
16 changes: 16 additions & 0 deletions
16
Fixtures/WebAssembly/ConfiguredSDKSearchPaths/Consumer/Package.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| // swift-tools-version: 6.0 | ||
| import PackageDescription | ||
| let package = Package( | ||
| name: "GreeterUser", | ||
| targets: [ | ||
| .executableTarget( | ||
| name: "GreeterUser", | ||
| linkerSettings: [ | ||
| // `Greeter` is not declared as a target dependency; its module and static archive | ||
| // are resolved through the SDK's include/library search paths (populated via | ||
| // `swift sdk configure` in the enclosing test). | ||
| .linkedLibrary("Greeter"), | ||
| ] | ||
| ), | ||
| ] | ||
| ) |
3 changes: 3 additions & 0 deletions
3
Fixtures/WebAssembly/ConfiguredSDKSearchPaths/Consumer/Sources/GreeterUser/main.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import Greeter | ||
|
|
||
| print(greet()) |
11 changes: 11 additions & 0 deletions
11
Fixtures/WebAssembly/ConfiguredSDKSearchPaths/ExternalDependency/Package.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| // swift-tools-version: 6.0 | ||
| import PackageDescription | ||
| let package = Package( | ||
| name: "Greeter", | ||
| products: [ | ||
| .library(name: "Greeter", type: .static, targets: ["Greeter"]), | ||
| ], | ||
| targets: [ | ||
| .target(name: "Greeter"), | ||
| ] | ||
| ) |
3 changes: 3 additions & 0 deletions
3
...res/WebAssembly/ConfiguredSDKSearchPaths/ExternalDependency/Sources/Greeter/Greeter.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| public func greet() -> String { | ||
| return "Hello from Greeter!" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue (blocking): we need to revert this change