-
Notifications
You must be signed in to change notification settings - Fork 26
Updates to support Xcode 26 Beta #239
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
40c16ed
README and Xcode 26 Beta updates
AlexNachbaur 0e14894
Minor update to the Samples README
AlexNachbaur 6d4d429
Amend the Xcode 26 Beta workaround implementation
AlexNachbaur b8d42be
Update swift language version detection script
AlexNachbaur 7f0f91d
Introduce debugging for selecting Swift 6.1
AlexNachbaur a434944
Debug missing Xcode 16.4
AlexNachbaur e5b8d36
Updates for github actions missing versions of Xcode
AlexNachbaur dd27036
Ensuring the proper runners are selected
AlexNachbaur af8642e
Reduce parallel iteration count for async tests to avoid flaky CI rac…
AlexNachbaur c10a846
Do not parallelize Swift tests, due to limited CI runner speed
AlexNachbaur 59095ad
Resolve inadequate test timings for CI
AlexNachbaur 97fd3f1
Resolve unit test URLResponse race conditions
AlexNachbaur 3a86a69
More test expectation timeout corrections
AlexNachbaur c9bce2c
Ensure logs can be preserved from failed swift tests
AlexNachbaur d6076a8
Fix test request match
AlexNachbaur 9de893f
Fix a collision in log output naming
AlexNachbaur 1055ce6
Try to resolve concurrency tests, and improve build output logs
AlexNachbaur 9fad7f6
Ensure xcbeautify is installed on Linux
AlexNachbaur 856550d
Fix a syntax error in the setup-swift action
AlexNachbaur fa5804a
Ensure homebrew is in the path
AlexNachbaur 4542ba1
Include homebrew path updates in Linux
AlexNachbaur 0f14a0b
Update to the newer CircleCI runner for UI tests
AlexNachbaur 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,3 +10,7 @@ swift: | |
| - version: "6.1" | ||
| xcode_versions: | ||
| - "16.3" | ||
| - "16.4" | ||
| - version: "6.2" | ||
| xcode_versions: | ||
| - "26.0" | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.