Build Information
Successful build of amiibo-service, reference main (fae4b4), with Swift 6.1 for Android on 10 Nov 2025 02:34:32 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/amiibo-service.git
Reference: main
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/rock-n-code/amiibo-service
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fae4b44 Added support for Switch 2 games to the Amiibo type. (#21)
Cloned https://github.com/rock-n-code/amiibo-service.git
Revision (git rev-parse @):
fae4b4469812905321bf26b7aaf5debe2ae7fe18
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/rock-n-code/amiibo-service.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/rock-n-code/amiibo-service.git
https://github.com/rock-n-code/amiibo-service.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator.git"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "amiibo-service",
"name" : "amiibo-service",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "amiibo-service",
"targets" : [
"AmiiboService"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AmiiboServiceTests",
"module_type" : "SwiftTarget",
"name" : "AmiiboServiceTests",
"path" : "Tests/AmiiboService",
"sources" : [
"Tests/Public/Services/AmiiboServiceLiveTests.swift",
"Types/Clients/AmiiboMockClient.swift",
"Types/Extensions/Tag+Customs.swift"
],
"target_dependencies" : [
"AmiiboService"
],
"type" : "test"
},
{
"c99name" : "AmiiboService",
"module_type" : "SwiftTarget",
"name" : "AmiiboService",
"path" : "Sources/AmiiboService",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"amiibo-service"
],
"sources" : [
"Internal/Extensions/DateFormatter+Properties.swift",
"Internal/Protocols/KeyNameFilter.swift",
"Internal/Protocols/KeyNameModel.swift",
"Internal/Transcoders/ISOTimestampTranscoder.swift",
"Public/Clients/AmiiboLiveClient.swift",
"Public/Errors/AmiiboServiceError.swift",
"Public/Filters/AmiiboFilter.swift",
"Public/Filters/AmiiboSeriesFilter.swift",
"Public/Filters/AmiiboTypeFilter.swift",
"Public/Filters/GameCharacterFilter.swift",
"Public/Filters/GameSeriesFilter.swift",
"Public/Models/Amiibo.swift",
"Public/Models/Amiibo/Amiibo+Game.swift",
"Public/Models/Amiibo/Amiibo+Platform.swift",
"Public/Models/Amiibo/Amiibo+Release.swift",
"Public/Models/Amiibo/Amiibo+Usage.swift",
"Public/Models/AmiiboSeries.swift",
"Public/Models/AmiiboType.swift",
"Public/Models/GameCharacter.swift",
"Public/Models/GameSeries.swift",
"Public/Protocols/AmiiboClient.swift",
"Public/Services/AmiiboService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-generator.git
[1/2160] Fetching swift-docc-plugin
[217/3222] Fetching swift-docc-plugin, swift-openapi-urlsession
[419/9040] Fetching swift-docc-plugin, swift-openapi-urlsession, swift-openapi-runtime
[2606/25535] Fetching swift-docc-plugin, swift-openapi-urlsession, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.63s)
[7204/24473] Fetching swift-docc-plugin, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.95s)
[14037/18655] Fetching swift-docc-plugin, swift-openapi-generator
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.99s)
[12372/16495] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.65s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (5.77s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/939] Fetching swift-http-types
[940/19228] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (1.95s)
Fetched https://github.com/apple/swift-collections from cache (1.98s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (2.88s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.77s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3573] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.84s)
Computing version for https://github.com/apple/swift-openapi-generator.git
Computed https://github.com/apple/swift-openapi-generator.git at 1.10.3 (0.93s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-algorithms
[1/16686] Fetching swift-argument-parser
[2/22715] Fetching swift-argument-parser, swift-algorithms
[2103/33978] Fetching swift-argument-parser, swift-algorithms, yams
[7904/149917] Fetching swift-argument-parser, swift-algorithms, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (0.64s)
[22901/143888] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (1.10s)
[23216/127202] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.48s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.81s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (7.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.78s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.48s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (1.74s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (1.22s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.6.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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-openapi-generator.git
Working copy of https://github.com/apple/swift-openapi-generator.git resolved at 1.10.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
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
[0/36] Write sources
[13/36] Compiling reader.c
[14/36] Compiling _NumericsShims _NumericsShims.c
[15/36] Compiling parser.c
[16/36] Compiling api.c
[17/36] Compiling emitter.c
[18/36] Compiling writer.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[20/36] Compiling scanner.c
[22/118] Emitting module ArgumentParserToolInfo
[23/118] Emitting module InternalCollectionsUtilities
<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/120] Compiling OpenAPIKitCore RequestDecodingError.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/120] Compiling OpenAPIKitCore OpenAPIReference.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/120] Compiling OpenAPIKitCore CodingPathError.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/120] Compiling OpenAPIKitCore OpenAPIError.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/120] Compiling OpenAPIKitCore OpenAPIWarning.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/120] Compiling OpenAPIKitCore Shared.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/120] Compiling OpenAPIKitCore CallbackURL.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/120] Compiling OpenAPIKitCore ComponentKey.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/120] Compiling OpenAPIKitCore ContentType.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
[33/120] Compiling RealModule RealFunctions.swift
[34/120] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.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/120] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.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/120] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[37/120] Compiling OpenAPIKitCore Either.swift
[38/121] Compiling RealModule Float80+Real.swift
[39/121] Compiling RealModule Float16+Real.swift
[40/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[41/121] Compiling RealModule Real.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
<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/122] Compiling OpenAPIKitCore AnyCodable.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/122] Compiling OpenAPIKitCore Either+Codable.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/122] Compiling OpenAPIKitCore OrderedDictionary.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/122] Compiling OpenAPIKitCore StringConvertibleHintProvider.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/123] Emitting module RealModule
[54/123] Compiling RealModule RelaxedArithmetic.swift
[57/124] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.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/124] Compiling OpenAPIKitCore InconsistencyError.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
<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
<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
<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/126] Emitting module Yams
<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/126] Compiling Yams YamlError.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/126] Compiling Yams YamlTagProviding.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
<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
<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
<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
<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
<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/126] Compiling OpenAPIKitCore OAuthFlows.swift
[71/126] Compiling OpenAPIKitCore ParameterContextLocation.swift
[72/126] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[73/126] Compiling OpenAPIKitCore Path.swift
[75/126] Compiling OpenAPIKitCore HttpMethod.swift
[76/126] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[77/126] Compiling OpenAPIKitCore JSONTypeFormat.swift
[78/126] Compiling OpenAPIKitCore ResponseStatusCode.swift
[79/126] Compiling OpenAPIKitCore SecurityScheme.swift
[80/126] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[81/126] Compiling OpenAPIKitCore URLTemplate.swift
[82/126] Emitting module OpenAPIKitCore
<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
<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
<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
<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
<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
<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
<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
<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
<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
[113/131] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[114/131] Compiling OpenAPIKitCore Optional+Zip.swift
[115/131] Compiling OpenAPIKitCore Result+Value.swift
[116/131] Compiling OpenAPIKitCore Validatable.swift
[117/132] Wrapping AST for RealModule for debugging
[118/132] Wrapping AST for InternalCollectionsUtilities for debugging
[119/132] Wrapping AST for ArgumentParserToolInfo for debugging
[120/132] Wrapping AST for Yams for debugging
[121/256] Wrapping AST for OpenAPIKitCore for debugging
[123/375] Compiling OpenAPIKit30 ExternalDocumentation.swift
[124/375] Compiling OpenAPIKit30 DereferencedHeader.swift
[125/375] Compiling OpenAPIKit30 Header.swift
[126/378] Compiling OpenAPIKit30 DocumentDecodingError.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
[127/378] Compiling OpenAPIKit30 Link.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
[128/378] Compiling OpenAPIKit30 OpenAPI.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
[129/378] Compiling OpenAPIKit30 DereferencedOperation.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
[130/378] Compiling OpenAPIKit30 Operation.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
[131/378] Compiling OpenAPIKit30 ResolvedEndpoint.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
[132/378] Compiling OpenAPIKit30 OrderedDictionary+Validatable.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
[133/378] Compiling OpenAPIKit30 DereferencedParameter.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
[134/385] Compiling OpenAPIKit30 DereferencedRequest.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
[135/385] Compiling OpenAPIKit30 Request.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
[136/385] Compiling OpenAPIKit30 DereferencedResponse.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
[137/385] Compiling OpenAPIKit30 Response.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
[138/385] Compiling OpenAPIKit30 RuntimeExpression.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
[139/385] Compiling OpenAPIKit30 SchemaProtocols.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
[140/385] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.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
[141/385] Compiling OpenAPIKit30 DereferencedJSONSchema.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
[142/385] Compiling OpenAPIKit30 JSONSchema+Combining.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
[143/385] Compiling OpenAPIKit30 JSONSchema.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
[144/385] Compiling OpenAPIKit30 JSONSchemaContext.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
[145/385] Compiling OpenAPIKit30 SimplifiedJSONSchema.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
[146/385] Compiling OpenAPIKit30 TypesAndFormats.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
[147/385] Compiling OpenAPIKit30 DereferencedSecurityRequirement.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
[148/385] Compiling OpenAPIKit30 DereferencedSchemaContext.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
[149/385] Compiling OpenAPIKit30 OperationDecodingError.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
[150/385] Compiling OpenAPIKit30 PathDecodingError.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
[151/385] Compiling OpenAPIKit30 ResponseDecodingError.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
[152/385] Compiling OpenAPIKit30 Example.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
<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
<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
<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
[156/385] Compiling OpenAPIKit30 ContentEncoding.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
[157/385] Compiling OpenAPIKit30 DereferencedContent.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
[158/385] Compiling OpenAPIKit30 Parameter.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
[159/385] Compiling OpenAPIKit30 ParameterContext.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
[160/385] Compiling OpenAPIKit30 ParameterSchemaContext.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
[161/385] Compiling OpenAPIKit30 DereferencedPathItem.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
[162/385] Compiling OpenAPIKit30 PathItem.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
[163/385] Compiling OpenAPIKit30 ResolvedRoute.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
[173/391] Compiling Algorithms Trim.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
[174/391] Compiling Algorithms Unique.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
[175/391] Compiling Algorithms Windows.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
[176/391] Compiling OpenAPIKit30 CodableVendorExtendable.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
[177/391] Compiling OpenAPIKit30 Components+JSONReference.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
[178/391] Compiling OpenAPIKit30 Components+Locatable.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
[179/391] Compiling OpenAPIKit30 Components.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
[180/391] Compiling OpenAPIKit30 Content.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
[190/391] Compiling OpenAPIKit30 DereferencedContentEncoding.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
[191/391] Compiling OpenAPIKit30 DereferencedDocument.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
[192/391] Compiling OpenAPIKit30 Document.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
[193/391] Compiling OpenAPIKit30 DocumentInfo.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
[194/391] Compiling OpenAPIKit30 ResolvedDocument.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
[195/391] Compiling OpenAPIKit30 Either+Convenience.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
[196/391] Compiling OpenAPIKit30 Either+LocallyDereferenceable.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
[197/391] Compiling OpenAPIKit30 Either+Validatable.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
[198/391] Compiling ArgumentParser Tree.swift
[199/391] Compiling ArgumentParser CodingKeyValidator.swift
[200/391] Compiling ArgumentParser NonsenseFlagsValidator.swift
[201/391] Compiling ArgumentParser ParsableArgumentsValidation.swift
[202/391] Compiling ArgumentParser PositionalArgumentsValidator.swift
[203/391] Compiling ArgumentParser UniqueNamesValidator.swift
[204/391] Emitting module OpenAPIKit30
[205/399] Compiling OrderedCollections OrderedSet+Sendable.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
[206/399] Compiling OrderedCollections OrderedSet+SubSequence.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
[207/399] Compiling OrderedCollections OrderedSet+Testing.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
[208/399] Compiling OrderedCollections OrderedSet+UnorderedView.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
[209/399] Compiling OpenAPIKit30 Container+DecodeURLAsString.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
[210/399] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.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
[211/399] Compiling OpenAPIKit30 Validation+Builtins.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
[212/399] Emitting module OrderedCollections
<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
[227/400] Wrapping AST for OrderedCollections for debugging
[233/400] Emitting module Algorithms
[234/401] Emitting module OpenAPIKit
[235/409] Wrapping AST for Algorithms for debugging
[262/409] Emitting module ArgumentParser
[286/410] Wrapping AST for ArgumentParser for debugging
[340/410] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[341/410] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[342/410] Compiling OpenAPIKit Validation+Builtins.swift
[343/410] Compiling OpenAPIKit Validation.swift
[344/410] Compiling OpenAPIKit Validator+Convenience.swift
[345/410] Compiling OpenAPIKit Validator.swift
[346/410] Compiling OpenAPIKit XML.swift
[371/411] Compiling OpenAPIKit _CoreReExport.swift
[405/412] Wrapping AST for OpenAPIKit30 for debugging
[406/412] Wrapping AST for OpenAPIKit for debugging
[408/415] Compiling OpenAPIKitCompat Either+Map.swift
[409/415] Emitting module OpenAPIKitCompat
[410/415] Compiling OpenAPIKitCompat Compat30To31.swift
[411/416] Wrapping AST for OpenAPIKitCompat for debugging
[413/498] Compiling _OpenAPIGeneratorCore Config.swift
[414/498] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[415/498] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[416/498] Compiling _OpenAPIGeneratorCore Errors.swift
[417/498] Compiling _OpenAPIGeneratorCore Foundation.swift
[418/498] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[419/498] Compiling _OpenAPIGeneratorCore String.swift
[420/498] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[421/498] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[422/498] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[423/498] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[424/498] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[425/509] Emitting module _OpenAPIGeneratorCore
[426/509] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[427/509] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[428/509] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[429/509] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[430/509] Compiling _OpenAPIGeneratorCore translateResponse.swift
[431/509] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[432/509] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[433/509] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[434/509] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[435/509] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[436/509] Compiling _OpenAPIGeneratorCore Builtins.swift
[437/509] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[438/509] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[439/509] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[440/509] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[441/509] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[442/509] Compiling _OpenAPIGeneratorCore TypeName.swift
[443/509] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[444/509] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[445/509] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[446/509] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[447/509] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[448/509] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[449/509] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[450/509] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[451/509] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[452/509] Compiling _OpenAPIGeneratorCore translateComponents.swift
[453/509] Compiling _OpenAPIGeneratorCore translateOperations.swift
[454/509] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[455/509] Compiling _OpenAPIGeneratorCore translateServers.swift
[456/509] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[457/509] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[458/509] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[459/509] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[460/509] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[461/509] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[462/509] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[463/509] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[464/509] Compiling _OpenAPIGeneratorCore translateParameter.swift
[465/509] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[466/509] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[467/509] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[468/509] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[469/509] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[470/509] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[471/509] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[472/509] Compiling _OpenAPIGeneratorCore translateArray.swift
[473/509] Compiling _OpenAPIGeneratorCore translateCodable.swift
[474/509] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[475/509] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[476/509] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[477/509] Compiling _OpenAPIGeneratorCore translateSchema.swift
[478/509] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[479/509] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[480/509] Compiling _OpenAPIGeneratorCore Annotations.swift
[481/509] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[482/509] Compiling _OpenAPIGeneratorCore Constants.swift
[483/509] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[484/509] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[485/509] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[486/509] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[487/509] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[488/509] Compiling _OpenAPIGeneratorCore ContentType.swift
[489/509] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[490/509] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[491/509] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[492/509] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[493/509] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[494/509] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[495/509] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[496/509] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[497/509] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[498/509] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[499/509] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[500/509] Compiling _OpenAPIGeneratorCore YamsParser.swift
[501/509] Compiling _OpenAPIGeneratorCore validateDoc.swift
[502/509] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[503/509] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[504/509] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[505/509] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[506/510] Wrapping AST for _OpenAPIGeneratorCore for debugging
[508/519] Compiling swift_openapi_generator PluginSource.swift
[509/520] Compiling swift_openapi_generator Tool.swift
[510/520] Compiling swift_openapi_generator UserConfig.swift
[511/520] Compiling swift_openapi_generator runGenerator.swift
[512/520] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[513/520] Compiling swift_openapi_generator GenerateOptions.swift
[514/520] Compiling swift_openapi_generator GenerateCommand.swift
[515/520] Emitting module swift_openapi_generator
[516/520] Compiling swift_openapi_generator Extensions.swift
[517/520] Compiling swift_openapi_generator FilterCommand.swift
[518/521] Wrapping AST for swift-openapi-generator for debugging
[519/521] Write Objects.LinkFileList
[520/521] Linking swift-openapi-generator-tool
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/49] Write sources
[18/49] Compiling _NumericsShims _NumericsShims.c
[19/49] Write sources
[25/49] Compiling writer.c
[26/49] Compiling reader.c
[27/49] Compiling parser.c
[28/49] Compiling api.c
[29/49] Compiling scanner.c
[29/49] Compiling emitter.c
[31/49] Write swift-version-24593BA9C3E375BF.txt
[33/79] Emitting module ArgumentParserToolInfo
[34/80] Wrapping AST for ArgumentParserToolInfo for debugging
[36/80] Emitting module OpenAPIKitCore
[37/81] Emitting module RealModule
[39/83] Wrapping AST for RealModule for debugging
[41/84] Emitting module InternalCollectionsUtilities
<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] Emitting module Yams
<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/89] Wrapping AST for Yams for debugging
[45/89] Wrapping AST for OpenAPIKitCore for debugging
[46/89] Wrapping AST for InternalCollectionsUtilities for debugging
[48/89] Emitting module ArgumentParser
[49/90] Wrapping AST for ArgumentParser for debugging
[51/90] Emitting module OpenAPIKit30
[53/91] Compiling InternalCollectionsUtilities Debugging.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/91] Compiling InternalCollectionsUtilities Descriptions.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/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.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/93] Compiling InternalCollectionsUtilities LifetimeOverride.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/93] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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/93] Emitting module OpenAPIKit
[60/93] Compiling InternalCollectionsUtilities _SortedCollection.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/93] Compiling InternalCollectionsUtilities _UniqueCollection.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/94] Compiling InternalCollectionsUtilities UInt+reversed.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/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.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/94] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.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/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.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/94] Compiling HTTPTypes HTTPField.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/94] Compiling HTTPTypes HTTPFieldName.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/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.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/94] Emitting module InternalCollectionsUtilities
<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/94] Wrapping AST for OpenAPIKit30 for debugging
[72/94] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.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/94] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.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/95] Wrapping AST for OpenAPIKit for debugging
[76/95] Compiling HTTPTypes ISOLatin1String.swift
[77/96] Emitting module OrderedCollections
<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/113] Emitting module HTTPTypes
[80/113] Compiling DequeModule Deque+Codable.swift
[81/113] Compiling DequeModule Deque+Collection.swift
[82/113] Compiling DequeModule Deque+CustomReflectable.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/113] Compiling DequeModule Deque+Descriptions.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/115] Wrapping AST for OrderedCollections for debugging
[85/115] Emitting module OpenAPIKitCompat
[86/116] Compiling DequeModule _DequeBuffer.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
[87/116] Compiling DequeModule _DequeBufferHeader.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
[88/116] Compiling HTTPTypes HTTPResponse.swift
[89/116] Compiling HTTPTypes HTTPRequest.swift
[91/116] Compiling DequeModule _DequeSlot.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
[92/116] Compiling DequeModule _UnsafeWrappedBuffer.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
[93/116] Compiling HTTPTypes NIOLock.swift
[94/116] Compiling DequeModule Deque+Equatable.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
[95/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.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
[96/116] Compiling DequeModule Deque+Extras.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
[97/116] Compiling DequeModule Deque+Hashable.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
[97/116] Wrapping AST for OpenAPIKitCompat for debugging
[99/116] Compiling DequeModule Deque+Testing.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
[100/116] Compiling DequeModule Deque._Storage.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
[101/116] Compiling DequeModule Deque._UnsafeHandle.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
[102/116] Compiling DequeModule Deque.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
[103/116] Emitting module Algorithms
<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
<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
[107/117] Emitting module DequeModule
<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
[108/118] Wrapping AST for Algorithms for debugging
[110/119] Compiling HTTPTypes HTTPRequest+URL.swift
[111/119] Compiling HTTPTypes HTTPParsedFields.swift
[112/119] Emitting module _OpenAPIGeneratorCore
[113/120] Wrapping AST for _OpenAPIGeneratorCore for debugging
[115/121] Compiling HTTPTypes HTTPFields.swift
[116/122] Emitting module swift_openapi_generator
[118/184] Wrapping AST for swift-openapi-generator for debugging
[119/184] Write Objects.LinkFileList
[120/184] Linking swift-openapi-generator-tool
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/AmiiboService/openapi.yaml
- Configuration path: /host/spi-builder-workspace/Sources/AmiiboService/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/AmiiboService/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[121/184] Running swift-openapi-generator
[122/184] Write sources
[124/184] Emitting module OpenAPIRuntime
[125/192] Compiling OpenAPIRuntime FoundationExtensions.swift
[126/192] Compiling OpenAPIRuntime ParameterStyles.swift
[127/192] Compiling OpenAPIRuntime ServerVariable.swift
[128/192] Compiling OpenAPIRuntime URLExtensions.swift
[129/192] Compiling OpenAPIRuntime Deprecated.swift
[130/192] Compiling OpenAPIRuntime ClientError.swift
[131/192] Compiling OpenAPIRuntime CodingErrors.swift
[132/192] Compiling OpenAPIRuntime RuntimeError.swift
[133/192] Compiling OpenAPIRuntime ServerError.swift
[134/192] Compiling OpenAPIRuntime URICodeCodingKey.swift
[135/192] Compiling OpenAPIRuntime URICoderConfiguration.swift
[136/192] Compiling OpenAPIRuntime URIEncodedNode.swift
[137/192] Compiling OpenAPIRuntime URIParsedTypes.swift
[138/192] Compiling OpenAPIRuntime URIDecoder.swift
[139/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[140/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[141/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[142/192] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[143/192] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[144/192] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[145/192] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[146/192] Compiling OpenAPIRuntime ServerSentEvents.swift
[147/192] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[148/192] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[149/192] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[150/192] Compiling OpenAPIRuntime ClientTransport.swift
[151/192] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[152/192] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[153/192] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[154/192] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[155/192] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[156/192] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[157/192] Compiling OpenAPIRuntime MultipartValidation.swift
[158/192] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[159/192] Compiling OpenAPIRuntime CurrencyTypes.swift
[160/192] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[161/192] Compiling OpenAPIRuntime HTTPBody.swift
[162/192] Compiling OpenAPIRuntime ServerTransport.swift
[163/192] Compiling OpenAPIRuntime UniversalClient.swift
[164/192] Compiling OpenAPIRuntime UniversalServer.swift
[165/192] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[166/192] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[167/192] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[168/192] Compiling OpenAPIRuntime CodableExtensions.swift
[169/192] Compiling OpenAPIRuntime Configuration.swift
[170/192] Compiling OpenAPIRuntime Converter+Client.swift
[171/192] Compiling OpenAPIRuntime Converter+Common.swift
[172/192] Compiling OpenAPIRuntime Converter+Server.swift
[173/192] Compiling OpenAPIRuntime Converter.swift
[174/192] Compiling OpenAPIRuntime CurrencyExtensions.swift
[175/192] Compiling OpenAPIRuntime ErrorExtensions.swift
[176/192] Compiling OpenAPIRuntime Acceptable.swift
[177/192] Compiling OpenAPIRuntime Base64EncodedData.swift
[178/192] Compiling OpenAPIRuntime ByteUtilities.swift
[179/192] Compiling OpenAPIRuntime ContentDisposition.swift
[180/192] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[181/192] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[182/192] Compiling OpenAPIRuntime OpenAPIValue.swift
[183/192] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[184/192] Compiling OpenAPIRuntime UndocumentedPayload.swift
[185/192] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[186/192] Compiling OpenAPIRuntime URIEncoder.swift
[187/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[188/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[189/192] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[190/192] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[191/192] Compiling OpenAPIRuntime URIParser.swift
[192/192] Compiling OpenAPIRuntime URISerializer.swift
[194/200] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[195/200] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[196/200] Compiling OpenAPIURLSession Lock.swift
[197/200] Compiling OpenAPIURLSession URLSessionTransport.swift
[198/200] Compiling OpenAPIURLSession URLSession+Extensions.swift
[199/200] Emitting module OpenAPIURLSession
[200/200] Compiling OpenAPIURLSession BufferedStream.swift
[202/224] Compiling AmiiboService AmiiboSeries.swift
[203/224] Compiling AmiiboService AmiiboType.swift
[204/224] Compiling AmiiboService GameCharacter.swift
[205/224] Compiling AmiiboService GameSeries.swift
[206/224] Compiling AmiiboService AmiiboClient.swift
[207/224] Compiling AmiiboService AmiiboService.swift
[208/227] Compiling AmiiboService AmiiboSeriesFilter.swift
[209/227] Compiling AmiiboService AmiiboTypeFilter.swift
[210/227] Compiling AmiiboService GameCharacterFilter.swift
[211/227] Compiling AmiiboService Amiibo+Platform.swift
[212/227] Compiling AmiiboService Amiibo+Release.swift
[213/227] Compiling AmiiboService Amiibo+Usage.swift
[214/227] Compiling AmiiboService GameSeriesFilter.swift
[215/227] Compiling AmiiboService Amiibo.swift
[216/227] Compiling AmiiboService Amiibo+Game.swift
[217/227] Emitting module AmiiboService
[218/227] Compiling AmiiboService DateFormatter+Properties.swift
[219/227] Compiling AmiiboService KeyNameFilter.swift
[220/227] Compiling AmiiboService KeyNameModel.swift
[221/227] Compiling AmiiboService ISOTimestampTranscoder.swift
[222/227] Compiling AmiiboService AmiiboLiveClient.swift
[223/227] Compiling AmiiboService AmiiboServiceError.swift
[224/227] Compiling AmiiboService AmiiboFilter.swift
[225/227] Compiling AmiiboService Types.swift
[226/227] Compiling AmiiboService Client.swift
[227/227] Compiling AmiiboService Server.swift
Build complete! (227.56s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator.git"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "amiibo-service",
"name" : "amiibo-service",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "amiibo-service",
"targets" : [
"AmiiboService"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AmiiboServiceTests",
"module_type" : "SwiftTarget",
"name" : "AmiiboServiceTests",
"path" : "Tests/AmiiboService",
"sources" : [
"Tests/Public/Services/AmiiboServiceLiveTests.swift",
"Types/Clients/AmiiboMockClient.swift",
"Types/Extensions/Tag+Customs.swift"
],
"target_dependencies" : [
"AmiiboService"
],
"type" : "test"
},
{
"c99name" : "AmiiboService",
"module_type" : "SwiftTarget",
"name" : "AmiiboService",
"path" : "Sources/AmiiboService",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession",
"OpenAPIGenerator"
],
"product_memberships" : [
"amiibo-service"
],
"sources" : [
"Internal/Extensions/DateFormatter+Properties.swift",
"Internal/Protocols/KeyNameFilter.swift",
"Internal/Protocols/KeyNameModel.swift",
"Internal/Transcoders/ISOTimestampTranscoder.swift",
"Public/Clients/AmiiboLiveClient.swift",
"Public/Errors/AmiiboServiceError.swift",
"Public/Filters/AmiiboFilter.swift",
"Public/Filters/AmiiboSeriesFilter.swift",
"Public/Filters/AmiiboTypeFilter.swift",
"Public/Filters/GameCharacterFilter.swift",
"Public/Filters/GameSeriesFilter.swift",
"Public/Models/Amiibo.swift",
"Public/Models/Amiibo/Amiibo+Game.swift",
"Public/Models/Amiibo/Amiibo+Platform.swift",
"Public/Models/Amiibo/Amiibo+Release.swift",
"Public/Models/Amiibo/Amiibo+Usage.swift",
"Public/Models/AmiiboSeries.swift",
"Public/Models/AmiiboType.swift",
"Public/Models/GameCharacter.swift",
"Public/Models/GameSeries.swift",
"Public/Protocols/AmiiboClient.swift",
"Public/Services/AmiiboService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.