Build Information
Successful build of swift-openapi-runtime, reference 1.11.0 (f039fa), with Swift 6.1 for Linux on 3 Mar 2026 23:17:24 UTC.
Swift 6 data race errors: 0
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-runtime.git
Reference: 1.11.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/apple/swift-openapi-runtime
* tag 1.11.0 -> FETCH_HEAD
HEAD is now at f039fa6 Make sure we can import CoreFoundation (#181)
Cloned https://github.com/apple/swift-openapi-runtime.git
Revision (git rev-parse @):
f039fa6d6338aab5164f3d1be16281524c9a8f89
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-runtime.git at 1.11.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-openapi-runtime.git
https://github.com/apple/swift-openapi-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
}
],
"manifest_display_name" : "swift-openapi-runtime",
"name" : "swift-openapi-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAPIRuntime",
"targets" : [
"OpenAPIRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntimeTests",
"path" : "Tests/OpenAPIRuntimeTests",
"sources" : [
"AsyncSyncSequence.swift",
"Base/Test_Acceptable.swift",
"Base/Test_ContentDisposition.swift",
"Base/Test_CopyOnWriteBox.swift",
"Base/Test_OpenAPIMIMEType.swift",
"Base/Test_OpenAPIValue.swift",
"Conversion/Test_CodableExtensions.swift",
"Conversion/Test_Configuration.swift",
"Conversion/Test_Converter+Client.swift",
"Conversion/Test_Converter+Common.swift",
"Conversion/Test_Converter+Server.swift",
"Conversion/Test_FoundationExtensions.swift",
"Conversion/Test_ServerVariable.swift",
"Deprecated/Test_Deprecated.swift",
"Errors/Test_ClientError.swift",
"Errors/Test_RuntimeError.swift",
"Errors/Test_ServerError.swift",
"EventStreams/Test_JSONLinesDecoding.swift",
"EventStreams/Test_JSONLinesEncoding.swift",
"EventStreams/Test_JSONSequenceDecoding.swift",
"EventStreams/Test_JSONSequenceEncoding.swift",
"EventStreams/Test_ServerSentEventsDecoding.swift",
"EventStreams/Test_ServerSentEventsEncoding.swift",
"Interface/Test_ErrorHandlingMiddleware.swift",
"Interface/Test_HTTPBody.swift",
"Interface/Test_MultipartBody.swift",
"Interface/Test_UniversalClient.swift",
"Interface/Test_UniversalServer.swift",
"Multipart/Test_MultipartBoundaryGenerator.swift",
"Multipart/Test_MultipartBytesToFramesSequence.swift",
"Multipart/Test_MultipartFramesToBytesSequence.swift",
"Multipart/Test_MultipartFramesToRawPartsSequence.swift",
"Multipart/Test_MultipartRawPartsToFramesSequence.swift",
"Multipart/Test_MultipartValidationSequence.swift",
"Test_Runtime.swift",
"URICoder/Decoder/Test_URIDecoder.swift",
"URICoder/Decoder/Test_URIValueFromNodeDecoder.swift",
"URICoder/Encoding/Test_URIEncoder.swift",
"URICoder/Encoding/Test_URIValueToNodeEncoder.swift",
"URICoder/Parsing/Test_URIParser.swift",
"URICoder/Serialization/Test_URISerializer.swift",
"URICoder/Test_URICodingRoundtrip.swift",
"URICoder/URICoderTestUtils.swift"
],
"target_dependencies" : [
"OpenAPIRuntime"
],
"type" : "test"
},
{
"c99name" : "OpenAPIRuntime",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntime",
"path" : "Sources/OpenAPIRuntime",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"OpenAPIRuntime"
],
"sources" : [
"Base/Acceptable.swift",
"Base/Base64EncodedData.swift",
"Base/ByteUtilities.swift",
"Base/ContentDisposition.swift",
"Base/CopyOnWriteBox.swift",
"Base/Lock.swift",
"Base/OpenAPIMIMEType.swift",
"Base/OpenAPIValue.swift",
"Base/PrettyStringConvertible.swift",
"Base/UndocumentedPayload.swift",
"Base/WarningSuppressingAnnotations.swift",
"Conversion/CodableExtensions.swift",
"Conversion/Configuration.swift",
"Conversion/Converter+Client.swift",
"Conversion/Converter+Common.swift",
"Conversion/Converter+Server.swift",
"Conversion/Converter.swift",
"Conversion/CurrencyExtensions.swift",
"Conversion/ErrorExtensions.swift",
"Conversion/FoundationExtensions.swift",
"Conversion/ParameterStyles.swift",
"Conversion/ServerVariable.swift",
"Conversion/URLExtensions.swift",
"Deprecated/Deprecated.swift",
"Errors/ClientError.swift",
"Errors/CodingErrors.swift",
"Errors/RuntimeError.swift",
"Errors/ServerError.swift",
"EventStreams/JSONLinesDecoding.swift",
"EventStreams/JSONLinesEncoding.swift",
"EventStreams/JSONSequenceDecoding.swift",
"EventStreams/JSONSequenceEncoding.swift",
"EventStreams/ServerSentEvents.swift",
"EventStreams/ServerSentEventsDecoding.swift",
"EventStreams/ServerSentEventsEncoding.swift",
"Interface/AsyncSequenceCommon.swift",
"Interface/ClientTransport.swift",
"Interface/CurrencyTypes.swift",
"Interface/ErrorHandlingMiddleware.swift",
"Interface/HTTPBody.swift",
"Interface/SendableMetatype.swift",
"Interface/ServerTransport.swift",
"Interface/UniversalClient.swift",
"Interface/UniversalServer.swift",
"Multipart/MultipartBoundaryGenerator.swift",
"Multipart/MultipartBytesToFramesSequence.swift",
"Multipart/MultipartFramesToBytesSequence.swift",
"Multipart/MultipartFramesToRawPartsSequence.swift",
"Multipart/MultipartInternalTypes.swift",
"Multipart/MultipartPublicTypes.swift",
"Multipart/MultipartPublicTypesExtensions.swift",
"Multipart/MultipartRawPartsToFramesSequence.swift",
"Multipart/MultipartValidation.swift",
"Multipart/OpenAPIMIMEType+Multipart.swift",
"URICoder/Common/URICodeCodingKey.swift",
"URICoder/Common/URICoderConfiguration.swift",
"URICoder/Common/URIEncodedNode.swift",
"URICoder/Common/URIParsedTypes.swift",
"URICoder/Decoding/URIDecoder.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Keyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Single.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Unkeyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder.swift",
"URICoder/Encoding/URIEncoder.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Keyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Single.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Unkeyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder.swift",
"URICoder/Parsing/URIParser.swift",
"URICoder/Serialization/URISerializer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-http-types
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.32s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.92s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling HTTPTypes HTTPRequest.swift
[5/13] Compiling HTTPTypes HTTPResponse.swift
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/13] Compiling HTTPTypes HTTPRequest+URL.swift
[8/13] Compiling HTTPTypes NIOLock.swift
[9/13] Compiling HTTPTypes HTTPParsedFields.swift
[10/13] Compiling HTTPTypes HTTPField.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Compiling HTTPTypes HTTPFields.swift
[13/13] Emitting module HTTPTypes
[15/77] Compiling OpenAPIRuntime URICodeCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/77] Compiling OpenAPIRuntime URICoderConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/77] Compiling OpenAPIRuntime URIEncodedNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/77] Compiling OpenAPIRuntime URIParsedTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/77] Compiling OpenAPIRuntime URIDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/77] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/85] Compiling OpenAPIRuntime ErrorExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/85] Compiling OpenAPIRuntime FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/85] Compiling OpenAPIRuntime ParameterStyles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/85] Compiling OpenAPIRuntime ServerVariable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/85] Compiling OpenAPIRuntime URLExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/85] Compiling OpenAPIRuntime Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/85] Compiling OpenAPIRuntime ClientError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/85] Compiling OpenAPIRuntime CodingErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/85] Compiling OpenAPIRuntime RuntimeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/85] Emitting module OpenAPIRuntime
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/85] Compiling OpenAPIRuntime ServerError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/85] Compiling OpenAPIRuntime JSONLinesDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/85] Compiling OpenAPIRuntime JSONLinesEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/85] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/85] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/85] Compiling OpenAPIRuntime ServerSentEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/85] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/85] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/85] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/85] Compiling OpenAPIRuntime CodableExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/85] Compiling OpenAPIRuntime Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/85] Compiling OpenAPIRuntime Converter+Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/85] Compiling OpenAPIRuntime Converter+Common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/85] Compiling OpenAPIRuntime Converter+Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/85] Compiling OpenAPIRuntime Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/85] Compiling OpenAPIRuntime CurrencyExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/85] Compiling OpenAPIRuntime Acceptable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/85] Compiling OpenAPIRuntime Base64EncodedData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/85] Compiling OpenAPIRuntime ByteUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/85] Compiling OpenAPIRuntime ContentDisposition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/85] Compiling OpenAPIRuntime CopyOnWriteBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/85] Compiling OpenAPIRuntime Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/85] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/85] Compiling OpenAPIRuntime OpenAPIValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/85] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/85] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/85] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/85] Compiling OpenAPIRuntime MultipartInternalTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/85] Compiling OpenAPIRuntime MultipartPublicTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/85] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/85] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/85] Compiling OpenAPIRuntime MultipartValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/85] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/85] Compiling OpenAPIRuntime ClientTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/85] Compiling OpenAPIRuntime CurrencyTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/85] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/85] Compiling OpenAPIRuntime HTTPBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/85] Compiling OpenAPIRuntime SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/85] Compiling OpenAPIRuntime ServerTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/85] Compiling OpenAPIRuntime UniversalClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/85] Compiling OpenAPIRuntime UniversalServer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/85] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/85] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/85] Compiling OpenAPIRuntime URIEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/85] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/85] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/85] Compiling OpenAPIRuntime URIParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/85] Compiling OpenAPIRuntime URISerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (21.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
}
],
"manifest_display_name" : "swift-openapi-runtime",
"name" : "swift-openapi-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAPIRuntime",
"targets" : [
"OpenAPIRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntimeTests",
"path" : "Tests/OpenAPIRuntimeTests",
"sources" : [
"AsyncSyncSequence.swift",
"Base/Test_Acceptable.swift",
"Base/Test_ContentDisposition.swift",
"Base/Test_CopyOnWriteBox.swift",
"Base/Test_OpenAPIMIMEType.swift",
"Base/Test_OpenAPIValue.swift",
"Conversion/Test_CodableExtensions.swift",
"Conversion/Test_Configuration.swift",
"Conversion/Test_Converter+Client.swift",
"Conversion/Test_Converter+Common.swift",
"Conversion/Test_Converter+Server.swift",
"Conversion/Test_FoundationExtensions.swift",
"Conversion/Test_ServerVariable.swift",
"Deprecated/Test_Deprecated.swift",
"Errors/Test_ClientError.swift",
"Errors/Test_RuntimeError.swift",
"Errors/Test_ServerError.swift",
"EventStreams/Test_JSONLinesDecoding.swift",
"EventStreams/Test_JSONLinesEncoding.swift",
"EventStreams/Test_JSONSequenceDecoding.swift",
"EventStreams/Test_JSONSequenceEncoding.swift",
"EventStreams/Test_ServerSentEventsDecoding.swift",
"EventStreams/Test_ServerSentEventsEncoding.swift",
"Interface/Test_ErrorHandlingMiddleware.swift",
"Interface/Test_HTTPBody.swift",
"Interface/Test_MultipartBody.swift",
"Interface/Test_UniversalClient.swift",
"Interface/Test_UniversalServer.swift",
"Multipart/Test_MultipartBoundaryGenerator.swift",
"Multipart/Test_MultipartBytesToFramesSequence.swift",
"Multipart/Test_MultipartFramesToBytesSequence.swift",
"Multipart/Test_MultipartFramesToRawPartsSequence.swift",
"Multipart/Test_MultipartRawPartsToFramesSequence.swift",
"Multipart/Test_MultipartValidationSequence.swift",
"Test_Runtime.swift",
"URICoder/Decoder/Test_URIDecoder.swift",
"URICoder/Decoder/Test_URIValueFromNodeDecoder.swift",
"URICoder/Encoding/Test_URIEncoder.swift",
"URICoder/Encoding/Test_URIValueToNodeEncoder.swift",
"URICoder/Parsing/Test_URIParser.swift",
"URICoder/Serialization/Test_URISerializer.swift",
"URICoder/Test_URICodingRoundtrip.swift",
"URICoder/URICoderTestUtils.swift"
],
"target_dependencies" : [
"OpenAPIRuntime"
],
"type" : "test"
},
{
"c99name" : "OpenAPIRuntime",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntime",
"path" : "Sources/OpenAPIRuntime",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"OpenAPIRuntime"
],
"sources" : [
"Base/Acceptable.swift",
"Base/Base64EncodedData.swift",
"Base/ByteUtilities.swift",
"Base/ContentDisposition.swift",
"Base/CopyOnWriteBox.swift",
"Base/Lock.swift",
"Base/OpenAPIMIMEType.swift",
"Base/OpenAPIValue.swift",
"Base/PrettyStringConvertible.swift",
"Base/UndocumentedPayload.swift",
"Base/WarningSuppressingAnnotations.swift",
"Conversion/CodableExtensions.swift",
"Conversion/Configuration.swift",
"Conversion/Converter+Client.swift",
"Conversion/Converter+Common.swift",
"Conversion/Converter+Server.swift",
"Conversion/Converter.swift",
"Conversion/CurrencyExtensions.swift",
"Conversion/ErrorExtensions.swift",
"Conversion/FoundationExtensions.swift",
"Conversion/ParameterStyles.swift",
"Conversion/ServerVariable.swift",
"Conversion/URLExtensions.swift",
"Deprecated/Deprecated.swift",
"Errors/ClientError.swift",
"Errors/CodingErrors.swift",
"Errors/RuntimeError.swift",
"Errors/ServerError.swift",
"EventStreams/JSONLinesDecoding.swift",
"EventStreams/JSONLinesEncoding.swift",
"EventStreams/JSONSequenceDecoding.swift",
"EventStreams/JSONSequenceEncoding.swift",
"EventStreams/ServerSentEvents.swift",
"EventStreams/ServerSentEventsDecoding.swift",
"EventStreams/ServerSentEventsEncoding.swift",
"Interface/AsyncSequenceCommon.swift",
"Interface/ClientTransport.swift",
"Interface/CurrencyTypes.swift",
"Interface/ErrorHandlingMiddleware.swift",
"Interface/HTTPBody.swift",
"Interface/SendableMetatype.swift",
"Interface/ServerTransport.swift",
"Interface/UniversalClient.swift",
"Interface/UniversalServer.swift",
"Multipart/MultipartBoundaryGenerator.swift",
"Multipart/MultipartBytesToFramesSequence.swift",
"Multipart/MultipartFramesToBytesSequence.swift",
"Multipart/MultipartFramesToRawPartsSequence.swift",
"Multipart/MultipartInternalTypes.swift",
"Multipart/MultipartPublicTypes.swift",
"Multipart/MultipartPublicTypesExtensions.swift",
"Multipart/MultipartRawPartsToFramesSequence.swift",
"Multipart/MultipartValidation.swift",
"Multipart/OpenAPIMIMEType+Multipart.swift",
"URICoder/Common/URICodeCodingKey.swift",
"URICoder/Common/URICoderConfiguration.swift",
"URICoder/Common/URIEncodedNode.swift",
"URICoder/Common/URIParsedTypes.swift",
"URICoder/Decoding/URIDecoder.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Keyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Single.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Unkeyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder.swift",
"URICoder/Encoding/URIEncoder.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Keyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Single.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Unkeyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder.swift",
"URICoder/Parsing/URIParser.swift",
"URICoder/Serialization/URISerializer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.