Skip to content

Re enable collection signing #3788

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 6 commits into from
May 2, 2025
Merged

Conversation

finestructure
Copy link
Member

@finestructure finestructure commented May 2, 2025

Fixes #3755

This reverts commit 75679ea.

# Conflicts:
#	Tests/AppTests/ApiTests.swift
This reverts commit c1c97b6.

# Conflicts:
#	Package.resolved
@cla-bot cla-bot bot added the cla-signed label May 2, 2025
@@ -60,7 +61,7 @@ extension API {
}


extension PackageCollectionModel.V1.Collection: Vapor.Content {}
extension PackageCollectionSigning.Model.SignedCollection: @retroactive @unchecked Sendable, Vapor.Content {}
Copy link
Member Author

Choose a reason for hiding this comment

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

We should open a PR upstream to conform PackageCollectionModel.V1.Collection to Sendable so we can avoid this @retroactive @unchecked Sendable here.

…gning-note"

This reverts commit 545d844, reversing
changes made to 21101b7.
@finestructure finestructure force-pushed the re-enable-collection-signing branch from 23f2cfd to 6fc3d3f Compare May 2, 2025 12:59
@finestructure finestructure requested a review from daveverwer May 2, 2025 12:59
@finestructure finestructure marked this pull request as ready for review May 2, 2025 12:59
@finestructure finestructure merged commit 18ea7ae into main May 2, 2025
7 checks passed
@finestructure finestructure deleted the re-enable-collection-signing branch May 2, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server hangs when running with Swift 6.1 image
2 participants