Skip to content

Conversation

dimitribouniol
Copy link
Collaborator

Fixed sendable warnings when running tests, and fixed an issue that would cause some test runners to fail.

@dimitribouniol dimitribouniol requested a review from 0xTim October 9, 2025 13:31
@dimitribouniol dimitribouniol self-assigned this Oct 9, 2025
@dimitribouniol dimitribouniol linked an issue Oct 9, 2025 that may be closed by this pull request
@dimitribouniol dimitribouniol enabled auto-merge (squash) October 9, 2025 13:33
rawID: credentialID,
attestationObject: attestationObject
)
#expect(credential != nil)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Turns out this could never be nil 🤪

Copy link
Member

Choose a reason for hiding this comment

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

Is it non optional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep. I'm guessing early versions of Testing didn't flag it, while 6.1 and 6.2 really didn't like it, while the nightlies because indifferent again.

rawID: credentialID,
attestationObject: attestationObject
)
#expect(credential != nil)
Copy link
Member

Choose a reason for hiding this comment

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

Is it non optional?

@dimitribouniol dimitribouniol merged commit c430430 into main Oct 9, 2025
23 checks passed
@dimitribouniol dimitribouniol deleted the dimitri/ci-tests branch October 9, 2025 16:47
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.

CI Errors on Swift 6.1 and 6.2
2 participants