Build Information
Failed to build ExarotonAPI, reference 0.0.9 (1eea57), with Swift 6.1 for Android on 22 Mar 2026 09:01:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/ExarotonAPI.git
Reference: 0.0.9
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/wangzhizhou/ExarotonAPI
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at 1eea571 fix ci.yml
Cloned https://github.com/wangzhizhou/ExarotonAPI.git
Revision (git rev-parse @):
1eea5719e44fec7dfe07f8a310359e2577344ead
SUCCESS checkout https://github.com/wangzhizhou/ExarotonAPI.git at 0.0.9
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/wangzhizhou/ExarotonAPI.git
https://github.com/wangzhizhou/ExarotonAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.11.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.11.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime.git"
},
{
"identity" : "swift-openapi-urlsession",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-urlsession.git"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.8",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream.git"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/flight-school/anycodable.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.4",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
}
],
"manifest_display_name" : "ExarotonAPI",
"name" : "ExarotonAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ExarotonHTTP",
"targets" : [
"ExarotonHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExarotonWebSocket",
"targets" : [
"ExarotonWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebSocketUsageDemo",
"targets" : [
"WebSocketUsageDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "HTTPUsageDemo",
"targets" : [
"HTTPUsageDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "WebSocketUsageDemo",
"module_type" : "SwiftTarget",
"name" : "WebSocketUsageDemo",
"path" : "Sources/WebSocketUsageDemo",
"product_memberships" : [
"WebSocketUsageDemo"
],
"sources" : [
"WebSocketUsageDemo.swift"
],
"target_dependencies" : [
"ExarotonWebSocket"
],
"type" : "executable"
},
{
"c99name" : "HTTPUsageDemo",
"module_type" : "SwiftTarget",
"name" : "HTTPUsageDemo",
"path" : "Sources/HTTPUsageDemo",
"product_memberships" : [
"HTTPUsageDemo"
],
"sources" : [
"HttpUsageDemo.swift"
],
"target_dependencies" : [
"ExarotonHTTP"
],
"type" : "executable"
},
{
"c99name" : "ExarotonWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "ExarotonWebSocketTests",
"path" : "Tests/ExarotonWebSocketTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"ExarotonWebSocketDispatchTests.swift",
"ExarotonWebSocketEventDelegateHandler.swift",
"ExarotonWebSocketTests.swift",
"ExarotonWebSocketUnitTests.swift",
"TestTags.swift"
],
"target_dependencies" : [
"ExarotonWebSocket"
],
"type" : "test"
},
{
"c99name" : "ExarotonWebSocket",
"module_type" : "SwiftTarget",
"name" : "ExarotonWebSocket",
"path" : "Sources/ExarotonWebSocket",
"product_dependencies" : [
"Starscream",
"AnyCodable",
"Logging"
],
"product_memberships" : [
"ExarotonWebSocket",
"WebSocketUsageDemo"
],
"sources" : [
"ExarotonMessage.swift",
"ExarotonServerEventHandlerProtocol.swift",
"ExarotonWebSocketAPI+Internal.swift",
"ExarotonWebSocketAPI.swift",
"ExarotonWebSocketEvent.swift",
"Models.swift",
"Utils.swift"
],
"type" : "library"
},
{
"c99name" : "ExarotonHTTPTests",
"module_type" : "SwiftTarget",
"name" : "ExarotonHTTPTests",
"path" : "Tests/ExarotonHTTPTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"AuthenticationMiddlewareTests.swift",
"ExarotonHTTPTests.swift",
"ExarotonHTTPUnitTests.swift",
"MockTransport.swift",
"TestTags.swift"
],
"target_dependencies" : [
"ExarotonHTTP"
],
"type" : "test"
},
{
"c99name" : "ExarotonHTTP",
"module_type" : "SwiftTarget",
"name" : "ExarotonHTTP",
"path" : "Sources/ExarotonHTTP",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIURLSession",
"HTTPTypes",
"OpenAPIGenerator"
],
"product_memberships" : [
"ExarotonHTTP",
"HTTPUsageDemo"
],
"sources" : [
"AuthenticationMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images: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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/flight-school/anycodable.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-openapi-urlsession.git
[1/5096] Fetching starscream
[766/6047] Fetching starscream, swift-http-types
[1389/6829] Fetching starscream, swift-http-types, anycodable
[2731/13081] Fetching starscream, swift-http-types, anycodable, swift-log
[3509/14178] Fetching starscream, swift-http-types, anycodable, swift-log, swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types from cache (0.48s)
[6948/12130] Fetching starscream, anycodable, swift-log
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-openapi-generator.git
[12131/48573] Fetching starscream, anycodable, swift-log, swift-testing
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
[16447/42321] Fetching starscream, anycodable, swift-testing
[22643/48829] Fetching starscream, anycodable, swift-testing, swift-openapi-runtime
[30349/65983] Fetching starscream, anycodable, swift-testing, swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (1.72s)
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.75s)
Fetched https://github.com/flight-school/anycodable.git from cache (2.73s)
Fetched https://github.com/daltoniam/Starscream.git from cache (2.73s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.77s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.4 (3.77s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74833] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (5.32s)
Computing version for https://github.com/flight-school/anycodable.git
Computed https://github.com/flight-school/anycodable.git at 0.6.7 (2.31s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.58s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-openapi-urlsession.git
Computed https://github.com/apple/swift-openapi-urlsession.git at 1.2.0 (0.76s)
Fetching https://github.com/apple/swift-collections
[1/22628] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.45s)
Computing version for https://github.com/apple/swift-openapi-runtime.git
Computed https://github.com/apple/swift-openapi-runtime.git at 1.11.0 (2.06s)
Computing version for https://github.com/apple/swift-openapi-generator.git
Computed https://github.com/apple/swift-openapi-generator.git at 1.11.0 (2.36s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-argument-parser
[1/6058] Fetching swift-algorithms
[244/23445] Fetching swift-algorithms, swift-argument-parser
[11971/34954] Fetching swift-algorithms, swift-argument-parser, yams
[29201/171414] Fetching swift-algorithms, swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.89s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.90s)
[59270/147969] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (1.94s)
[50491/136460] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (6.77s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (7.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.66s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.08s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.75s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.70s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.80s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.8
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-openapi-runtime.git
Working copy of https://github.com/apple/swift-openapi-runtime.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/flight-school/anycodable.git
Working copy of https://github.com/flight-school/anycodable.git resolved at 0.6.7
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.2.4
Creating working copy for https://github.com/apple/swift-openapi-urlsession.git
Working copy of https://github.com/apple/swift-openapi-urlsession.git 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.11.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
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/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
[0/36] Write sources
[13/36] Compiling _NumericsShims _NumericsShims.c
[14/36] Compiling reader.c
[15/36] Compiling parser.c
[16/36] Compiling writer.c
[17/36] Compiling api.c
[18/36] Compiling scanner.c
[19/36] Compiling emitter.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/120] Emitting module OpenAPIKitCore
[23/124] Compiling Yams Tag.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/124] Compiling Yams YamlAnchorProviding.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/126] Emitting module ArgumentParserToolInfo
[26/126] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/126] 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
[28/126] 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
[29/126] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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/126] Compiling InternalCollectionsUtilities Integer rank.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/126] 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
[32/126] 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
[33/127] 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
[34/129] 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
[35/129] 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
[36/129] Compiling InternalCollectionsUtilities Span+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
[37/129] 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
[38/129] 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
[39/129] 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
[40/129] 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
[41/129] Compiling RealModule RealFunctions.swift
[42/129] Compiling RealModule Float80+Real.swift
[43/129] Compiling RealModule Real.swift
[44/130] Emitting module RealModule
[45/130] Compiling InternalCollectionsUtilities String+Padding.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/130] 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
[47/130] 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
[48/130] 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
[51/130] Compiling RealModule Float16+Real.swift
[57/130] 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
[58/130] 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
[59/131] Compiling RealModule RelaxedArithmetic.swift
[61/132] Wrapping AST for ArgumentParserToolInfo for debugging
[62/132] Wrapping AST for InternalCollectionsUtilities for debugging
[73/233] Wrapping AST for RealModule for debugging
[75/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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/258] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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/258] Compiling OrderedCollections OrderedSet+ReserveCapacity.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[86/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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/258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[89/265] Compiling OrderedCollections OrderedSet+Initializers.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
[90/265] Compiling OrderedCollections OrderedSet+Insertions.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
[91/265] Compiling OrderedCollections OrderedSet+Invariants.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/265] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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/265] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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
[94/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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/265] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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/265] Compiling Algorithms FlattenCollection.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
[98/265] Compiling Algorithms Grouped.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
[99/265] Compiling Algorithms Indexed.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/265] Compiling Algorithms Intersperse.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/265] Compiling Algorithms Joined.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/265] Compiling Algorithms 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
[103/265] Compiling Algorithms MinMax.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
[104/265] Compiling Algorithms Partition.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
[105/265] Compiling Algorithms Permutations.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
[106/265] Compiling Algorithms Product.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
[107/265] Compiling Algorithms RandomSample.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
[108/265] Compiling Algorithms Reductions.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
[109/265] Compiling Algorithms Rotate.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
[110/265] Compiling Algorithms Split.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
[111/265] Compiling Algorithms Stride.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
[112/265] Compiling Algorithms Suffix.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
[113/265] Compiling OrderedCollections OrderedDictionary+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
[114/265] Compiling OrderedCollections OrderedDictionary+Initializers.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
[115/265] Compiling OrderedCollections OrderedDictionary+Invariants.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
[116/265] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.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
[117/265] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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
[118/265] Compiling OrderedCollections OrderedDictionary+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
[119/265] Compiling OrderedCollections OrderedDictionary+Sequence.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
[120/265] Compiling OrderedCollections OrderedDictionary+Values.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
[121/265] Emitting module ArgumentParser
[134/274] Compiling Algorithms Compacted.swift
[135/274] Compiling Algorithms Cycle.swift
[136/274] Compiling Algorithms EitherSequence.swift
[137/274] Compiling Algorithms FirstNonNil.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
[146/274] 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
[147/274] 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
<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/274] Compiling Algorithms AdjacentPairs.swift
[160/274] Compiling Algorithms Chain.swift
[161/274] Compiling Algorithms Chunked.swift
[162/274] Compiling Algorithms Combinations.swift
[164/274] Compiling Algorithms Trim.swift
[165/274] Compiling Algorithms Unique.swift
[166/274] 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
<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
[194/275] 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
[195/275] 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
[196/275] 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
[197/275] 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
[198/275] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[199/275] Compiling OrderedCollections OrderedSet.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
[200/275] Compiling OrderedCollections _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
[211/276] 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
<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
<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
[227/278] Wrapping AST for OrderedCollections for debugging
[228/278] Wrapping AST for OpenAPIKitCore for debugging
[230/278] Compiling ArgumentParser Tree.swift
[231/278] Compiling ArgumentParser CodingKeyValidator.swift
[232/278] Compiling ArgumentParser NonsenseFlagsValidator.swift
[233/278] Compiling ArgumentParser ParsableArgumentsValidation.swift
[234/278] Compiling ArgumentParser PositionalArgumentsValidator.swift
[235/278] Compiling ArgumentParser UniqueNamesValidator.swift
[235/310] Wrapping AST for Algorithms for debugging
[236/378] Wrapping AST for Yams for debugging
[238/397] Compiling OpenAPIKit ResolvedEndpoint.swift
[239/397] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[240/397] Compiling OpenAPIKit DereferencedParameter.swift
[241/397] Compiling OpenAPIKit DereferencedSchemaContext.swift
[242/397] Compiling OpenAPIKit DereferencedResponse.swift
[243/397] Compiling OpenAPIKit Response.swift
[244/397] Compiling OpenAPIKit Header.swift
[245/397] Compiling OpenAPIKit JSONReference.swift
[246/397] Compiling OpenAPIKit DereferencedContentEncoding.swift
[247/397] Compiling OpenAPIKit DereferencedDocument.swift
[248/397] Compiling OpenAPIKit Document.swift
[249/397] Compiling OpenAPIKit DocumentInfo.swift
[250/397] Compiling OpenAPIKit ResolvedDocument.swift
[251/397] Compiling OpenAPIKit DocumentDecodingError.swift
[252/397] Compiling OpenAPIKit OperationDecodingError.swift
[253/397] Compiling OpenAPIKit PathDecodingError.swift
[254/397] Compiling OpenAPIKit ResponseDecodingError.swift
[255/397] Compiling OpenAPIKit Example.swift
[256/397] Compiling OpenAPIKit ExternalDocumentation.swift
[257/397] Compiling OpenAPIKit DereferencedHeader.swift
[258/397] Compiling OpenAPIKit Either+Convenience.swift
[259/397] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[260/397] Compiling OpenAPIKit Either+Summarizable.swift
[261/397] Compiling OpenAPIKit Either+Validatable.swift
[262/397] Compiling OpenAPIKit Parameter.swift
[263/397] Compiling OpenAPIKit ParameterContext.swift
[264/397] Compiling OpenAPIKit ParameterSchemaContext.swift
[265/397] Compiling OpenAPIKit DereferencedPathItem.swift
[266/397] Compiling OpenAPIKit PathItem.swift
[267/397] Compiling OpenAPIKit ResolvedRoute.swift
[268/397] Compiling OpenAPIKit DereferencedRequest.swift
[269/397] Compiling OpenAPIKit Request.swift
[270/397] Compiling OpenAPIKit AnyCodable+Validatable.swift
[271/398] Wrapping AST for ArgumentParser for debugging
[273/398] Emitting module OpenAPIKit30
[282/406] Compiling OpenAPIKit JSONSchema.swift
[283/406] Compiling OpenAPIKit JSONSchemaContext.swift
[284/406] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[285/406] Compiling OpenAPIKit TypesAndFormats.swift
[286/406] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[287/406] Compiling OpenAPIKit SecurityScheme.swift
[288/406] Compiling OpenAPIKit Server.swift
[289/406] Compiling OpenAPIKit Tag.swift
[290/406] Compiling OpenAPIKit DereferencedContent.swift
[291/406] Compiling OpenAPIKit Link.swift
[292/406] Compiling OpenAPIKit OpenAPI.swift
[293/406] Compiling OpenAPIKit DereferencedOperation.swift
[294/406] Compiling OpenAPIKit Operation.swift
[299/406] Compiling OpenAPIKit Callbacks.swift
[300/406] Compiling OpenAPIKit CodableVendorExtendable.swift
[301/406] Compiling OpenAPIKit Components+JSONReference.swift
[302/406] Compiling OpenAPIKit Components+Locatable.swift
[303/406] Compiling OpenAPIKit Components.swift
[304/406] Compiling OpenAPIKit Content.swift
[305/406] Compiling OpenAPIKit ContentEncoding.swift
[367/414] Emitting module OpenAPIKit
[368/414] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[369/414] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[370/414] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[371/414] Compiling OpenAPIKit Validation+Builtins.swift
[372/414] Compiling OpenAPIKit Validation.swift
[373/414] Compiling OpenAPIKit Validator+Convenience.swift
[374/414] Compiling OpenAPIKit Validator.swift
[375/414] Compiling OpenAPIKit XML.swift
[379/414] Compiling OpenAPIKit RuntimeExpression.swift
[380/414] Compiling OpenAPIKit SchemaProtocols.swift
[381/414] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[382/414] Compiling OpenAPIKit DereferencedJSONSchema.swift
[383/414] Compiling OpenAPIKit JSONSchema+Combining.swift
[392/415] Wrapping AST for OpenAPIKit30 for debugging
[409/415] Compiling OpenAPIKit _CoreReExport.swift
[410/416] Wrapping AST for OpenAPIKit for debugging
[412/419] Compiling OpenAPIKitCompat Either+Map.swift
[413/419] Emitting module OpenAPIKitCompat
[414/419] Compiling OpenAPIKitCompat Compat30To31.swift
[415/420] Wrapping AST for OpenAPIKitCompat for debugging
[417/502] Emitting module _OpenAPIGeneratorCore
[418/502] Compiling _OpenAPIGeneratorCore Config.swift
[419/502] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[420/502] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[421/502] Compiling _OpenAPIGeneratorCore Errors.swift
[422/502] Compiling _OpenAPIGeneratorCore Foundation.swift
[423/502] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[424/502] Compiling _OpenAPIGeneratorCore String.swift
[425/502] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[426/502] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[427/502] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[428/502] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[429/502] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[430/513] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[431/513] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[432/513] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[433/513] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[434/513] Compiling _OpenAPIGeneratorCore translateResponse.swift
[435/513] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[436/513] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[437/513] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[438/513] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[439/513] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[440/513] Compiling _OpenAPIGeneratorCore Builtins.swift
[441/513] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[442/513] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[443/513] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[444/513] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[445/513] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[446/513] Compiling _OpenAPIGeneratorCore TypeName.swift
[447/513] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[448/513] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[449/513] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[450/513] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[451/513] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[452/513] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[453/513] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[454/513] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[455/513] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[456/513] Compiling _OpenAPIGeneratorCore translateComponents.swift
[457/513] Compiling _OpenAPIGeneratorCore translateOperations.swift
[458/513] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[459/513] Compiling _OpenAPIGeneratorCore translateServers.swift
[460/513] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[461/513] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[462/513] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[463/513] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[464/513] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[465/513] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[466/513] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[467/513] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[468/513] Compiling _OpenAPIGeneratorCore translateParameter.swift
[469/513] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[470/513] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[471/513] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[472/513] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[473/513] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[474/513] Compiling _OpenAPIGeneratorCore Constants.swift
[475/513] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[476/513] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[477/513] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[478/513] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[479/513] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[480/513] Compiling _OpenAPIGeneratorCore ContentType.swift
[481/513] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[482/513] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[483/513] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[484/513] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[485/513] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[486/513] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[487/513] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[488/513] Compiling _OpenAPIGeneratorCore translateArray.swift
[489/513] Compiling _OpenAPIGeneratorCore translateCodable.swift
[490/513] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[491/513] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[492/513] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[493/513] Compiling _OpenAPIGeneratorCore translateSchema.swift
[494/513] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[495/513] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[496/513] Compiling _OpenAPIGeneratorCore Annotations.swift
[497/513] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[498/513] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[499/513] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[500/513] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[501/513] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[502/513] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[503/513] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[504/513] Compiling _OpenAPIGeneratorCore YamsParser.swift
[505/513] Compiling _OpenAPIGeneratorCore validateDoc.swift
[506/513] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[507/513] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[508/513] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[509/513] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[510/514] Wrapping AST for _OpenAPIGeneratorCore for debugging
[512/523] Compiling swift_openapi_generator PluginSource.swift
[513/524] Compiling swift_openapi_generator Tool.swift
[514/524] Compiling swift_openapi_generator UserConfig.swift
[515/524] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[516/524] Compiling swift_openapi_generator GenerateOptions.swift
[517/524] Emitting module swift_openapi_generator
[518/524] Compiling swift_openapi_generator GenerateCommand.swift
[519/524] Compiling swift_openapi_generator Extensions.swift
[520/524] Compiling swift_openapi_generator FilterCommand.swift
[521/524] Compiling swift_openapi_generator runGenerator.swift
[522/525] Wrapping AST for swift-openapi-generator for debugging
[523/525] Write Objects.LinkFileList
[524/525] Linking swift-openapi-generator-tool
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginError.swift:82:104: warning: 'description' is deprecated: Use `URL` type instead of `Path`.
80 | case multipleFilesFound(files: [String])
81 |
82 | static func multipleFilesFound(files: [Path]) -> Self { .multipleFilesFound(files: files.map(\.description)) }
| `- warning: 'description' is deprecated: Use `URL` type instead of `Path`.
83 |
84 | /// The error is definitely due to misconfiguration of a target.
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:40:46: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
38 | ) throws -> ValidatedInputs {
39 | let (config, doc) = try findFiles(inputFiles: sourceFiles, targetName: targetName)
40 | let genSourcesDir = workingDirectory.appending("GeneratedSources")
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:49: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:84: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:67:83: warning: 'path' is deprecated: renamed to 'url'
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:67:88: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:68:20: warning: 'path' is deprecated: renamed to 'url'
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
68 | .map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
69 | guard matchedConfigs.count > 0 else {
70 | return .failure(FileError(targetName: targetName, fileKind: .config, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:77: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:82: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:111: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:32:56: warning: 'path' is deprecated: renamed to 'url'
30 | )
31 |
32 | let toolUrl = URL(fileURLWithPath: inputs.tool.path.string)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
33 | let process = Process()
34 | process.executableURL = toolUrl
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:32:61: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
30 | )
31 |
32 | let toolUrl = URL(fileURLWithPath: inputs.tool.path.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
33 | let process = Process()
34 | process.executableURL = toolUrl
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:76:52: warning: 'directory' is deprecated: renamed to 'directoryURL'
74 | log("- Trying OpenAPI code generation.")
75 | try runCommand(
76 | targetWorkingDirectory: target.directory,
| |- warning: 'directory' is deprecated: renamed to 'directoryURL'
| `- note: use 'directoryURL' instead
77 | tool: context.tool,
78 | sourceFiles: swiftTarget.sourceFiles,
[1/1] Compiling plugin OpenAPIGeneratorCommand
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginError.swift:82:104: warning: 'description' is deprecated: Use `URL` type instead of `Path`.
80 | case multipleFilesFound(files: [String])
81 |
82 | static func multipleFilesFound(files: [Path]) -> Self { .multipleFilesFound(files: files.map(\.description)) }
| `- warning: 'description' is deprecated: Use `URL` type instead of `Path`.
83 |
84 | /// The error is definitely due to misconfiguration of a target.
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:40:46: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
38 | ) throws -> ValidatedInputs {
39 | let (config, doc) = try findFiles(inputFiles: sourceFiles, targetName: targetName)
40 | let genSourcesDir = workingDirectory.appending("GeneratedSources")
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:49: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:84: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:67:83: warning: 'path' is deprecated: renamed to 'url'
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:67:88: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:68:20: warning: 'path' is deprecated: renamed to 'url'
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
68 | .map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
69 | guard matchedConfigs.count > 0 else {
70 | return .failure(FileError(targetName: targetName, fileKind: .config, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:77: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:82: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:111: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:32:85: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
30 | )
31 |
32 | let outputFiles: [Path] = GeneratorMode.allCases.map { inputs.genSourcesDir.appending($0.outputFileName) }
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
33 | return [
34 | .buildCommand(
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:34:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
32 | let outputFiles: [Path] = GeneratorMode.allCases.map { inputs.genSourcesDir.appending($0.outputFileName) }
33 | return [
34 | .buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
35 | displayName: "Running swift-openapi-generator",
36 | executable: inputs.tool.path,
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:36:41: warning: 'path' is deprecated: renamed to 'url'
34 | .buildCommand(
35 | displayName: "Running swift-openapi-generator",
36 | executable: inputs.tool.path,
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
37 | arguments: inputs.arguments,
38 | environment: [:],
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:52:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
50 | }
51 | return try createBuildCommands(
52 | pluginWorkDirectory: context.pluginWorkDirectory,
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
53 | tool: context.tool,
54 | sourceFiles: swiftTarget.sourceFiles,
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/72] Write sources
[17/72] Compiling _NumericsShims _NumericsShims.c
[18/72] Write sources
[21/72] Copying PrivacyInfo.xcprivacy
[22/72] Write sources
[31/72] Compiling reader.c
[32/72] Compiling writer.c
[33/72] Compiling parser.c
[34/72] Write swift-version-24593BA9C3E375BF.txt
[35/72] Compiling api.c
[36/72] Compiling emitter.c
[37/72] Compiling scanner.c
[39/128] Emitting module ArgumentParserToolInfo
[41/129] Emitting module RealModule
[42/130] Emitting module OpenAPIKitCore
[45/136] 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
[47/139] 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
[49/140] Emitting module ArgumentParser
[51/142] 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
[52/142] 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
[53/144] 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/144] 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/144] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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/144] 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
[57/144] 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
[58/144] 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
[59/144] 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
[60/144] 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
[61/144] 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
[62/144] 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
[63/144] 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
[64/144] Compiling InternalCollectionsUtilities Span+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
[65/144] Compiling InternalCollectionsUtilities String+Padding.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/144] 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
[67/144] 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
[68/144] 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
[69/145] 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
[70/145] 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
[71/146] Emitting module OpenAPIKit30
[74/147] Compiling HTTPTypes HTTPParsedFields.swift
[75/147] Compiling HTTPTypes ISOLatin1String.swift
[76/182] Compiling HTTPTypes NIOLock.swift
[77/182] Compiling ContainersPreview Producer+Map.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/182] Compiling ContainersPreview Producer+Reduce.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/182] Compiling ContainersPreview Producer.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/182] Compiling ContainersPreview Borrow.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/186] Compiling ContainersPreview Drain+Reduce.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/186] Compiling ContainersPreview Drain.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/186] Compiling ContainersPreview Producer+Collect.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/186] Compiling ContainersPreview Producer+Filter.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/186] Compiling ContainersPreview RandomAccessContainer.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
[86/186] Compiling ContainersPreview RangeExpression2.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/186] Compiling ContainersPreview RangeReplaceableContainer.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/186] Compiling ContainersPreview Drain+Map.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
[89/186] Emitting module ContainersPreview
<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
[90/186] Compiling ContainersPreview BorrowingSequence+Utilities.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
[91/186] Compiling ContainersPreview BorrowingSequence.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/186] Compiling ContainersPreview BidirectionalContainer.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/186] Compiling ContainersPreview Container+Filter.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
[94/186] Compiling ContainersPreview Container+SpanwiseZip.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/186] Compiling ContainersPreview OutputSpan+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
[96/186] Compiling ContainersPreview TemporaryAllocation.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/186] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.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
[98/186] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.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
[99/186] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.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/186] Compiling ContainersPreview BorrowingIteratorProtocol+Map.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/186] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.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/186] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.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/186] Compiling ContainersPreview BorrowingIteratorProtocol.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
[104/186] Compiling ContainersPreview BorrowingSequence+Standard Conformances.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
[105/186] Compiling ContainersPreview Container.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
[106/186] Compiling ContainersPreview ContainerIterator.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
[107/186] Compiling ContainersPreview DynamicContainer.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
[108/186] Compiling ContainersPreview MutableContainer.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
[109/186] Compiling ContainersPreview PermutableContainer.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
[110/186] Compiling HTTPTypes HTTPRequest.swift
[111/186] Compiling HTTPTypes HTTPResponse.swift
[112/186] Compiling ContainersPreview Box.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
[113/186] Compiling ContainersPreview Inout.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
[114/186] Compiling ContainersPreview InputSpan.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
[115/186] Compiling ContainersPreview 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
[117/227] Compiling DequeModule RigidDeque+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
[118/227] Compiling DequeModule RigidDeque+Experimental.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
[119/227] Compiling DequeModule RigidDeque+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
[120/227] Compiling DequeModule RigidDeque+Initializers.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
[121/227] Compiling DequeModule RigidDeque+Insertions.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
[122/227] Compiling DequeModule RigidDeque+Prepend.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
[123/232] Emitting module OpenAPIKit
[124/233] Compiling DequeModule UniqueDeque+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
[125/233] Compiling DequeModule UniqueDeque+Initializers.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
[126/233] Compiling DequeModule UniqueDeque+Insertions.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/233] Compiling DequeModule UniqueDeque+Prepend.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/233] Compiling DequeModule UniqueDeque+Removals.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/233] Compiling DequeModule UniqueDeque+Consumption.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/233] Compiling DequeModule UniqueDeque+Container.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/233] Compiling DequeModule UniqueDeque+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
[132/233] Compiling DequeModule UniqueDeque+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
[133/233] Compiling DequeModule UniqueDeque+Experimental.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/233] Compiling DequeModule RigidDeque+Removals.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/233] Compiling DequeModule RigidDeque+Replacements.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/233] Compiling DequeModule RigidDeque+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
[137/233] Compiling DequeModule RigidDeque.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/233] Compiling DequeModule UniqueDeque+Append.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/233] Compiling HTTPTypes HTTPRequest+URL.swift
[141/233] 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
[142/233] 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
[143/233] Compiling DequeModule RigidDeque+Append.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/233] Compiling DequeModule RigidDeque+Consumption.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/233] Compiling DequeModule RigidDeque+Container.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/233] Compiling DequeModule RigidDeque+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
[147/233] Compiling Logging MetadataProvider.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/233] Emitting module Logging
<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/233] Compiling Logging Locks.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/233] Compiling Logging LogHandler.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/233] Compiling Logging Logging.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/234] Compiling AnyCodable AnyEncodable.swift
[152/234] Wrapping AST for Yams for debugging
[154/234] Compiling DequeModule Deque+Extras.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[155/234] Compiling DequeModule Deque+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[156/234] Compiling DequeModule Deque+Testing.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[166/236] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[167/237] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[168/237] Emitting module AnyCodable
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[171/237] Compiling DequeModule Deque+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[172/237] Compiling DequeModule Deque.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[175/237] Compiling DequeModule Deque._Storage.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[176/237] Compiling DequeModule Deque._UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[177/237] Compiling AnyCodable AnyDecodable.swift
[178/237] Compiling AnyCodable AnyCodable.swift
[179/239] Wrapping AST for RealModule for debugging
[181/239] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[182/239] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
<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
[182/239] Wrapping AST for OrderedCollections for debugging
[185/239] Emitting module HTTPTypes
[185/239] Wrapping AST for OpenAPIKitCore for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/23] Compiling _NumericsShims _NumericsShims.c
[1/23] Compiling reader.c
[2/23] Compiling parser.c
[3/23] Compiling api.c
[4/23] Compiling scanner.c
[5/23] Compiling emitter.c
[6/23] Compiling writer.c
[7/23] Write swift-version-24593BA9C3E375BF.txt
[9/107] Compiling Yams Node.Scalar.swift
[10/107] Compiling Yams Node.Sequence.swift
[11/107] Compiling Yams Node.swift
[12/109] Compiling RealModule RealFunctions.swift
[13/110] Compiling Yams Tag.swift
[14/110] Compiling Yams YamlAnchorProviding.swift
[15/110] Compiling Yams Mark.swift
[16/110] Compiling Yams Node.Alias.swift
[17/110] Compiling RealModule Real.swift
[18/110] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/110] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/110] Compiling RealModule RelaxedArithmetic.swift
[21/110] Compiling RealModule Float80+Real.swift
[22/110] Compiling RealModule Float16+Real.swift
[23/110] Compiling Yams Node.Mapping.swift
[27/110] Compiling Yams AliasDereferencingStrategy.swift
[28/110] Compiling Yams Anchor.swift
[34/112] Compiling Yams Parser.swift
[35/112] Compiling Yams RedundancyAliasingStrategy.swift
[36/112] Compiling Yams Representer.swift
[37/112] Emitting module RealModule
[41/113] Compiling Yams Emitter.swift
[42/113] Compiling Yams Encoder.swift
[43/113] Emitting module OpenAPIKitCore
[43/117] Wrapping AST for RealModule for debugging
[45/117] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[46/117] Compiling OpenAPIKitCore Optional+Zip.swift
[47/117] Compiling OpenAPIKitCore Result+Value.swift
[48/117] Compiling OpenAPIKitCore Validatable.swift
[49/117] Emitting module Yams
[50/117] Compiling OpenAPIKitCore ResponseStatusCode.swift
[51/117] Compiling OpenAPIKitCore SecurityScheme.swift
[52/117] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[53/117] Compiling OpenAPIKitCore URLTemplate.swift
[54/117] Emitting module InternalCollectionsUtilities
[60/142] Compiling Algorithms Grouped.swift
[61/142] Compiling Algorithms Indexed.swift
[62/142] Compiling Algorithms Intersperse.swift
[63/142] Compiling Algorithms Compacted.swift
[64/142] Compiling Algorithms Cycle.swift
[65/142] Compiling Algorithms EitherSequence.swift
[66/142] Compiling Algorithms FirstNonNil.swift
[67/142] Compiling Algorithms Joined.swift
[68/142] Compiling Algorithms Keyed.swift
[69/142] Compiling Algorithms MinMax.swift
[70/142] Compiling Algorithms Reductions.swift
[71/142] Compiling Algorithms Rotate.swift
[72/142] Compiling Algorithms Partition.swift
[73/142] Compiling Algorithms Permutations.swift
[74/142] Compiling Algorithms Product.swift
[75/142] Compiling Algorithms RandomSample.swift
[78/142] Compiling Algorithms Split.swift
[79/142] Compiling Algorithms Stride.swift
[80/142] Compiling Algorithms Suffix.swift
[81/142] Compiling OpenAPIKitCore OAuthFlows.swift
[82/142] Compiling OpenAPIKitCore ParameterContextLocation.swift
[83/142] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[84/142] Compiling OpenAPIKitCore Path.swift
[86/143] Emitting module ArgumentParserToolInfo
[87/143] Compiling ArgumentParserToolInfo ToolInfo.swift
[88/143] Wrapping AST for OpenAPIKitCore for debugging
[90/175] Compiling ArgumentParser EnumerableFlag.swift
[91/175] Compiling ArgumentParser ExpressibleByArgument.swift
[93/189] Compiling ArgumentParser ArgumentVisibility.swift
[94/189] Compiling ArgumentParser CompletionKind.swift
[95/189] Compiling ArgumentParser Errors.swift
[96/363] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[97/363] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/363] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[99/363] Compiling OrderedCollections OrderedDictionary+Elements.swift
[100/363] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[101/363] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[102/366] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[103/366] Compiling OrderedCollections _HashTable+Testing.swift
[104/366] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[105/366] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/366] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/366] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[108/366] Compiling OrderedCollections _HashTable.swift
[109/366] Compiling OrderedCollections _Hashtable+Header.swift
[110/366] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[111/366] Compiling OrderedCollections OrderedDictionary+Values.swift
[112/366] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/366] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/366] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[122/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[123/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[124/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[125/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[126/373] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[127/373] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[128/373] Compiling Algorithms Trim.swift
[129/373] Compiling Algorithms Unique.swift
[130/373] Compiling Algorithms Windows.swift
[139/373] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[140/373] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[141/373] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[142/373] Emitting module ArgumentParser
[151/379] Compiling OrderedCollections OrderedSet+Insertions.swift
[152/379] Compiling OrderedCollections OrderedSet+Invariants.swift
[153/379] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[154/379] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[155/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[156/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[165/379] Compiling OrderedCollections OrderedSet+Initializers.swift
[172/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[176/379] Compiling OrderedCollections OrderedSet+Descriptions.swift
[177/379] Compiling OrderedCollections OrderedSet+Diffing.swift
[178/379] Compiling OrderedCollections OrderedSet+Equatable.swift
[179/379] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[180/379] Compiling OrderedCollections OrderedSet+Hashable.swift
[198/380] Emitting module OpenAPIKit
[198/388] Wrapping AST for Yams for debugging
[200/388] Emitting module OpenAPIKit30
[201/396] Compiling OrderedCollections _HashTable+Bucket.swift
[202/396] Compiling OrderedCollections _HashTable+BucketIterator.swift
[203/396] Compiling OrderedCollections _HashTable+Constants.swift
[213/396] Emitting module Algorithms
[229/397] Compiling OrderedCollections OrderedSet+Sendable.swift
[230/397] Compiling OrderedCollections OrderedSet+SubSequence.swift
[231/397] Compiling OrderedCollections OrderedSet+Testing.swift
[232/397] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[233/397] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[234/397] Compiling OpenAPIKit30 OrderedDictionry+LocallyDereferenceable.swift
[235/397] Compiling OpenAPIKit30 Validation+Builtins.swift
[236/397] Compiling ArgumentParser Tree.swift
[237/397] Compiling ArgumentParser CodingKeyValidator.swift
[238/397] Compiling ArgumentParser NonsenseFlagsValidator.swift
[239/397] Compiling ArgumentParser ParsableArgumentsValidation.swift
[240/397] Compiling ArgumentParser PositionalArgumentsValidator.swift
[241/397] Compiling ArgumentParser UniqueNamesValidator.swift
[241/397] Wrapping AST for Algorithms for debugging
[251/397] Emitting module OrderedCollections
[311/397] Compiling OpenAPIKit30 Validation.swift
[312/397] Compiling OpenAPIKit30 Validator+Convenience.swift
[313/397] Compiling OpenAPIKit30 Validator.swift
[314/397] Compiling OpenAPIKit30 XML.swift
[315/397] Compiling OpenAPIKit30 _CoreReExport.swift
[331/397] Compiling OpenAPIKit _CoreReExport.swift
[375/398] Wrapping AST for OpenAPIKit30 for debugging
[393/399] Wrapping AST for OpenAPIKit for debugging
[395/402] Compiling OpenAPIKitCompat Either+Map.swift
[396/402] Emitting module OpenAPIKitCompat
[397/402] Compiling OpenAPIKitCompat Compat30To31.swift
[399/484] Compiling _OpenAPIGeneratorCore Constants.swift
[400/484] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[401/484] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[402/484] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[403/484] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[404/484] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[405/484] Compiling _OpenAPIGeneratorCore ContentType.swift
[406/484] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[407/484] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[408/484] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[409/484] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[410/484] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[411/484] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[412/484] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[413/484] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[414/484] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[415/484] Compiling _OpenAPIGeneratorCore translateResponse.swift
[416/484] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[417/484] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[418/484] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[419/484] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[420/484] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[421/484] Compiling _OpenAPIGeneratorCore Builtins.swift
[422/484] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[423/484] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[424/484] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[425/484] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[426/484] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[427/484] Compiling _OpenAPIGeneratorCore TypeName.swift
[428/484] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[429/484] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[430/484] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[431/484] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[432/484] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[433/495] Emitting module _OpenAPIGeneratorCore
[434/495] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[435/495] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[436/495] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[437/495] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[438/495] Compiling _OpenAPIGeneratorCore translateComponents.swift
[439/495] Compiling _OpenAPIGeneratorCore translateOperations.swift
[440/495] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[441/495] Compiling _OpenAPIGeneratorCore translateServers.swift
[442/495] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[443/495] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[444/495] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[445/495] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[446/495] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[447/495] Compiling _OpenAPIGeneratorCore translateArray.swift
[448/495] Compiling _OpenAPIGeneratorCore translateCodable.swift
[449/495] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[450/495] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[451/495] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[452/495] Compiling _OpenAPIGeneratorCore translateSchema.swift
[453/495] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[454/495] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[455/495] Compiling _OpenAPIGeneratorCore Annotations.swift
[456/495] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[457/495] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[458/495] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[459/495] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[460/495] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[461/495] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[462/495] Compiling _OpenAPIGeneratorCore translateParameter.swift
[463/495] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[464/495] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[465/495] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[466/495] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[467/495] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[468/495] Compiling _OpenAPIGeneratorCore Config.swift
[469/495] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[470/495] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[471/495] Compiling _OpenAPIGeneratorCore Errors.swift
[472/495] Compiling _OpenAPIGeneratorCore Foundation.swift
[473/495] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[474/495] Compiling _OpenAPIGeneratorCore String.swift
[475/495] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[476/495] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[477/495] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[478/495] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[479/495] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[480/495] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[481/495] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[482/495] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[483/495] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[484/495] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[485/495] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[486/495] Compiling _OpenAPIGeneratorCore YamsParser.swift
[487/495] Compiling _OpenAPIGeneratorCore validateDoc.swift
[488/495] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[489/495] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[490/495] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[491/495] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[493/504] Compiling swift_openapi_generator UserConfig.swift
[494/505] Compiling swift_openapi_generator Tool.swift
[495/505] Compiling swift_openapi_generator PluginSource.swift
[496/505] Compiling swift_openapi_generator GenerateCommand.swift
[497/505] Compiling swift_openapi_generator Extensions.swift
[498/505] Compiling swift_openapi_generator FilterCommand.swift
[499/505] Emitting module swift_openapi_generator
[500/505] Compiling swift_openapi_generator GenerateOptions.swift
[501/505] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[502/505] Compiling swift_openapi_generator runGenerator.swift
[503/505] Write Objects.LinkFileList
[504/505] Linking swift-openapi-generator-tool
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginError.swift:82:104: warning: 'description' is deprecated: Use `URL` type instead of `Path`.
80 | case multipleFilesFound(files: [String])
81 |
82 | static func multipleFilesFound(files: [Path]) -> Self { .multipleFilesFound(files: files.map(\.description)) }
| `- warning: 'description' is deprecated: Use `URL` type instead of `Path`.
83 |
84 | /// The error is definitely due to misconfiguration of a target.
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:40:46: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
38 | ) throws -> ValidatedInputs {
39 | let (config, doc) = try findFiles(inputFiles: sourceFiles, targetName: targetName)
40 | let genSourcesDir = workingDirectory.appending("GeneratedSources")
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:49: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:43:84: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:67:83: warning: 'path' is deprecated: renamed to 'url'
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:67:88: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:68:20: warning: 'path' is deprecated: renamed to 'url'
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
68 | .map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
69 | guard matchedConfigs.count > 0 else {
70 | return .failure(FileError(targetName: targetName, fileKind: .config, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:77: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:82: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/PluginsShared/PluginUtils.swift:82:111: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:32:56: warning: 'path' is deprecated: renamed to 'url'
30 | )
31 |
32 | let toolUrl = URL(fileURLWithPath: inputs.tool.path.string)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
33 | let process = Process()
34 | process.executableURL = toolUrl
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:32:61: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
30 | )
31 |
32 | let toolUrl = URL(fileURLWithPath: inputs.tool.path.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
33 | let process = Process()
34 | process.executableURL = toolUrl
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGeneratorCommand/plugin.swift:76:52: warning: 'directory' is deprecated: renamed to 'directoryURL'
74 | log("- Trying OpenAPI code generation.")
75 | try runCommand(
76 | targetWorkingDirectory: target.directory,
| |- warning: 'directory' is deprecated: renamed to 'directoryURL'
| `- note: use 'directoryURL' instead
77 | tool: context.tool,
78 | sourceFiles: swiftTarget.sourceFiles,
[1/1] Compiling plugin OpenAPIGeneratorCommand
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginError.swift:82:104: warning: 'description' is deprecated: Use `URL` type instead of `Path`.
80 | case multipleFilesFound(files: [String])
81 |
82 | static func multipleFilesFound(files: [Path]) -> Self { .multipleFilesFound(files: files.map(\.description)) }
| `- warning: 'description' is deprecated: Use `URL` type instead of `Path`.
83 |
84 | /// The error is definitely due to misconfiguration of a target.
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:40:46: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
38 | ) throws -> ValidatedInputs {
39 | let (config, doc) = try findFiles(inputFiles: sourceFiles, targetName: targetName)
40 | let genSourcesDir = workingDirectory.appending("GeneratedSources")
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:27: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:49: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:43:84: warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
41 |
42 | let arguments = [
43 | "generate", "\(doc)", "--config", "\(config)", "--output-directory", "\(genSourcesDir)", "--plugin-source",
| `- warning: 'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.
44 | "\(pluginSource.rawValue)",
45 | ]
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:67:83: warning: 'path' is deprecated: renamed to 'url'
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:67:88: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
65 | /// Find the config file.
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
68 | .map(\.path)
69 | guard matchedConfigs.count > 0 else {
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:68:20: warning: 'path' is deprecated: renamed to 'url'
66 | private static func findConfig(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
67 | let matchedConfigs = inputFiles.filter { supportedConfigFiles.contains($0.path.lastComponent_fixed) }
68 | .map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
69 | guard matchedConfigs.count > 0 else {
70 | return .failure(FileError(targetName: targetName, fileKind: .config, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:77: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:82: warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| `- warning: 'lastComponent_fixed' is deprecated: Use `URL` type instead of `Path`.
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/PluginsShared/PluginUtils.swift:82:111: warning: 'path' is deprecated: renamed to 'url'
80 | /// Find the document file.
81 | private static func findDocument(inputFiles: FileList, targetName: String) -> Result<Path, FileError> {
82 | let matchedDocs = inputFiles.filter { supportedDocFiles.contains($0.path.lastComponent_fixed) }.map(\.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
83 | guard matchedDocs.count > 0 else {
84 | return .failure(FileError(targetName: targetName, fileKind: .document, issue: .noFilesFound))
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:32:85: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
30 | )
31 |
32 | let outputFiles: [Path] = GeneratorMode.allCases.map { inputs.genSourcesDir.appending($0.outputFileName) }
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
33 | return [
34 | .buildCommand(
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:34:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
32 | let outputFiles: [Path] = GeneratorMode.allCases.map { inputs.genSourcesDir.appending($0.outputFileName) }
33 | return [
34 | .buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
35 | displayName: "Running swift-openapi-generator",
36 | executable: inputs.tool.path,
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:36:41: warning: 'path' is deprecated: renamed to 'url'
34 | .buildCommand(
35 | displayName: "Running swift-openapi-generator",
36 | executable: inputs.tool.path,
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
37 | arguments: inputs.arguments,
38 | environment: [:],
/host/spi-builder-workspace/.build/checkouts/swift-openapi-generator/Plugins/OpenAPIGenerator/plugin.swift:52:42: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
50 | }
51 | return try createBuildCommands(
52 | pluginWorkDirectory: context.pluginWorkDirectory,
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
53 | tool: context.tool,
54 | sourceFiles: swiftTarget.sourceFiles,
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/46] Compiling _NumericsShims _NumericsShims.c
[5/46] Compiling reader.c
[6/46] Compiling api.c
[7/46] Compiling parser.c
[8/46] Compiling emitter.c
[9/46] Compiling scanner.c
[10/46] Compiling writer.c
[11/46] Write swift-version-24593BA9C3E375BF.txt
[13/102] Emitting module Logging
[14/102] Compiling Starscream WebSocketServer.swift
[15/102] Compiling Starscream WebSocket.swift
[16/104] Compiling Logging MetadataProvider.swift
[17/104] Compiling Starscream FoundationHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[18/104] Compiling Starscream FoundationHTTPServerHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[19/104] Compiling Starscream FrameCollector.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[20/106] Compiling Starscream Engine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[21/106] Compiling Starscream NativeEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[22/106] Compiling Starscream WSEngine.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[25/106] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[26/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[27/106] Compiling Starscream FoundationSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[28/106] Compiling Starscream Security.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[29/106] Compiling Starscream Server.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/106] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[33/106] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[34/106] Compiling Starscream WSCompression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[35/106] Compiling Starscream Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[39/106] Compiling Starscream Transport.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[40/106] Compiling Starscream resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[41/106] Compiling HTTPTypes ISOLatin1String.swift
[44/107] Emitting module InternalCollectionsUtilities
[45/107] Emitting module RealModule
[46/109] Emitting module OpenAPIKitCore
[53/110] Compiling HTTPTypes HTTPParsedFields.swift
[54/110] Emitting module HTTPTypes
[56/110] Compiling Logging Locks.swift
[57/110] Compiling Logging LogHandler.swift
[58/110] Compiling Logging Logging.swift
[61/111] Emitting module Yams
[63/112] Compiling HTTPTypes NIOLock.swift
[65/112] Emitting module InternalCollectionsUtilities
[66/112] Compiling Starscream Framer.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[67/112] Compiling Starscream HTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[68/112] Compiling Starscream StringHTTPHandler.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Security/FoundationSecurity.swift:24:8: error: no such module 'CommonCrypto'
22 |
23 | import Foundation
24 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
25 |
26 | public enum FoundationSecurityError: Error {
[73/113] Compiling HTTPTypes HTTPRequest.swift
[74/113] Compiling HTTPTypes HTTPRequest+URL.swift
[75/113] Compiling HTTPTypes HTTPResponse.swift
BUILD FAILURE 6.1 android