Build Information
Successful build of ExarotonAPI, reference main (1eea57), with Swift 6.1 for macOS (SPM) on 22 Mar 2026 09:04:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wangzhizhou/ExarotonAPI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wangzhizhou/ExarotonAPI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wangzhizhou/ExarotonAPI.git
https://github.com/wangzhizhou/ExarotonAPI.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[0/25] Write sources
[2/25] Write swift-openapi-generator-tool-entitlement.plist
[2/25] Write sources
[14/25] Compiling _NumericsShims _NumericsShims.c
[15/25] Write swift-version-2F0A5646E1D333AE.txt
[16/91] Compiling writer.c
[17/91] Compiling parser.c
[18/91] Compiling api.c
[19/91] Compiling reader.c
[20/91] Compiling emitter.c
[21/91] Compiling scanner.c
[23/111] 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
[24/111] Compiling Yams Node.Scalar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/112] Emitting module ArgumentParserToolInfo
[26/112] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/112] Compiling RealModule Real.swift
[28/112] Compiling RealModule Float80+Real.swift
[29/112] Compiling RealModule RealFunctions.swift
[30/113] Compiling Yams Node.Alias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] Compiling Yams Node.Mapping.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] Compiling Yams Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] Compiling Yams Emitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] Compiling RealModule Float16+Real.swift
[35/113] Compiling RealModule ElementaryFunctions.swift
[36/113] Compiling Yams Resolver.swift
[37/113] Compiling Yams String+Yams.swift
[38/113] Compiling RealModule Float+Real.swift
[39/113] Emitting module RealModule
[40/113] Compiling RealModule Double+Real.swift
[41/113] Compiling RealModule AugmentedArithmetic.swift
[42/113] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[45/113] Compiling Yams RedundancyAliasingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] Compiling Yams Representer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/113] 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
[48/113] Compiling RealModule RelaxedArithmetic.swift
[49/113] Compiling Yams Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/113] 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
[51/186] 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
[52/186] 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
[53/186] Compiling Algorithms AdjacentPairs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/186] Compiling Algorithms Chain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/186] 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
[56/186] 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
[57/242] Compiling OrderedCollections OrderedSet+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/242] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/242] Compiling OrderedCollections OrderedSet+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
[60/242] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/242] Compiling OrderedCollections OrderedSet+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
[62/242] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/248] 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
[64/248] 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
[65/248] 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
[66/248] 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
[67/248] 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
[68/248] 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
[71/248] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/248] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/248] Compiling OrderedCollections OrderedDictionary.swift
[74/248] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[75/248] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[76/248] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[79/250] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/250] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/250] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/250] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/250] Compiling OrderedCollections OrderedDictionary+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
[84/250] Compiling OrderedCollections OrderedDictionary+Elements.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
[85/250] Compiling OrderedCollections OrderedSet+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
[86/250] 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
[87/250] 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
[88/250] 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
[89/250] 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
[90/250] 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
[91/250] 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
[92/250] 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
[93/250] 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
[94/250] 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
[95/250] 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
[96/250] 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
[97/250] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/250] Compiling OrderedCollections OrderedDictionary+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
[99/250] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/250] 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
[101/250] 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
[102/250] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[109/250] Compiling Algorithms Unique.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/250] 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
[111/250] 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
[112/250] 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
[113/250] 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
[114/250] 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
[117/250] Compiling OrderedCollections _HashTable.swift
[120/250] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[121/250] Compiling OrderedCollections _HashTable+Testing.swift
[122/250] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[123/250] 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
[125/250] 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
[127/250] 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
[129/250] 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
[130/250] 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
[131/250] 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
[132/250] Compiling OrderedCollections _HashTable+Bucket.swift
[133/250] Compiling OrderedCollections _HashTable+BucketIterator.swift
[134/250] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[145/250] 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
[150/253] Emitting module Algorithms
[151/253] Compiling OpenAPIKitCore Optional+Zip.swift
[152/253] Compiling OpenAPIKitCore Result+Value.swift
[153/253] Compiling OpenAPIKitCore Validatable.swift
[154/253] Emitting module ArgumentParser
[164/258] Compiling ArgumentParser CodingKeyValidator.swift
[165/258] Compiling ArgumentParser NonsenseFlagsValidator.swift
[166/258] Compiling ArgumentParser ParsableArgumentsValidation.swift
[167/258] Compiling ArgumentParser PositionalArgumentsValidator.swift
[168/258] Compiling ArgumentParser UniqueNamesValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[183/260] 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
[210/260] Compiling Yams YamlTagProviding.swift
[224/260] Compiling Yams YamlError.swift
[225/260] Emitting module OpenAPIKitCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[256/308] Compiling OpenAPIKit DereferencedParameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/308] Compiling OpenAPIKit DereferencedSchemaContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/383] Emitting module OpenAPIKit30
[259/389] Compiling OpenAPIKit SecurityScheme.swift
[260/389] Compiling OpenAPIKit Server.swift
[261/389] Compiling OpenAPIKit Tag.swift
[262/389] Compiling OpenAPIKit URLTemplate+Validatable.swift
[263/389] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[264/389] Compiling OpenAPIKit30 Validation+Builtins.swift
[265/395] Compiling OpenAPIKit Either+Convenience.swift
[266/395] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[267/395] Compiling OpenAPIKit Either+Summarizable.swift
[268/395] Compiling OpenAPIKit Either+Validatable.swift
[269/395] Compiling OpenAPIKit DocumentDecodingError.swift
[270/395] Compiling OpenAPIKit OperationDecodingError.swift
[271/395] Compiling OpenAPIKit PathDecodingError.swift
[272/395] Emitting module OpenAPIKit
[273/395] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[274/395] Compiling OpenAPIKit30 Callbacks.swift
[275/395] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[276/395] Compiling OpenAPIKit30 Components+JSONReference.swift
[277/395] Compiling OpenAPIKit30 Components+Locatable.swift
[278/395] Compiling OpenAPIKit30 Components.swift
[279/395] Compiling OpenAPIKit30 Content.swift
[287/395] Compiling OpenAPIKit DereferencedRequest.swift
[288/395] Compiling OpenAPIKit JSONSchema+Combining.swift
[289/395] Compiling OpenAPIKit JSONSchema.swift
[290/395] Compiling OpenAPIKit JSONSchemaContext.swift
[291/395] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[292/395] Compiling OpenAPIKit TypesAndFormats.swift
[293/395] Compiling OpenAPIKit Request.swift
[294/395] Compiling OpenAPIKit DereferencedResponse.swift
[295/395] Compiling OpenAPIKit Response.swift
[296/395] Compiling OpenAPIKit RuntimeExpression.swift
[297/395] Compiling OpenAPIKit SchemaProtocols.swift
[298/395] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[299/395] Compiling OpenAPIKit DereferencedJSONSchema.swift
[300/395] Compiling OpenAPIKit ResponseDecodingError.swift
[301/395] Compiling OpenAPIKit Example.swift
[302/395] Compiling OpenAPIKit ExternalDocumentation.swift
[303/395] Compiling OpenAPIKit DereferencedHeader.swift
[304/395] Compiling OpenAPIKit Header.swift
[305/395] Compiling OpenAPIKit JSONReference.swift
[306/395] Compiling OpenAPIKit Link.swift
[314/395] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[335/395] Compiling OpenAPIKit Validation+Builtins.swift
[336/395] Compiling OpenAPIKit Validation.swift
[337/395] Compiling OpenAPIKit Validator+Convenience.swift
[338/395] Compiling OpenAPIKit Validator.swift
[339/395] Compiling OpenAPIKit XML.swift
[345/395] Compiling OpenAPIKit _CoreReExport.swift
[346/395] Compiling OpenAPIKit ContentEncoding.swift
[347/395] Compiling OpenAPIKit DereferencedContent.swift
[348/395] Compiling OpenAPIKit DereferencedContentEncoding.swift
[349/395] Compiling OpenAPIKit DereferencedDocument.swift
[350/395] Compiling OpenAPIKit Document.swift
[351/395] Compiling OpenAPIKit DocumentInfo.swift
[352/395] Compiling OpenAPIKit ResolvedDocument.swift
[353/395] Compiling OpenAPIKit OpenAPI.swift
[354/395] Compiling OpenAPIKit DereferencedOperation.swift
[355/395] Compiling OpenAPIKit Operation.swift
[356/395] Compiling OpenAPIKit ResolvedEndpoint.swift
[357/395] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[367/395] Compiling OpenAPIKit Parameter.swift
[368/395] Compiling OpenAPIKit ParameterContext.swift
[369/395] Compiling OpenAPIKit ParameterSchemaContext.swift
[370/395] Compiling OpenAPIKit DereferencedPathItem.swift
[371/395] Compiling OpenAPIKit PathItem.swift
[372/395] Compiling OpenAPIKit ResolvedRoute.swift
[393/398] Compiling OpenAPIKitCompat Either+Map.swift
[394/398] Emitting module OpenAPIKitCompat
[395/398] Compiling OpenAPIKitCompat Compat30To31.swift
[396/482] Emitting module _OpenAPIGeneratorCore
[397/491] Compiling _OpenAPIGeneratorCore Config.swift
[398/491] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[399/491] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[400/491] Compiling _OpenAPIGeneratorCore Errors.swift
[401/491] Compiling _OpenAPIGeneratorCore Foundation.swift
[402/491] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[403/491] Compiling _OpenAPIGeneratorCore String.swift
[404/491] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[405/491] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[406/491] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[407/491] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[408/491] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[409/491] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[410/491] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[411/491] Compiling _OpenAPIGeneratorCore Builtins.swift
[412/491] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[413/491] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[414/491] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[415/491] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[416/491] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[417/491] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[418/491] Compiling _OpenAPIGeneratorCore translateSchema.swift
[419/491] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[420/491] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[421/491] Compiling _OpenAPIGeneratorCore Annotations.swift
[422/491] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[423/491] Compiling _OpenAPIGeneratorCore Constants.swift
[424/491] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[425/491] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[426/491] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[427/491] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[428/491] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[429/491] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[430/491] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[431/491] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[432/491] Compiling _OpenAPIGeneratorCore translateResponse.swift
[433/491] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[434/491] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[435/491] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[436/491] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[437/491] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[438/491] Compiling _OpenAPIGeneratorCore ContentType.swift
[439/491] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[440/491] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[441/491] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[442/491] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[443/491] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[444/491] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[445/491] Compiling _OpenAPIGeneratorCore translateComponents.swift
[446/491] Compiling _OpenAPIGeneratorCore translateOperations.swift
[447/491] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[448/491] Compiling _OpenAPIGeneratorCore translateServers.swift
[449/491] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[450/491] Compiling _OpenAPIGeneratorCore TypeOverrides.swift
[451/491] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[452/491] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[453/491] Compiling _OpenAPIGeneratorCore TypeName.swift
[454/491] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[455/491] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[456/491] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[457/491] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[458/491] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[459/491] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[460/491] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[461/491] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[462/491] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[463/491] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[464/491] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[465/491] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[466/491] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[467/491] Compiling _OpenAPIGeneratorCore translateParameter.swift
[468/491] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[469/491] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[470/491] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[471/491] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[472/491] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[473/491] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[474/491] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[475/491] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[476/491] Compiling _OpenAPIGeneratorCore translateArray.swift
[477/491] Compiling _OpenAPIGeneratorCore translateCodable.swift
[478/491] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[479/491] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[480/491] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[481/491] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[482/491] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[483/491] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[484/491] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[485/491] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[486/491] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[487/491] Compiling _OpenAPIGeneratorCore YamsParser.swift
[488/491] Compiling _OpenAPIGeneratorCore validateDoc.swift
[489/501] Compiling swift_openapi_generator runGenerator.swift
[490/501] Compiling swift_openapi_generator Tool.swift
[491/501] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[492/501] Compiling swift_openapi_generator UserConfig.swift
[493/501] Compiling swift_openapi_generator Extensions.swift
[494/501] Compiling swift_openapi_generator PluginSource.swift
[495/501] Compiling swift_openapi_generator GenerateOptions.swift
[496/501] Emitting module swift_openapi_generator
[497/501] Compiling swift_openapi_generator GenerateCommand.swift
[498/501] Compiling swift_openapi_generator FilterCommand.swift
[498/501] Write Objects.LinkFileList
[499/501] Linking swift-openapi-generator-tool
[500/501] Applying swift-openapi-generator-tool
/Users/admin/builder/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.
/Users/admin/builder/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 = [
/Users/admin/builder/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 | ]
/Users/admin/builder/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 | ]
/Users/admin/builder/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 | ]
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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.
/Users/admin/builder/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 = [
/Users/admin/builder/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 | ]
/Users/admin/builder/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 | ]
/Users/admin/builder/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 | ]
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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))
/Users/admin/builder/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(
/Users/admin/builder/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,
/Users/admin/builder/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: [:],
/Users/admin/builder/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/50] Write sources
[7/50] Write HTTPUsageDemo-entitlement.plist
[9/50] Write sources
[9/50] Write WebSocketUsageDemo-entitlement.plist
[9/50] Write sources
[16/50] Copying PrivacyInfo.xcprivacy
[20/50] Write sources
[32/50] Compiling _NumericsShims _NumericsShims.c
[33/50] Compiling writer.c
[34/50] Compiling reader.c
[35/50] Compiling parser.c
[36/50] Compiling api.c
[37/50] Compiling emitter.c
[38/50] Compiling scanner.c
[39/50] Write swift-version-2F0A5646E1D333AE.txt
[41/108] 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
[42/108] 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
[43/109] 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
[44/109] 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
[45/109] 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
[46/109] 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
[47/109] 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
[48/109] 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
[49/109] 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
[50/109] 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
[51/109] 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
[52/109] 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
[53/109] 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
[54/109] Compiling HTTPTypes NIOLock.swift
[55/109] Compiling HTTPTypes ISOLatin1String.swift
[56/109] 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
[57/109] 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
[58/109] Emitting module Starscream
[59/111] 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
[60/111] 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
[61/111] 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
[62/111] 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
[63/111] Emitting module HTTPTypes
[64/111] Compiling HTTPTypes HTTPField.swift
[65/111] Compiling HTTPTypes HTTPParsedFields.swift
[66/111] Emitting module AnyCodable
[67/111] Compiling AnyCodable AnyDecodable.swift
[68/111] Compiling AnyCodable AnyEncodable.swift
[69/111] Compiling AnyCodable AnyCodable.swift
[70/111] 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
[71/111] Compiling HTTPTypes HTTPRequest+URL.swift
[72/111] Compiling HTTPTypes HTTPRequest.swift
[73/111] Compiling HTTPTypes HTTPResponse.swift
[74/111] Compiling Starscream Transport.swift
[75/111] Compiling Starscream resource_bundle_accessor.swift
[76/111] Compiling HTTPTypes HTTPFieldName.swift
[77/111] Compiling HTTPTypes HTTPFields.swift
[78/145] Compiling ContainersPreview Container+Filter.swift
[79/145] Compiling ContainersPreview Container+SpanwiseZip.swift
[80/145] 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
[81/145] 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
[82/145] 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
[83/145] 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
[84/145] 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
[85/145] 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
[86/145] 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
[87/145] 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
[88/148] 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
[89/148] 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
[90/148] 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
[91/148] 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
[92/148] 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
[93/148] 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
[94/148] 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
[95/148] 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
[96/148] 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
[97/148] 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
[98/148] 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
[99/148] 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
[100/148] 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
[101/148] 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
[102/148] 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
[103/148] 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
[104/148] 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
[105/148] 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
[106/148] 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
[107/148] 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
[108/148] 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
[109/148] 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
[110/148] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/148] 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
[131/148] 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
[132/148] 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
[133/148] 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
[134/148] 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
[135/253] 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
[136/253] 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
[137/253] 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
[138/253] 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
[139/253] 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
[140/253] 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
[141/253] 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
[142/253] Compiling DequeModule UniqueDeque+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
[143/257] 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
[144/257] 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
[145/257] 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
[146/257] 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
[147/257] 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
[148/257] 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
[149/257] 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
[150/257] 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
[151/257] 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
[152/257] 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
[153/257] 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
[154/257] 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
[155/257] 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
[155/257] Write Objects.LinkFileList
[157/257] 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
[158/257] 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
[159/257] 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
[160/257] 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
[161/257] 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
[162/257] 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
[163/257] 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
[164/257] 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
[165/257] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/257] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/257] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/257] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/257] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/265] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/265] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/265] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/265] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/265] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/265] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/265] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/265] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/265] 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
[179/265] 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
[180/265] 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
[181/265] Compiling DequeModule UniqueDeque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/265] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/265] Compiling DequeModule _UnsafeDequeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/265] Compiling DequeModule _UnsafeDequeSegments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/265] Emitting module ExarotonWebSocket
[186/265] Compiling ExarotonWebSocket Utils.swift
[187/265] Compiling ExarotonWebSocket ExarotonWebSocketEvent.swift
[188/265] Compiling ExarotonWebSocket ExarotonMessage.swift
[189/265] Compiling ExarotonWebSocket ExarotonWebSocketAPI+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:73:47: warning: capture of 'info' with non-sendable type 'Server?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
71 | case .status:
72 | let info = try raw.data?.convert(to: Server.self)
73 | _deliver { $0.onStatusChanged(info) }
| `- warning: capture of 'info' with non-sendable type 'Server?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
74 | _yield(.statusChanged(info))
75 | case .start, .stop, .command:
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/Models.swift:23:15: note: consider making struct 'Server' conform to the 'Sendable' protocol
21 | }
22 |
23 | public struct Server: Codable, Identifiable {
| `- note: consider making struct 'Server' conform to the 'Sendable' protocol
24 | public let id: String
25 | public let name: String
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:78:47: warning: capture of 'stream' with non-sendable type 'StreamCategory' in a '@Sendable' closure; this is an error in the Swift 6 language mode
76 | logger.debug("[Received stream control]: \(stream.rawValue) \(type.rawValue)")
77 | case .started:
78 | _deliver { $0.onStreamStarted(stream) }
| `- warning: capture of 'stream' with non-sendable type 'StreamCategory' in a '@Sendable' closure; this is an error in the Swift 6 language mode
79 | _yield(.streamStarted(stream))
80 | case .stopped:
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonMessage.swift:39:13: note: consider making enum 'StreamCategory' conform to the 'Sendable' protocol
37 | /// Messages that include a stream property are a part of a specific data stream.
38 | /// There are 5 different data streams available in the WebSocket API
39 | public enum StreamCategory: String, Codable, CaseIterable {
| `- note: consider making enum 'StreamCategory' conform to the 'Sendable' protocol
40 |
41 | /// By default, you are always subscribed to server status changes.
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:81:47: warning: capture of 'stream' with non-sendable type 'StreamCategory' in a '@Sendable' closure; this is an error in the Swift 6 language mode
79 | _yield(.streamStarted(stream))
80 | case .stopped:
81 | _deliver { $0.onStreamStopped(stream) }
| `- warning: capture of 'stream' with non-sendable type 'StreamCategory' in a '@Sendable' closure; this is an error in the Swift 6 language mode
82 | _yield(.streamStopped(stream))
83 | case .line:
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonMessage.swift:39:13: note: consider making enum 'StreamCategory' conform to the 'Sendable' protocol
37 | /// Messages that include a stream property are a part of a specific data stream.
38 | /// There are 5 different data streams available in the WebSocket API
39 | public enum StreamCategory: String, Codable, CaseIterable {
| `- note: consider making enum 'StreamCategory' conform to the 'Sendable' protocol
40 |
41 | /// By default, you are always subscribed to server status changes.
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:89:38: warning: capture of 'tick' with non-sendable type 'Tick?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
87 | case .tick:
88 | let tick = try raw.data?.convert(to: Tick.self)
89 | _deliver { $0.onTick(tick) }
| `- warning: capture of 'tick' with non-sendable type 'Tick?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
90 | _yield(.tick(tick))
91 | case .stats:
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/Models.swift:48:15: note: consider making struct 'Tick' conform to the 'Sendable' protocol
46 | }
47 |
48 | public struct Tick: Codable {
| `- note: consider making struct 'Tick' conform to the 'Sendable' protocol
49 | public let averageTickTime: Double
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:93:39: warning: capture of 'stats' with non-sendable type 'Stats?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
91 | case .stats:
92 | let stats = try raw.data?.convert(to: Stats.self)
93 | _deliver { $0.onStats(stats) }
| `- warning: capture of 'stats' with non-sendable type 'Stats?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
94 | _yield(.stats(stats))
95 | case .heap:
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/Models.swift:52:15: note: consider making struct 'Stats' conform to the 'Sendable' protocol
50 | }
51 |
52 | public struct Stats: Codable {
| `- note: consider making struct 'Stats' conform to the 'Sendable' protocol
53 | public struct Memory: Codable {
54 | public let percent: Double
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI+Internal.swift:97:38: warning: capture of 'heap' with non-sendable type 'Heap?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
95 | case .heap:
96 | let heap = try raw.data?.convert(to: Heap.self)
97 | _deliver { $0.onHeap(heap) }
| `- warning: capture of 'heap' with non-sendable type 'Heap?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
98 | _yield(.heap(heap))
99 | }
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/Models.swift:67:15: note: consider making struct 'Heap' conform to the 'Sendable' protocol
65 | }
66 |
67 | public struct Heap: Codable {
| `- note: consider making struct 'Heap' conform to the 'Sendable' protocol
68 | public let usage: Int64
69 | }
[190/265] Compiling ExarotonWebSocket ExarotonServerEventHandlerProtocol.swift
[191/265] Compiling ExarotonWebSocket ExarotonWebSocketAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:59:41: warning: capture of 'event' with non-sendable type 'WebSocketEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 | public func didReceive(event: WebSocketEvent, client: any WebSocketClient) {
58 |
59 | _deliver { $0.didReceive(event: event, client: client) }
| `- warning: capture of 'event' with non-sendable type 'WebSocketEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |
61 | self._handleEvent(event: event)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/WebSocket.swift:77:13: note: enum 'WebSocketEvent' does not conform to the 'Sendable' protocol
75 | }
76 |
77 | public enum WebSocketEvent {
| `- note: enum 'WebSocketEvent' does not conform to the 'Sendable' protocol
78 | case connected([String: String])
79 | case disconnected(String, UInt16)
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Starscream'
7 |
8 | import Foundation
9 | import Starscream
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Starscream'
10 | import Logging
11 | import AnyCodable
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:59:56: warning: capture of 'client' with non-sendable type 'any WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
57 | public func didReceive(event: WebSocketEvent, client: any WebSocketClient) {
58 |
59 | _deliver { $0.didReceive(event: event, client: client) }
| `- warning: capture of 'client' with non-sendable type 'any WebSocketClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
60 |
61 | self._handleEvent(event: event)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/WebSocket.swift:44:17: note: protocol 'WebSocketClient' does not conform to the 'Sendable' protocol
42 | }
43 |
44 | public protocol WebSocketClient: AnyObject {
| `- note: protocol 'WebSocketClient' does not conform to the 'Sendable' protocol
45 | func connect()
46 | func disconnect(closeCode: UInt16)
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:86:17: warning: capture of 'self' with non-sendable type 'ExarotonWebSocketAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
11 | import AnyCodable
12 |
13 | public final class ExarotonWebSocketAPI {
| `- note: class 'ExarotonWebSocketAPI' does not conform to the 'Sendable' protocol
14 |
15 | public let token: String
:
84 |
85 | continuation.onTermination = { @Sendable _ in
86 | self.eventLock.lock()
| `- warning: capture of 'self' with non-sendable type 'ExarotonWebSocketAPI' in a '@Sendable' closure; this is an error in the Swift 6 language mode
87 | if self.eventContinuationToken == token {
88 | self.eventContinuation = nil
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:131:36: warning: capture of 'delegate' with non-sendable type 'any ExarotonServerEventHandlerProtocol' in a '@Sendable' closure
129 | func _deliver(_ body: @escaping @Sendable (any ExarotonServerEventHandlerProtocol) -> Void) {
130 | guard let delegate else { return }
131 | callbackQueue.async { body(delegate) }
| `- warning: capture of 'delegate' with non-sendable type 'any ExarotonServerEventHandlerProtocol' in a '@Sendable' closure
132 | }
133 |
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonServerEventHandlerProtocol.swift:10:17: note: protocol 'ExarotonServerEventHandlerProtocol' does not conform to the 'Sendable' protocol
8 | import Starscream
9 |
10 | public protocol ExarotonServerEventHandlerProtocol: AnyObject, WebSocketDelegate {
| `- note: protocol 'ExarotonServerEventHandlerProtocol' does not conform to the 'Sendable' protocol
11 | func onReady(serverID: String?)
12 |
/Users/admin/builder/spi-builder-workspace/Sources/ExarotonWebSocket/ExarotonWebSocketAPI.swift:138:23: warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
136 | let continuation = eventContinuation
137 | eventLock.unlock()
138 | continuation?.yield(event)
| |- warning: sending 'event' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'event' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
139 | }
140 | }
[192/265] Compiling ExarotonWebSocket Models.swift
[192/267] Linking swift-openapi-generator-tool
[194/267] Compiling WebSocketUsageDemo WebSocketUsageDemo.swift
/Users/admin/builder/spi-builder-workspace/Sources/WebSocketUsageDemo/WebSocketUsageDemo.swift:100:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
98 | func onReady(serverID: String?) {
99 | print("server ready: \(serverID ?? "")")
100 | Task { await ready.signal() }
| | `- note: closure captures 'self' which is accessible to code in the current task
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
101 | }
102 |
[195/267] Emitting module WebSocketUsageDemo
[195/267] Write Objects.LinkFileList
[196/267] Linking WebSocketUsageDemo
[197/267] Applying WebSocketUsageDemo
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /Users/admin/builder/spi-builder-workspace/Sources/ExarotonHTTP/openapi.yml
- Configuration path: /Users/admin/builder/spi-builder-workspace/Sources/ExarotonHTTP/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: public
- Naming strategy: defensive
- Name overrides: <none>
- Type overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/ExarotonHTTP/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /Users/admin/builder/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
- Additional file comments: <none>note: Detected a recursive type; it will be boxed to break the reference cycle. [context: name=FileInfo]
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[198/267] Running swift-openapi-generator
[199/267] Write sources
[201/267] Emitting module OpenAPIRuntime
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[244/274] Compiling OpenAPIRuntime JSONLinesDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/274] Compiling OpenAPIRuntime JSONLinesEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/274] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/274] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/274] Compiling OpenAPIRuntime ServerSentEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/274] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/274] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[253/274] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/274] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/274] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/274] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/274] Compiling OpenAPIRuntime MultipartInternalTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/274] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/274] Compiling OpenAPIRuntime ClientTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/274] Compiling OpenAPIRuntime CurrencyTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/274] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/274] Compiling OpenAPIRuntime HTTPBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/274] Compiling OpenAPIRuntime SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/274] Compiling OpenAPIRuntime ServerTransport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/274] Compiling OpenAPIRuntime URIEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/274] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/274] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/274] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/274] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/274] Compiling OpenAPIRuntime URIParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/274] Compiling OpenAPIRuntime URISerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/281] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[273/281] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[274/281] Compiling OpenAPIURLSession URLSession+Extensions.swift
[275/281] Compiling OpenAPIURLSession Lock.swift
[276/281] Compiling OpenAPIURLSession URLSessionTransport.swift
[277/281] Compiling OpenAPIURLSession BufferedStream.swift
[278/281] Emitting module OpenAPIURLSession
[279/286] Emitting module ExarotonHTTP
[280/286] Compiling ExarotonHTTP Client.swift
[281/286] Compiling ExarotonHTTP Server.swift
[282/286] Compiling ExarotonHTTP Types.swift
[283/286] Compiling ExarotonHTTP AuthenticationMiddleware.swift
[284/288] Emitting module HTTPUsageDemo
[285/288] Compiling HTTPUsageDemo HttpUsageDemo.swift
[285/288] Write Objects.LinkFileList
[286/288] Linking HTTPUsageDemo
[287/288] Applying HTTPUsageDemo
Build complete! (70.45s)
Fetching https://github.com/flight-school/anycodable.git
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-openapi-urlsession.git
Fetching https://github.com/apple/swift-openapi-runtime.git
Fetching https://github.com/apple/swift-log.git from cache
[1/1097] Fetching swift-openapi-urlsession
[67/7605] Fetching swift-openapi-urlsession, swift-openapi-runtime
[209/8387] Fetching swift-openapi-urlsession, swift-openapi-runtime, anycodable
[1196/13483] Fetching swift-openapi-urlsession, swift-openapi-runtime, anycodable, starscream
[13484/49926] Fetching swift-openapi-urlsession, swift-openapi-runtime, anycodable, starscream, swift-testing
Fetched https://github.com/daltoniam/Starscream.git from cache (2.38s)
Fetched https://github.com/flight-school/anycodable.git from cache (2.38s)
Fetched https://github.com/apple/swift-openapi-runtime.git from cache (2.38s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.38s)
Fetched https://github.com/apple/swift-openapi-urlsession.git from cache (2.38s)
Fetching https://github.com/apple/swift-openapi-generator.git
Fetched https://github.com/apple/swift-log.git from cache (2.42s)
Fetched https://github.com/apple/swift-http-types from cache (2.43s)
[1/17154] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator.git from cache (1.53s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.4 (4.60s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (2.61s)
Computing version for https://github.com/flight-school/anycodable.git
Computed https://github.com/flight-school/anycodable.git at 0.6.7 (3.17s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.8 (0.57s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.47s)
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.61s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (1.63s)
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.13s)
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.54s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/jpsim/Yams from cache
[1/136460] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.64s)
Fetched https://github.com/apple/swift-algorithms from cache (5.66s)
Fetched https://github.com/jpsim/Yams from cache (5.67s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.69s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (6.30s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.40s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.51s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.65s)
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.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/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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-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/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
warning: 'starscream': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Starscream/Sources/Info.plist
Build complete.
{
"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" : "/Users/admin/builder/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"
}
Done.