The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenAPIKit, reference 6.0.0 (118d03), with Swift 6.2 for Linux on 29 Apr 2026 10:30:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIKit.git
Reference: 6.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mattpolzin/OpenAPIKit
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 118d039 README and CONTRIBUTING updates
Cloned https://github.com/mattpolzin/OpenAPIKit.git
Revision (git rev-parse @):
118d03942cb8d91093b5b33f53a6d86ab9016d22
SUCCESS checkout https://github.com/mattpolzin/OpenAPIKit.git at 6.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattpolzin/OpenAPIKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[2288/13838] Fetching swift-docc-plugin, yams
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
[1156/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.69s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.07s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (2.32s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/39] Emitting module OpenAPIKitCore
[9/43] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[10/43] Compiling OpenAPIKitCore Optional+Zip.swift
[11/43] Compiling OpenAPIKitCore Result+Value.swift
[12/43] Compiling OpenAPIKitCore Validatable.swift
[13/43] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 |         //are sendable. It is just difficult to prove that to the compiler so
389 |         // I will have to work at that later.
390 |         let anyValue = (key.0 as Any) as! any Sendable
    |                                       `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 |         try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 |     }
[14/43] Compiling OpenAPIKitCore OrderedDictionary.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 |         //are sendable. It is just difficult to prove that to the compiler so
389 |         // I will have to work at that later.
390 |         let anyValue = (key.0 as Any) as! any Sendable
    |                                       `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 |         try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 |     }
[15/43] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 |         //are sendable. It is just difficult to prove that to the compiler so
389 |         // I will have to work at that later.
390 |         let anyValue = (key.0 as Any) as! any Sendable
    |                                       `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 |         try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 |     }
[16/43] Compiling OpenAPIKitCore Shared.swift
/host/spi-builder-workspace/Sources/OpenAPIKitCore/OrderedDictionary/OrderedDictionary.swift:390:39: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
388 |         //are sendable. It is just difficult to prove that to the compiler so
389 |         // I will have to work at that later.
390 |         let anyValue = (key.0 as Any) as! any Sendable
    |                                       `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
391 |         try container.encode(value, forKey: .init(stringValue: key.1, originalValue: anyValue))
392 |     }
[17/43] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[18/43] Compiling OpenAPIKitCore JSONTypeFormat.swift
[19/43] Compiling OpenAPIKitCore Path.swift
[20/43] Compiling OpenAPIKitCore ResponseStatusCode.swift
[21/43] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[22/43] Compiling OpenAPIKitCore OpenAPIError.swift
[23/43] Compiling OpenAPIKitCore OpenAPIWarning.swift
[24/43] Compiling OpenAPIKitCore RequestDecodingError.swift
[25/43] Compiling OpenAPIKitCore OpenAPIReference.swift
[26/43] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[27/43] Compiling OpenAPIKitCore AnyCodable.swift
[28/43] Compiling OpenAPIKitCore Either+Codable.swift
[29/43] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[30/43] Compiling OpenAPIKitCore Either.swift
[31/43] Compiling OpenAPIKitCore SecurityScheme.swift
[32/43] Compiling OpenAPIKitCore SharedOAuthFlows.swift
[33/43] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[34/43] Compiling OpenAPIKitCore URLTemplate.swift
[35/43] Compiling OpenAPIKitCore CodingPathError.swift
[36/43] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[37/43] Compiling OpenAPIKitCore DiggingError.swift
[38/43] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[39/43] Compiling OpenAPIKitCore GenericError.swift
[40/43] Compiling OpenAPIKitCore CallbackURL.swift
[41/43] Compiling OpenAPIKitCore ComponentKey.swift
[42/43] Compiling OpenAPIKitCore ContentType.swift
[43/43] Compiling OpenAPIKitCore HttpMethod.swift
[45/181] Compiling OpenAPIKit ResolvedRoute.swift
[46/181] Compiling OpenAPIKit DereferencedRequest.swift
[47/181] Compiling OpenAPIKit Request.swift
[48/181] Compiling OpenAPIKit DereferencedResponse.swift
[49/181] Compiling OpenAPIKit Response.swift
[50/181] Compiling OpenAPIKit RuntimeExpression.swift
[51/181] Compiling OpenAPIKit SchemaProtocols.swift
[52/181] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[53/181] Compiling OpenAPIKit DereferencedJSONSchema.swift
[54/190] Compiling OpenAPIKit TypesAndFormats.swift
[55/190] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[56/190] Compiling OpenAPIKit OAuthFlows.swift
[57/190] Compiling OpenAPIKit SecurityScheme.swift
[58/190] Compiling OpenAPIKit Server.swift
[59/190] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[60/190] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[61/190] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[62/190] Compiling OpenAPIKit30 Validation+Builtins.swift
[63/190] Compiling OpenAPIKit30 Validation.swift
[69/200] Compiling OpenAPIKit Optional+ExternallyDereferenceable.swift
[70/200] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[71/200] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[72/200] Compiling OpenAPIKit ReferenceValidations.swift
[73/200] Compiling OpenAPIKit DereferencedContentPositionalEncoding.swift
[74/200] Compiling OpenAPIKit Discriminator.swift
[75/200] Compiling OpenAPIKit DereferencedDocument.swift
[76/200] Compiling OpenAPIKit Document.swift
[77/200] Compiling OpenAPIKit DocumentInfo.swift
[78/200] Compiling OpenAPIKit ResolvedDocument.swift
[79/200] Compiling OpenAPIKit Either+Convenience.swift
[80/200] Compiling OpenAPIKit Either+ExternallyDereferenceable.swift
[81/200] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[82/200] Compiling OpenAPIKit Either+Summarizable.swift
[83/200] Compiling OpenAPIKit ExternalLoader.swift
[84/200] Compiling OpenAPIKit DereferencedHeader.swift
[85/200] Compiling OpenAPIKit Parameter.swift
[86/200] Compiling OpenAPIKit ParameterContext.swift
[87/200] Compiling OpenAPIKit ParameterContextLocation.swift
[88/200] Compiling OpenAPIKit ParameterSchemaContext.swift
[89/200] Compiling OpenAPIKit ParameterSchemaContextStyle.swift
[90/200] Compiling OpenAPIKit DereferencedPathItem.swift
[91/200] Compiling OpenAPIKit PathItem.swift
[92/200] Compiling OpenAPIKit JSONSchema+Combining.swift
[93/200] Compiling OpenAPIKit JSONSchema.swift
[94/200] Compiling OpenAPIKit JSONSchemaContext.swift
[95/200] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[105/200] Compiling OpenAPIKit Validation+Builtins.swift
[106/200] Compiling OpenAPIKit Validation.swift
[107/200] Compiling OpenAPIKit Validator+Convenience.swift
[108/200] Compiling OpenAPIKit Validator.swift
[109/200] Compiling OpenAPIKit XML.swift
[110/200] Compiling OpenAPIKit _CoreReExport.swift
[130/200] Compiling OpenAPIKit DereferencedSchemaContext.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[131/200] Compiling OpenAPIKit Either+Validatable.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[132/200] Compiling OpenAPIKit DocumentDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[133/200] Compiling OpenAPIKit OperationDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[134/200] Compiling OpenAPIKit PathDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[135/200] Compiling OpenAPIKit ResponseDecodingError.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[136/200] Compiling OpenAPIKit Example.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[137/200] Compiling OpenAPIKit ExampleValue.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[138/200] Compiling OpenAPIKit ExternalDocumentation.swift
/host/spi-builder-workspace/Sources/OpenAPIKit30/JSONReference.swift:227:22: warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
225 |                 .split(separator: "/")
226 |                 .map(String.init)
227 |                 .map(PathComponent.init(stringValue:))
    |                      `- warning: capture of non-Sendable type 'ReferenceType.Type' in an isolated closure [#SendableMetatypes]
228 |
229 |             components = pathComponents
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[139/200] Emitting module OpenAPIKit30
[141/200] Compiling OpenAPIKit Header.swift
[142/200] Compiling OpenAPIKit JSONReference.swift
[143/200] Compiling OpenAPIKit Link.swift
[144/200] Compiling OpenAPIKit OpenAPI.swift
[145/200] Compiling OpenAPIKit OpenAPIConditionalWarnings.swift
[146/200] Compiling OpenAPIKit DereferencedOperation.swift
[147/200] Compiling OpenAPIKit Operation.swift
[148/200] Compiling OpenAPIKit ResolvedEndpoint.swift
[149/200] Compiling OpenAPIKit DereferencedParameter.swift
[150/200] Emitting module OpenAPIKit
error: compile command failed due to signal 9 (use -v to see invocation)
[151/200] Compiling OpenAPIKit Callbacks.swift
[152/200] Compiling OpenAPIKit CodableVendorExtendable.swift
[153/200] Compiling OpenAPIKit Components+JSONReference.swift
[154/200] Compiling OpenAPIKit Components+Locatable.swift
[155/200] Compiling OpenAPIKit Components.swift
[156/200] Compiling OpenAPIKit Content.swift
[157/200] Compiling OpenAPIKit ContentEncoding.swift
[158/200] Compiling OpenAPIKit ContentPositionalEncoding.swift
[159/200] Compiling OpenAPIKit DereferencedContent.swift
[160/200] Compiling OpenAPIKit DereferencedContentEncoding.swift
BUILD FAILURE 6.2 linux