Build Information
Successful build of swift-openapi-security-schemes, reference 0.2.1 (bf82e5
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 14:55:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
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
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[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-2F0A5646E1D333AE.txt
[10/18] Compiling HTTPTypes HTTPResponse.swift
[11/18] Compiling HTTPTypes ISOLatin1String.swift
[12/18] Compiling HTTPTypes HTTPRequest.swift
[13/18] Compiling HTTPTypes HTTPParsedFields.swift
[14/18] Emitting module HTTPTypes
[15/18] Compiling HTTPTypes HTTPFields.swift
[16/18] Compiling HTTPTypes HTTPFieldName.swift
[17/18] Compiling HTTPTypes HTTPField.swift
[18/18] Compiling HTTPTypes NIOLock.swift
[19/99] Emitting module HTTPFieldTypes
[20/100] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[21/100] Compiling HTTPFieldTypes HTTPRange.swift
[22/100] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[23/100] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[24/100] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[25/100] Emitting module HTTPTypesFoundation
[26/100] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[27/100] Compiling HTTPFieldTypes HTTPDate.swift
[28/100] Compiling HTTPFieldTypes HTTPRangeField.swift
[29/100] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[30/100] Compiling HTTPFieldTypes HTTPContentRangeField.swift
[31/100] Compiling HTTPFieldTypes HTTPFieldValue.swift
[32/100] Compiling OpenAPIRuntime Acceptable.swift
[33/100] Compiling OpenAPIRuntime Base64EncodedData.swift
[34/100] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[35/100] Compiling OpenAPIRuntime ByteUtilities.swift
[36/100] Compiling OpenAPIRuntime ContentDisposition.swift
[37/100] Compiling HTTPFieldTypes HTTPRange+Unit.swift
[38/100] Compiling OpenAPIRuntime URIDecoder.swift
[39/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[40/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[41/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[42/100] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[43/100] Compiling OpenAPIRuntime URIEncoder.swift
[44/106] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[45/106] Compiling OpenAPIRuntime MultipartValidation.swift
[46/106] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[47/106] Compiling OpenAPIRuntime URICodeCodingKey.swift
[48/106] Compiling OpenAPIRuntime URICoderConfiguration.swift
[49/106] Compiling OpenAPIRuntime URIEncodedNode.swift
[50/106] Compiling OpenAPIRuntime URIParsedTypes.swift
[51/106] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[52/106] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[53/106] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[54/106] Compiling OpenAPIRuntime ServerSentEvents.swift
[55/106] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[56/106] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[57/106] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[58/106] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[59/106] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[60/106] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[61/106] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[62/106] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[63/106] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[64/106] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[65/106] Compiling OpenAPIRuntime ClientTransport.swift
[66/106] Compiling OpenAPIRuntime CurrencyTypes.swift
[67/106] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[68/106] Compiling OpenAPIRuntime HTTPBody.swift
[69/106] Compiling OpenAPIRuntime ServerTransport.swift
[70/106] Compiling OpenAPIRuntime UniversalClient.swift
[71/106] Compiling OpenAPIRuntime UniversalServer.swift
[72/106] Emitting module OpenAPIRuntime
[77/106] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[78/106] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[79/106] Compiling OpenAPIRuntime OpenAPIValue.swift
[80/106] Compiling OpenAPIRuntime Converter+Server.swift
[81/106] Compiling OpenAPIRuntime Converter.swift
[82/106] Compiling OpenAPIRuntime CurrencyExtensions.swift
[83/106] Compiling OpenAPIRuntime ErrorExtensions.swift
[84/106] Compiling OpenAPIRuntime FoundationExtensions.swift
[85/106] Compiling OpenAPIRuntime ParameterStyles.swift
[86/106] Compiling OpenAPIRuntime ServerVariable.swift
[87/106] Compiling OpenAPIRuntime URLExtensions.swift
[88/106] Compiling OpenAPIRuntime Deprecated.swift
[89/106] Compiling OpenAPIRuntime ClientError.swift
[90/106] Compiling OpenAPIRuntime CodingErrors.swift
[91/106] Compiling OpenAPIRuntime RuntimeError.swift
[92/106] Compiling OpenAPIRuntime ServerError.swift
[93/106] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[94/106] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[95/106] Compiling OpenAPIRuntime UndocumentedPayload.swift
[96/106] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[97/106] Compiling OpenAPIRuntime CodableExtensions.swift
[98/106] Compiling OpenAPIRuntime Configuration.swift
[99/106] Compiling OpenAPIRuntime Converter+Client.swift
[100/106] Compiling OpenAPIRuntime Converter+Common.swift
[101/106] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[102/106] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[103/106] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[104/106] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[105/106] Compiling OpenAPIRuntime URIParser.swift
[106/106] Compiling OpenAPIRuntime URISerializer.swift
[107/115] Compiling OpenAPISecuritySchemes OAuth2SecurityScheme.swift
[108/115] Compiling OpenAPISecuritySchemes Never+SecurityScheme.swift
[109/115] Compiling OpenAPISecuritySchemes APIKeySecurityScheme.swift
[110/115] Compiling OpenAPISecuritySchemes SecuritySchemeMiddleware.swift
[111/115] Compiling OpenAPISecuritySchemes SecurityScheme.swift
[112/115] Compiling OpenAPISecuritySchemes SecurityError.swift
[113/115] Compiling OpenAPISecuritySchemes URL+appendQueryItemsBackport.swift
[114/115] Compiling OpenAPISecuritySchemes HTTPSecurityScheme.swift
[115/115] Emitting module OpenAPISecuritySchemes
Build complete! (29.09s)
Fetching https://github.com/edonv/swift-http-field-types.git
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/apple/swift-openapi-runtime
[1/390] Fetching swift-http-field-types
[391/6062] Fetching swift-http-field-types, swift-openapi-runtime
[505/21530] Fetching swift-http-field-types, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.30s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.30s)
Fetched https://github.com/edonv/swift-http-field-types.git from cache (1.30s)
Fetched https://github.com/apple/swift-http-types from cache (1.30s)
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 (1.78s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (0.90s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
[1/78494] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (3.50s)
Fetched https://github.com/apple/swift-algorithms from cache (3.51s)
Fetched https://github.com/jpsim/Yams from cache (3.51s)
Fetched https://github.com/apple/swift-collections from cache (3.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (4.24s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.05s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.0 (0.52s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.42s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.53s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.7.2
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/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
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Build complete.
{
"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" : "/Users/admin/builder/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"
}
Done.