Build Information
Failed to build swift-openapi-security-schemes, reference 0.2.1 (bf82e5
), with Swift 6.1 for Android on 29 May 2025 19:30:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/swift-openapi-security-schemes.git
Reference: 0.2.1
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/edonv/swift-openapi-security-schemes
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at bf82e57 Added docs.
Cloned https://github.com/edonv/swift-openapi-security-schemes.git
Revision (git rev-parse @):
bf82e579edfdf91181ea63e6fb2c3af2dc3c93c4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/swift-openapi-security-schemes.git at 0.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/edonv/swift-openapi-security-schemes.git
https://github.com/edonv/swift-openapi-security-schemes.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "swift-http-field-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/edonv/swift-http-field-types.git"
}
],
"manifest_display_name" : "swift-openapi-security-schemes",
"name" : "swift-openapi-security-schemes",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAPISecuritySchemes",
"targets" : [
"OpenAPISecuritySchemes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPISecuritySchemesTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPISecuritySchemesTests",
"path" : "Tests/OpenAPISecuritySchemesTests",
"sources" : [
"OpenAPISecuritySchemesTests.swift"
],
"target_dependencies" : [
"OpenAPISecuritySchemes"
],
"type" : "test"
},
{
"c99name" : "OpenAPISecuritySchemes",
"module_type" : "SwiftTarget",
"name" : "OpenAPISecuritySchemes",
"path" : "Sources/OpenAPISecuritySchemes",
"product_dependencies" : [
"OpenAPIRuntime",
"HTTPTypes",
"HTTPTypesFoundation",
"HTTPFieldTypes"
],
"product_memberships" : [
"OpenAPISecuritySchemes"
],
"sources" : [
"Internal Extensions/URL+appendQueryItemsBackport.swift",
"SecurityError.swift",
"SecurityScheme.swift",
"SecuritySchemeMiddleware.swift",
"SecuritySchemes/APIKeySecurityScheme.swift",
"SecuritySchemes/HTTPSecurityScheme.swift",
"SecuritySchemes/Never+SecurityScheme.swift",
"SecuritySchemes/OAuth2SecurityScheme.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/edonv/swift-http-field-types.git
Fetching https://github.com/apple/swift-openapi-generator
[1/390] Fetching swift-http-field-types
[391/6069] Fetching swift-http-field-types, swift-openapi-runtime
[392/6973] Fetching swift-http-field-types, swift-openapi-runtime, swift-http-types
[6974/22722] Fetching swift-http-field-types, swift-openapi-runtime, swift-http-types, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.08s)
[7594/17043] Fetching swift-http-field-types, swift-http-types, swift-openapi-generator
Fetched https://github.com/edonv/swift-http-field-types.git from cache (1.63s)
Fetched https://github.com/apple/swift-http-types from cache (1.64s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.64s)
Computing version for https://github.com/edonv/swift-http-field-types.git
Computed https://github.com/edonv/swift-http-field-types.git at 0.3.5 (2.26s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.58s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.54s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.8.0 (2.90s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-collections
[1/5959] Fetching swift-algorithms
[2/16616] Fetching swift-algorithms, yams
[3/33207] Fetching swift-algorithms, yams, swift-collections
[10949/48586] Fetching swift-algorithms, yams, swift-collections, swift-argument-parser
[23634/136496] Fetching swift-algorithms, yams, swift-collections, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-collections from cache (1.62s)
[63643/119905] Fetching swift-algorithms, yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (6.00s)
Fetched https://github.com/apple/swift-argument-parser from cache (6.00s)
Fetched https://github.com/jpsim/Yams from cache (6.04s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (6.37s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (7.11s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.94s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.2 (1.30s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.0 (1.04s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/edonv/swift-http-field-types.git
Working copy of https://github.com/edonv/swift-http-field-types.git resolved at 0.3.5
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/17] Compiling HTTPTypes HTTPResponse.swift
[11/17] Compiling HTTPTypes ISOLatin1String.swift
[12/18] Compiling HTTPTypes HTTPParsedFields.swift
[13/18] Compiling HTTPTypes HTTPRequest.swift
[14/18] Emitting module HTTPTypes
[15/18] Compiling HTTPTypes HTTPFieldName.swift
[16/18] Compiling HTTPTypes NIOLock.swift
[17/18] Compiling HTTPTypes HTTPFields.swift
[18/18] Compiling HTTPTypes HTTPField.swift
[20/98] Compiling HTTPFieldTypes HTTPRangeField.swift
[21/99] Compiling HTTPFieldTypes HTTPRange+Unit.swift
[22/99] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[23/99] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[24/99] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[25/99] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[26/99] Emitting module HTTPTypesFoundation
[27/99] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[28/100] Compiling OpenAPIRuntime OpenAPIValue.swift
[29/100] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[30/100] Compiling OpenAPIRuntime ByteUtilities.swift
[31/100] Compiling OpenAPIRuntime ContentDisposition.swift
[32/100] Compiling OpenAPIRuntime Acceptable.swift
[33/100] Compiling OpenAPIRuntime Base64EncodedData.swift
[34/100] Compiling OpenAPIRuntime CopyOnWriteBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[35/100] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[36/100] Compiling HTTPFieldTypes HTTPContentRangeField.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/100] Emitting module HTTPFieldTypes
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[38/100] Compiling OpenAPIRuntime URICodeCodingKey.swift
[39/100] Compiling OpenAPIRuntime URICoderConfiguration.swift
[40/100] Compiling OpenAPIRuntime URIEncodedNode.swift
[41/100] Compiling OpenAPIRuntime URIParsedTypes.swift
[42/100] Compiling OpenAPIRuntime URIDecoder.swift
[43/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[44/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[45/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[46/100] Compiling HTTPFieldTypes HTTPRange.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling HTTPTypes ISOLatin1String.swift
[6/12] Compiling HTTPTypes HTTPParsedFields.swift
[7/13] Compiling HTTPTypes HTTPRequest.swift
[8/13] Compiling HTTPTypes HTTPResponse.swift
[9/13] Compiling HTTPTypes HTTPFieldName.swift
[10/13] Compiling HTTPTypes HTTPField.swift
[11/13] Emitting module HTTPTypes
[12/13] Compiling HTTPTypes HTTPFields.swift
[13/13] Compiling HTTPTypes NIOLock.swift
[15/93] Compiling HTTPFieldTypes HTTPRange+Unit.swift
[16/94] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[17/94] Compiling HTTPFieldTypes HTTPRangeField.swift
[18/94] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/94] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[20/94] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[21/94] Emitting module HTTPTypesFoundation
[22/94] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[24/95] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[25/95] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[26/95] Compiling OpenAPIRuntime ByteUtilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[27/95] Compiling OpenAPIRuntime ContentDisposition.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[28/95] Compiling HTTPFieldTypes HTTPContentRangeField.swift
[29/95] Compiling OpenAPIRuntime OpenAPIValue.swift
[30/95] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[31/95] Compiling HTTPFieldTypes HTTPRange.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/95] Emitting module HTTPFieldTypes
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:11: error: value of type 'DateFormatter' has no member 'formattingContext'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: value of type 'DateFormatter' has no member 'formattingContext'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
/host/spi-builder-workspace/.build/checkouts/swift-http-field-types/Sources/HTTPFieldTypes/Dates/HTTPDate.swift:30:32: error: cannot infer contextual base in reference to member 'standalone'
28 | let f = DateFormatter()
29 |
30 | f.formattingContext = .standalone
| `- error: cannot infer contextual base in reference to member 'standalone'
31 | f.timeZone = .init(secondsFromGMT: 0)
32 | f.calendar = .init(identifier: .gregorian)
[33/95] Compiling OpenAPIRuntime Acceptable.swift
[34/95] Compiling OpenAPIRuntime Base64EncodedData.swift
BUILD FAILURE 6.1 android