diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 11a5157..40bf136 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,6 @@ jobs: uses: apple/swift-nio/.github/workflows/soundness.yml@main with: api_breakage_check_container_image: "swift:6.0-noble" - api_breakage_check_enabled: false docs_check_container_image: "swift:6.0-noble" license_header_check_project_name: "SwiftContainerPlugin" shell_check_container_image: "swift:6.0-noble" diff --git a/.spi.yml b/.spi.yml index f1587e6..e424596 100644 --- a/.spi.yml +++ b/.spi.yml @@ -2,5 +2,5 @@ version: 1 builder: configs: - documentation_targets: - - ContainerRegistry + - containertool - ContainerImageBuilderPlugin diff --git a/Package.swift b/Package.swift index c655f7c..82be59d 100644 --- a/Package.swift +++ b/Package.swift @@ -43,7 +43,8 @@ let package = Package( .product(name: "ArgumentParser", package: "swift-argument-parser"), .product(name: "Crypto", package: "swift-crypto", condition: .when(platforms: [.linux])), .target(name: "ContainerRegistry"), .target(name: "VendorCNIOExtrasZlib"), - ] + ], + swiftSettings: [.swiftLanguageMode(.v5)] ), .target( // Vendored from https://github.com/apple/swift-nio-extras