Skip to content

Conversation

bbrk24
Copy link
Contributor

@bbrk24 bbrk24 commented Oct 16, 2025

Fixes #223

Turns out the set -e call in the script was almost immediately followed by set +e, so I had to move it further down to make the tests fail correctly. Then I updated the code so now it actually builds on tvOS.

@bbrk24
Copy link
Contributor Author

bbrk24 commented Oct 16, 2025

Looks like about six hours ago, a commit was pushed to https://github.com/thebrowsercompany/swift-windowsfoundation that means it can no longer be pulled in by xcodebuild. (Not sure why it's succeeding on Linux; you'd think xcodebuild and SPM would resolve dependencies the same way.) Sometime thereafter, the repository was archived, so we shouldn't expect an update to come and fix it. I can't point it at an older commit because one of our dependencies also points at main, so SPM will complain about the mismatched commits.

@bbrk24 bbrk24 marked this pull request as ready for review October 18, 2025 00:35
Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this. I've just annotated the changes with one small question, but all looks great other than that.

Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

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

Thanks for looking into that. Will merge once CI passes.

@stackotter stackotter merged commit 7d775a2 into stackotter:main Oct 18, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apple TV workflow step is failing, but reporting a success

2 participants