-
Notifications
You must be signed in to change notification settings - Fork 126
Lower Apple Platform requirement in Package.swift #102
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
Conversation
|
@swift-ci please test |
|
Per my recent reply, I think we can proceed with this. But first: I'm running CI again to confirm a theory that this will fail on macOS because I landed a change in #104 that requires newer OS versions after this PR was posted. I have a fix incoming for that, however, so we can land that first and then proceed with landing this. |
|
@swift-ci please test |
stmontgomery
left a comment
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.
Approving, but waiting to merge until CI failures are resolved
|
CI is failing in the way I would expect, now. Fixing that in #121 |
|
@swift-ci please test |
#102 introduced a warning when building the GitStatus executable, which we use to get repo information during building: > [!WARNING] > ``` > swift-testing/Sources/GitStatus/main.swift:65:24: warning: no calls to throwing functions occur within 'try' expression > guard let output = try? stdoutPipe.fileHandleForReading.readData(ofLength: maxOutputCount) else { > ^ > ``` This PR resolves the warning.
#102 introduced a warning when building the GitStatus executable, which we use to get repo information during building: > [!WARNING] > ``` > swift-testing/Sources/GitStatus/main.swift:65:24: warning: no calls to throwing functions occur within 'try' expression > guard let output = try? stdoutPipe.fileHandleForReading.readData(ofLength: maxOutputCount) else { > ^ > ``` This PR resolves the warning.
Lower Apple Platform requirement in Package.swift
Motivation:
Close #101
Modifications:
Lower Apple Platform requirement in Package.swift
Result:
A Package with iOS 13 support can at least have a dependency on it.
Checklist: