The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Agents, reference 0.3.0 (41decb), with Swift 6.1 for Wasm on 3 Sep 2025 13:49:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/victorhenrion/Agents.swift.git
Reference: 0.3.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/victorhenrion/Agents.swift
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 41decb7 refactor: improve type documentation
Cloned https://github.com/victorhenrion/Agents.swift.git
Revision (git rev-parse @):
41decb795cc8bec60f1417efcd62a3b7e0ac1f5e
SUCCESS checkout https://github.com/victorhenrion/Agents.swift.git at 0.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/victorhenrion/Agents.swift.git
https://github.com/victorhenrion/Agents.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': Invalid manifest (compiled with: ["/usr/bin/swiftc", "-vfsoverlay", "/tmp/TemporaryDirectory.OXqvBA/vfs.yaml", "-L", "/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/usr/lib/swift/pm/ManifestAPI", "-swift-version", "5", "-I", "/usr/lib/swift/pm/ManifestAPI", "-package-description-version", "5.9.0", "/host/spi-builder-workspace/Package.swift", "-o", "/tmp/TemporaryDirectory.DGJ6UU/spi-builder-workspace-manifest"])
/host/spi-builder-workspace/Package.swift:38:1: error: unexpected ',' separator
36 |         )
37 |     ],
38 | )
   | `- error: unexpected ',' separator
39 |
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/gohanlon/swift-memberwise-init-macro.git
Fetching https://github.com/daangn/KarrotCodableKit.git
[1/721] Fetching swift-memberwise-init-macro
[340/2005] Fetching swift-memberwise-init-macro, karrotcodablekit
Fetched https://github.com/gohanlon/swift-memberwise-init-macro.git from cache (0.34s)
Fetched https://github.com/daangn/KarrotCodableKit.git from cache (0.34s)
Computing version for https://github.com/gohanlon/swift-memberwise-init-macro.git
Computed https://github.com/gohanlon/swift-memberwise-init-macro.git at 0.5.2 (2.71s)
Fetching https://github.com/swiftlang/swift-syntax
[1/71848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.85s)
Computing version for https://github.com/daangn/KarrotCodableKit.git
Computed https://github.com/daangn/KarrotCodableKit.git at 1.5.1 (7.52s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.92s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/daangn/KarrotCodableKit.git
Working copy of https://github.com/daangn/KarrotCodableKit.git resolved at 1.5.1
Creating working copy for https://github.com/gohanlon/swift-memberwise-init-macro.git
Working copy of https://github.com/gohanlon/swift-memberwise-init-macro.git resolved at 0.5.2
Building for debugging...
[0/41] Write sources
[19/41] Compiling _SwiftSyntaxCShims dummy.c
[20/41] Write swift-version-24593BA9C3E375BF.txt
[22/47] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/47] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/48] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/48] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/49] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/49] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/50] Wrapping AST for SwiftSyntax600 for debugging
[31/50] Wrapping AST for SwiftSyntax509 for debugging
[32/50] Wrapping AST for SwiftSyntax510 for debugging
[34/114] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/114] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/114] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/114] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/114] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/114] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/114] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/114] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/114] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/114] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/122] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/122] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/122] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/122] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/122] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/122] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/122] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/122] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/122] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/122] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/122] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/122] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/122] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/122] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/122] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/123] Wrapping AST for SwiftSyntax for debugging
[108/180] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/181] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/181] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/181] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/181] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/181] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/181] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/181] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/181] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/182] Wrapping AST for SwiftDiagnostics for debugging
[125/182] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/182] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/183] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/183] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Wrapping AST for SwiftBasicFormat for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[138/188] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser 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
[151/188] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/188] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/188] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/188] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/189] Wrapping AST for SwiftParser for debugging
[177/212] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/213] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/214] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/214] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/214] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/214] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/214] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/215] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/215] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/215] Wrapping AST for SwiftOperators for debugging
[196/215] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/215] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/215] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/215] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[202/215] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/215] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/216] Wrapping AST for SwiftParserDiagnostics for debugging
[206/231] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/231] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/232] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/232] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/232] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/232] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/232] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/232] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/232] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/232] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/232] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/232] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/232] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/232] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/232] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/232] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/233] Wrapping AST for SwiftSyntaxBuilder for debugging
[224/250] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/250] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/250] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/250] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/250] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/250] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/250] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/252] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/252] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/252] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/252] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/252] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/252] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/252] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/252] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/252] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/252] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/252] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/252] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/253] Wrapping AST for SwiftSyntaxMacros for debugging
[245/262] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/262] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/262] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/262] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/263] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/264] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[257/276] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/277] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/278] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[272/280] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/280] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/281] Wrapping AST for SwiftCompilerPlugin for debugging
[276/322] Compiling KarrotCodableKitMacros PropertyDiagnosticHelper.swift
[277/322] Compiling KarrotCodableKitMacros SyntaxHelper.swift
[278/322] Compiling KarrotCodableKitMacros UnnestedPolymorphicValidation.swift
[279/322] Emitting module KarrotCodableKitMacros
[280/322] Compiling MemberwiseInitMacros SyntaxHelpers.swift
[281/326] Compiling KarrotCodableKitMacros UnnestedPolymorphicMethodGenerator.swift
[282/326] Compiling KarrotCodableKitMacros UnnestedPolymorphicStructGenerator.swift
[283/326] Compiling KarrotCodableKitMacros PolymorphicMacroArgumentValidator.swift
[284/326] Compiling KarrotCodableKitMacros PropertyAnalyzer.swift
[285/326] Compiling KarrotCodableKitMacros String+SnakeCase.swift
[286/326] Compiling KarrotCodableKitMacros String+Trimming.swift
[287/326] Emitting module MemberwiseInitMacros
[288/326] Compiling KarrotCodableKitMacros CodableKeyMacro.swift
[289/326] Compiling KarrotCodableKitMacros CustomCodableMacro.swift
[290/326] Compiling KarrotCodableKitMacros CodingKeysSyntaxFactory.swift
[291/326] Compiling KarrotCodableKitMacros PolymorphicEnumCodableFactory.swift
[292/326] Compiling KarrotCodableKitMacros PolymorphicExtensionFactory.swift
[293/326] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodeGenerator.swift
[294/326] Compiling MemberwiseInitMacros UncheckedMemberwiseInitMacro.swift
[295/326] Compiling KarrotCodableKitMacros CustomDecodableMacro.swift
[296/326] Compiling KarrotCodableKitMacros CustomEncodableMacro.swift
[297/326] Compiling KarrotCodableKitMacros BaseUnnestedPolymorphicMacro.swift
[298/326] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodableMacro.swift
[299/326] Compiling KarrotCodableKitMacros UnnestedPolymorphicDecodableMacro.swift
[300/326] Compiling MemberwiseInitMacros String.swift
[301/326] Compiling KarrotCodableKitMacros PolymorphicCodableStrategyMacro.swift
[302/326] Compiling KarrotCodableKitMacros PolymorphicDecodableMacro.swift
[303/326] Compiling KarrotCodableKitMacros PolymorphicEncodableMacro.swift
[304/326] Compiling KarrotCodableKitMacros PolymorphicEnumCodableMacro.swift
[305/326] Compiling KarrotCodableKitMacros PolymorphicEnumDecodableMacro.swift
[306/326] Compiling KarrotCodableKitMacros PolymorphicEnumEncodableMacro.swift
[307/326] Compiling KarrotCodableKitMacros AccessLevelModifier.swift
[308/326] Compiling KarrotCodableKitMacros Diagnostics.swift
[315/326] Compiling KarrotCodableKitMacros KarrotCodableKitPlugin.swift
[316/326] Compiling KarrotCodableKitMacros PolymorphicCodableMacro.swift
[322/328] Wrapping AST for KarrotCodableKitMacros for debugging
[323/328] Write Objects.LinkFileList
[324/328] Wrapping AST for MemberwiseInitMacros for debugging
[325/328] Write Objects.LinkFileList
[326/328] Linking KarrotCodableKitMacros-tool
[327/328] Linking MemberwiseInitMacros-tool
[329/390] Compiling MemberwiseInit MemberwiseInit.swift
[330/390] Emitting module MemberwiseInit
[332/391] Compiling KarrotCodableKit LossyDictionary.swift
[333/391] Compiling KarrotCodableKit LossyOptional.swift
[334/391] Compiling KarrotCodableKit ResilientProjectedValue.swift
[335/391] Compiling KarrotCodableKit CodingKeyStyle.swift
[336/391] Compiling KarrotCodableKit CodableKey.swift
[337/391] Compiling KarrotCodableKit CustomCodable.swift
[338/391] Compiling KarrotCodableKit CustomDecodable.swift
[339/391] Compiling KarrotCodableKit CustomEncodable.swift
[340/391] Compiling KarrotCodableKit PolymorphicEnumEncodable.swift
[341/391] Compiling KarrotCodableKit UnnestedPolymorphicCodable.swift
[342/391] Compiling KarrotCodableKit UnnestedPolymorphicDecodable.swift
[343/391] Compiling KarrotCodableKit LossyOptionalPolymorphicValue.swift
[344/391] Compiling KarrotCodableKit OptionalPolymorphicArrayValue.swift
[345/391] Compiling KarrotCodableKit OptionalPolymorphicValue.swift
[346/391] Compiling KarrotCodableKit PolymorphicArrayValue.swift
[347/391] Compiling KarrotCodableKit PolymorphicCodableStrategy.swift
[348/399] Compiling KarrotCodableKit Encodable+ToDictionary.swift
[349/399] Compiling KarrotCodableKit DefaultEmptyPolymorphicArrayValue.swift
[350/399] Compiling KarrotCodableKit PolymorphicCodableError.swift
[351/399] Compiling KarrotCodableKit Decoder+Polymorphic.swift
[352/399] Compiling KarrotCodableKit Encoder+Polymorphic.swift
[353/399] Compiling KarrotCodableKit KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift
[354/399] Compiling KarrotCodableKit KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift
[355/399] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift
[356/399] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicValue.swift
[357/399] Compiling KarrotCodableKit KeyedDecodingContainer+PolymorphicLossyArrayValue.swift
[358/399] Compiling KarrotCodableKit PolymorphicCodable.swift
[359/399] Compiling KarrotCodableKit PolymorphicCodableStrategyProviding.swift
[360/399] Compiling KarrotCodableKit PolymorphicDecodable.swift
[361/399] Compiling KarrotCodableKit PolymorphicEncodable.swift
[362/399] Compiling KarrotCodableKit PolymorphicEnumCodable.swift
[363/399] Compiling KarrotCodableKit PolymorphicEnumDecodable.swift
[364/399] Compiling KarrotCodableKit DefaultZeroDouble.swift
[365/399] Compiling KarrotCodableKit DefaultZeroFloat.swift
[366/399] Compiling KarrotCodableKit DefaultZeroInt.swift
[367/399] Compiling KarrotCodableKit Result+Extension.swift
[368/399] Compiling KarrotCodableKit LosslessArray.swift
[369/399] Compiling KarrotCodableKit LosslessBoolValue.swift
[370/399] Compiling KarrotCodableKit LosslessValue.swift
[371/399] Compiling KarrotCodableKit OptionalLosslessValue.swift
[372/399] Compiling KarrotCodableKit LossyArray.swift
[373/399] Compiling KarrotCodableKit RFC3339NanoStrategy.swift
[374/399] Compiling KarrotCodableKit RFC3339Strategy.swift
[375/399] Compiling KarrotCodableKit TimestampStrategy.swift
[376/399] Compiling KarrotCodableKit DefaultCodable.swift
[377/399] Compiling KarrotCodableKit DefaultEmptyArray.swift
[378/399] Compiling KarrotCodableKit DefaultEmptyDictionary.swift
[379/399] Compiling KarrotCodableKit DefaultEmptyString.swift
[380/399] Compiling KarrotCodableKit DefaultFalse.swift
[381/399] Compiling KarrotCodableKit DefaultTrue.swift
[382/399] Emitting module KarrotCodableKit
[383/399] Compiling KarrotCodableKit AnyCodable.swift
[384/399] Compiling KarrotCodableKit AnyDecodable.swift
[385/399] Compiling KarrotCodableKit AnyEncodable.swift
[386/399] Compiling KarrotCodableKit Base64Strategy.swift
[387/399] Compiling KarrotCodableKit DataValue.swift
[388/399] Compiling KarrotCodableKit DateValue.swift
[389/399] Compiling KarrotCodableKit OptionalDateValue.swift
[390/399] Compiling KarrotCodableKit ISO8601Strategy.swift
[391/399] Compiling KarrotCodableKit ISO8601WithFractionalSecondsStrategy.swift
[392/399] Compiling KarrotCodableKit PolymorphicIdentifiable.swift
[393/399] Compiling KarrotCodableKit PolymorphicLossyArrayValue.swift
[394/399] Compiling KarrotCodableKit PolymorphicProjectedValue.swift
[395/399] Compiling KarrotCodableKit PolymorphicValue.swift
[396/399] Compiling KarrotCodableKit ArrayDecodingError.swift
[397/399] Compiling KarrotCodableKit DictionaryDecodingError.swift
[398/399] Compiling KarrotCodableKit ErrorReporting.swift
[399/399] Compiling KarrotCodableKit ResilientDecodingOutcome.swift
[401/408] Compiling Agents WSClient.swift
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:29:63: error: cannot find type 'URLSessionWebSocketDelegate' in scope
 27 | }
 28 |
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
    |                                                               `- error: cannot find type 'URLSessionWebSocketDelegate' in scope
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:31:25: error: cannot find 'OperationQueue' in scope
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
    |                         `- error: cannot find 'OperationQueue' in scope
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:32:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 33 |     var webSocketTask: URLSessionWebSocketTask!
 34 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:33:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 34 |
 35 |     // NEW: format & encoding knobs (with sensible defaults)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:71:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 69 |     func urlSession(
 70 |         _ session: URLSession,
 71 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 72 |         didOpenWithProtocol `protocol`: String?
 73 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:70:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 68 |
 69 |     func urlSession(
 70 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 71 |         webSocketTask: URLSessionWebSocketTask,
 72 |         didOpenWithProtocol `protocol`: String?
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:79:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 77 |     func urlSession(
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
 81 |         reason: Data?
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:80:33: error: cannot find type 'URLSessionWebSocketTask' in scope
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
    |                                 `- error: cannot find type 'URLSessionWebSocketTask' in scope
 81 |         reason: Data?
 82 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:78:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 76 |
 77 |     func urlSession(
 78 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:55:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 53 |         self.textEncoding = textEncoding
 54 |         super.init()
 55 |         self.urlSession = URLSession(
    |                           `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 56 |             configuration: .default, delegate: self, delegateQueue: self.delegateQueue)
 57 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:56:29: error: cannot infer contextual base in reference to member 'default'
 54 |         super.init()
 55 |         self.urlSession = URLSession(
 56 |             configuration: .default, delegate: self, delegateQueue: self.delegateQueue)
    |                             `- error: cannot infer contextual base in reference to member 'default'
 57 |
 58 |         if let headers = headers, !headers.isEmpty {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:59:27: error: cannot find 'URLRequest' in scope
 57 |
 58 |         if let headers = headers, !headers.isEmpty {
 59 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
 60 |             for (key, value) in headers {
 61 |                 request.addValue(value, forHTTPHeaderField: key)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:63:50: error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 61 |                 request.addValue(value, forHTTPHeaderField: key)
 62 |             }
 63 |             self.webSocketTask = self.urlSession.webSocketTask(with: request)
    |                                                  `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 64 |         } else {
 65 |             self.webSocketTask = self.urlSession.webSocketTask(with: url)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:65:50: error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 63 |             self.webSocketTask = self.urlSession.webSocketTask(with: request)
 64 |         } else {
 65 |             self.webSocketTask = self.urlSession.webSocketTask(with: url)
    |                                                  `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 66 |         }
 67 |     }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:92:37: error: cannot infer contextual base in reference to member 'goingAway'
 90 |
 91 |     func disconnect() {
 92 |         webSocketTask.cancel(with: .goingAway, reason: nil)
    |                                     `- error: cannot infer contextual base in reference to member 'goingAway'
 93 |     }
 94 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:92:56: error: 'nil' requires a contextual type
 90 |
 91 |     func disconnect() {
 92 |         webSocketTask.cancel(with: .goingAway, reason: nil)
    |                                                        `- error: 'nil' requires a contextual type
 93 |     }
 94 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:96:45: error: cannot infer type of closure parameter 'result' without a type annotation
 94 |
 95 |     private func listen() {
 96 |         webSocketTask.receive { [weak self] result in
    |                                             `- error: cannot infer type of closure parameter 'result' without a type annotation
 97 |             guard let self = self else { return }
 98 |             switch result {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:142:33: error: cannot infer contextual base in reference to member 'string'
140 |         switch messageFormat {
141 |         case .preserve, .text:
142 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'string'
143 |                 if let error = error { self?.delegate.onError(error: error) }
144 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:142:61: error: cannot infer type of closure parameter 'error' without a type annotation
140 |         switch messageFormat {
141 |         case .preserve, .text:
142 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                                             `- error: cannot infer type of closure parameter 'error' without a type annotation
143 |                 if let error = error { self?.delegate.onError(error: error) }
144 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:149:33: error: cannot infer contextual base in reference to member 'data'
147 |             // Force to binary frame
148 |             let data = text.data(using: textEncoding) ?? Data(text.utf8)
149 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'data'
150 |                 if let error = error { self?.delegate.onError(error: error) }
151 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:149:59: error: cannot infer type of closure parameter 'error' without a type annotation
147 |             // Force to binary frame
148 |             let data = text.data(using: textEncoding) ?? Data(text.utf8)
149 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                                           `- error: cannot infer type of closure parameter 'error' without a type annotation
150 |                 if let error = error { self?.delegate.onError(error: error) }
151 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:158:33: error: cannot infer contextual base in reference to member 'data'
156 |         switch messageFormat {
157 |         case .preserve, .binary:
158 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'data'
159 |                 if let error = error { self?.delegate.onError(error: error) }
160 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:158:59: error: cannot infer type of closure parameter 'error' without a type annotation
156 |         switch messageFormat {
157 |         case .preserve, .binary:
158 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                                           `- error: cannot infer type of closure parameter 'error' without a type annotation
159 |                 if let error = error { self?.delegate.onError(error: error) }
160 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:165:33: error: cannot infer contextual base in reference to member 'string'
163 |             // Try to make a text frame from the data; if not decodable, send base64 text
164 |             let text = String(data: data, encoding: textEncoding) ?? data.base64EncodedString()
165 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'string'
166 |                 if let error = error { self?.delegate.onError(error: error) }
167 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:165:61: error: cannot infer type of closure parameter 'error' without a type annotation
163 |             // Try to make a text frame from the data; if not decodable, send base64 text
164 |             let text = String(data: data, encoding: textEncoding) ?? data.base64EncodedString()
165 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                                             `- error: cannot infer type of closure parameter 'error' without a type annotation
166 |                 if let error = error { self?.delegate.onError(error: error) }
167 |             }
[402/408] Compiling Agents Utils.swift
[403/408] Compiling Agents ChatMessageBuilder.swift
[404/408] Compiling Agents ChatMessageStreamFrame.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[405/408] Emitting module Agents
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:8:2: error: unknown attribute 'Observable'
  6 | // todo: handle task timeout
  7 | // todo: implement cancel message (?)
  8 | @Observable
    |  `- error: unknown attribute 'Observable'
  9 | public class AgentClient<State: Codable>: WebSocketConnectionDelegate {
 10 |     private let instanceURL: URL
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:29:63: error: cannot find type 'URLSessionWebSocketDelegate' in scope
 27 | }
 28 |
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
    |                                                               `- error: cannot find type 'URLSessionWebSocketDelegate' in scope
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:31:25: error: cannot find 'OperationQueue' in scope
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
    |                         `- error: cannot find 'OperationQueue' in scope
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:32:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 33 |     var webSocketTask: URLSessionWebSocketTask!
 34 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:33:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 34 |
 35 |     // NEW: format & encoding knobs (with sensible defaults)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:71:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 69 |     func urlSession(
 70 |         _ session: URLSession,
 71 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 72 |         didOpenWithProtocol `protocol`: String?
 73 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:70:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 68 |
 69 |     func urlSession(
 70 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 71 |         webSocketTask: URLSessionWebSocketTask,
 72 |         didOpenWithProtocol `protocol`: String?
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:79:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 77 |     func urlSession(
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
 81 |         reason: Data?
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:80:33: error: cannot find type 'URLSessionWebSocketTask' in scope
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
    |                                 `- error: cannot find type 'URLSessionWebSocketTask' in scope
 81 |         reason: Data?
 82 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:78:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 76 |
 77 |     func urlSession(
 78 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[406/408] Compiling Agents AgentClient.swift
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:8:2: error: unknown attribute 'Observable'
  6 | // todo: handle task timeout
  7 | // todo: implement cancel message (?)
  8 | @Observable
    |  `- error: unknown attribute 'Observable'
  9 | public class AgentClient<State: Codable>: WebSocketConnectionDelegate {
 10 |     private let instanceURL: URL
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:47:23: error: cannot find 'URLRequest' in scope
 45 |         let url = self.instanceURL.appending(path: "get-messages")
 46 |
 47 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
 48 |         if let headers = options.headers {
 49 |             for (key, value) in headers {
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:53:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 51 |             }
 52 |         }
 53 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 54 |         self.messages = try jsonDecoder.decode([ChatMessage].self, from: data)
 55 |     }
[407/408] Compiling Agents ChatMessage.swift
[408/408] Compiling Agents CFAgents.swift
/host/spi-builder-workspace/Sources/Agents.swift/Types/CFAgents.swift:73:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 71 | @PolymorphicDecodable(identifier: "cf_agent_use_chat_response")
 72 | struct CFAgentUseChatResponse {
 73 |     let type = "cf_agent_use_chat_response"
    |         |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |         |- note: set the initial value via the initializer or remove the 'type' case from the CodingKeys enum to silence this warning
    |         `- note: make the property mutable instead
 74 |     let id: String
 75 |     let body: String
/host/spi-builder-workspace/Sources/Agents.swift/Types/CFAgents.swift:81:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 79 | @PolymorphicDecodable(identifier: "rpc")
 80 | struct RPCResponse<Result: Codable> {
 81 |     let type = "rpc"
    |         |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |         |- note: set the initial value via the initializer or remove the 'type' case from the CodingKeys enum to silence this warning
    |         `- note: make the property mutable instead
 82 |     let id: String
 83 |     let success: Bool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/27] Emitting module SwiftSyntax509
[3/27] Compiling SwiftSyntax509 Empty.swift
[4/27] Emitting module SwiftSyntax510
[5/27] Compiling SwiftSyntax510 Empty.swift
[6/28] Emitting module SwiftSyntax600
[7/28] Compiling SwiftSyntax600 Empty.swift
[11/91] Compiling SwiftSyntax MemoryLayout.swift
[12/91] Compiling SwiftSyntax MissingNodeInitializers.swift
[13/91] Compiling SwiftSyntax RawSyntax.swift
[14/91] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[15/91] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[16/91] Compiling SwiftSyntax RawSyntaxTokenView.swift
[17/91] Compiling SwiftSyntax SourceEdit.swift
[18/91] Compiling SwiftSyntax SourceLength.swift
[19/91] Compiling SwiftSyntax SourceLocation.swift
[20/99] Compiling SwiftSyntax SourcePresence.swift
[21/99] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[22/99] Compiling SwiftSyntax Syntax.swift
[23/99] Compiling SwiftSyntax SyntaxArena.swift
[24/99] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[25/99] Compiling SwiftSyntax SyntaxChildren.swift
[26/99] Compiling SwiftSyntax SyntaxCollection.swift
[27/99] Compiling SwiftSyntax SyntaxHashable.swift
[28/99] Compiling SwiftSyntax SyntaxIdentifier.swift
[29/99] Emitting module SwiftSyntax
[30/99] Compiling SwiftSyntax RawSyntaxNodesD.swift
[31/99] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[32/99] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[33/99] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[34/99] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[35/99] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[36/99] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[37/99] Compiling SwiftSyntax RawSyntaxValidation.swift
[38/99] Compiling SwiftSyntax SyntaxNodesAB.swift
[39/99] Compiling SwiftSyntax SyntaxNodesC.swift
[40/99] Compiling SwiftSyntax SyntaxNodesD.swift
[41/99] Compiling SwiftSyntax SyntaxNodesEF.swift
[42/99] Compiling SwiftSyntax SyntaxNodesGHI.swift
[43/99] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[44/99] Compiling SwiftSyntax SyntaxNodesOP.swift
[45/99] Compiling SwiftSyntax SyntaxNodesQRS.swift
[46/99] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[47/99] Compiling SwiftSyntax SyntaxNodeFactory.swift
[48/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[49/99] Compiling SwiftSyntax SyntaxProtocol.swift
[50/99] Compiling SwiftSyntax SyntaxText.swift
[51/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[52/99] Compiling SwiftSyntax TokenDiagnostic.swift
[53/99] Compiling SwiftSyntax TokenSequence.swift
[54/99] Compiling SwiftSyntax TokenSyntax.swift
[55/99] Compiling SwiftSyntax Trivia.swift
[56/99] Compiling SwiftSyntax Utils.swift
[57/99] Compiling SwiftSyntax ChildNameForKeyPath.swift
[58/99] Compiling SwiftSyntax Keyword.swift
[59/99] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[60/99] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[61/99] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[62/99] Compiling SwiftSyntax SyntaxBaseNodes.swift
[63/99] Compiling SwiftSyntax SyntaxCollections.swift
[64/99] Compiling SwiftSyntax SyntaxEnum.swift
[65/99] Compiling SwiftSyntax AbsolutePosition.swift
[66/99] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[67/99] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[68/99] Compiling SwiftSyntax Assert.swift
[69/99] Compiling SwiftSyntax BumpPtrAllocator.swift
[70/99] Compiling SwiftSyntax CommonAncestor.swift
[71/99] Compiling SwiftSyntax Convenience.swift
[72/99] Compiling SwiftSyntax CustomTraits.swift
[73/99] Compiling SwiftSyntax Identifier.swift
[74/99] Compiling SwiftSyntax SyntaxKind.swift
[75/99] Compiling SwiftSyntax SyntaxRewriter.swift
[76/99] Compiling SwiftSyntax SyntaxTraits.swift
[77/99] Compiling SwiftSyntax SyntaxVisitor.swift
[78/99] Compiling SwiftSyntax TokenKind.swift
[79/99] Compiling SwiftSyntax Tokens.swift
[80/99] Compiling SwiftSyntax TriviaPieces.swift
[81/99] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[82/99] Compiling SwiftSyntax RawSyntaxNodesC.swift
[84/130] Compiling SwiftDiagnostics Message.swift
[85/157] Compiling SwiftDiagnostics Note.swift
[86/157] Emitting module SwiftDiagnostics
[87/157] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[88/157] Compiling SwiftParser Modifiers.swift
[89/157] Compiling SwiftParser Names.swift
[90/157] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[91/157] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/157] Compiling SwiftBasicFormat InferIndentation.swift
[93/157] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[94/157] Compiling SwiftDiagnostics FixIt.swift
[95/157] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[96/157] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[97/157] Compiling SwiftParser Nominals.swift
[98/157] Compiling SwiftParser Parameters.swift
[100/158] Emitting module SwiftBasicFormat
[101/158] Compiling SwiftBasicFormat BasicFormat.swift
[103/157] Emitting module SwiftParser
[104/162] Compiling SwiftParser TokenSpec.swift
[105/162] Compiling SwiftParser TokenSpecSet.swift
[106/162] Compiling SwiftParser TopLevel.swift
[107/162] Compiling SwiftParser TriviaParser.swift
[108/162] Compiling SwiftParser Types.swift
[109/162] Compiling SwiftParser Attributes.swift
[110/162] Compiling SwiftParser Availability.swift
[111/162] Compiling SwiftParser CharacterInfo.swift
[112/162] Compiling SwiftParser CollectionNodes+Parsable.swift
[113/162] Compiling SwiftParser Declarations.swift
[114/162] Compiling SwiftParser Directives.swift
[115/162] Compiling SwiftParser SwiftParserCompatibility.swift
[116/162] Compiling SwiftParser SwiftVersion.swift
[117/162] Compiling SwiftParser SyntaxUtils.swift
[118/162] Compiling SwiftParser TokenConsumer.swift
[119/162] Compiling SwiftParser TokenPrecedence.swift
[120/162] Compiling SwiftParser LexemeSequence.swift
[121/162] Compiling SwiftParser Lexer.swift
[122/162] Compiling SwiftParser RegexLiteralLexer.swift
[123/162] Compiling SwiftParser UnicodeScalarExtensions.swift
[124/162] Compiling SwiftParser Lookahead.swift
[125/162] Compiling SwiftParser LoopProgressCondition.swift
[130/162] Compiling SwiftParser ParseSourceFile.swift
[131/162] Compiling SwiftParser Parser.swift
[132/162] Compiling SwiftParser Patterns.swift
[133/162] Compiling SwiftParser Recovery.swift
[134/162] Compiling SwiftParser Specifiers.swift
[135/162] Compiling SwiftParser Statements.swift
[136/162] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[137/162] Compiling SwiftParser StringLiterals.swift
[138/162] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[139/162] Compiling SwiftParser Expressions.swift
[140/162] Compiling SwiftParser IncrementalParseTransition.swift
[141/162] Compiling SwiftParser IsValidIdentifier.swift
[142/162] Compiling SwiftParser Cursor.swift
[143/162] Compiling SwiftParser Lexeme.swift
[144/162] Compiling SwiftParser ExperimentalFeatures.swift
[145/162] Compiling SwiftParser IsLexerClassified.swift
[146/162] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/162] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/162] Compiling SwiftParser TokenSpecStaticMembers.swift
[150/185] Compiling SwiftOperators PrecedenceGroup.swift
[151/186] Compiling SwiftOperators PrecedenceGraph.swift
[152/186] Compiling SwiftOperators OperatorTable.swift
[153/186] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[154/187] Compiling SwiftOperators OperatorTable+Semantics.swift
[155/187] Compiling SwiftOperators SyntaxSynthesis.swift
[156/187] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[157/187] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[158/187] Compiling SwiftParserDiagnostics MissingNodesError.swift
[159/187] Compiling SwiftParserDiagnostics MissingTokenError.swift
[160/187] Emitting module SwiftOperators
[161/187] Compiling SwiftOperators OperatorTable+Folding.swift
[162/187] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/188] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[165/188] Compiling SwiftParserDiagnostics Utils.swift
[166/188] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[167/187] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[168/187] Compiling SwiftParserDiagnostics PresenceUtils.swift
[171/187] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[172/187] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[173/187] Emitting module SwiftParserDiagnostics
[177/202] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/202] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/202] Compiling SwiftSyntaxBuilder Indenter.swift
[180/202] Compiling SwiftSyntaxBuilder ListBuilder.swift
[181/203] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[182/203] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[183/203] Emitting module SwiftSyntaxBuilder
[184/203] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[185/203] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[186/203] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[187/203] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[188/203] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[189/203] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/203] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[191/203] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[192/203] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/220] Emitting module SwiftSyntaxMacros
[195/222] Compiling SwiftSyntaxMacros Macro.swift
[196/222] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[197/222] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[198/222] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[199/222] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/222] Compiling SwiftSyntaxMacros PeerMacro.swift
[201/222] Compiling SwiftSyntaxMacros AccessorMacro.swift
[202/222] Compiling SwiftSyntaxMacros AttachedMacro.swift
[203/222] Compiling SwiftSyntaxMacros BodyMacro.swift
[204/222] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/222] Compiling SwiftSyntaxMacros Macro+Format.swift
[206/222] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[207/222] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[208/222] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/222] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/222] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/222] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/222] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[214/231] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[215/232] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[216/232] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[217/232] Emitting module SwiftSyntaxMacroExpansion
[218/232] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[219/232] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[220/232] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[221/232] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[222/232] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[223/232] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/244] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[226/244] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[227/244] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[228/245] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[229/245] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[230/245] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[231/245] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[232/245] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[233/245] Emitting module SwiftCompilerPluginMessageHandling
[234/245] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[235/245] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[236/245] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[237/245] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[239/247] Emitting module SwiftCompilerPlugin
[240/247] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/288] Emitting module KarrotCodableKitMacros
[243/291] Compiling KarrotCodableKitMacros String+SnakeCase.swift
[244/291] Compiling KarrotCodableKitMacros String+Trimming.swift
[245/291] Compiling KarrotCodableKitMacros KarrotCodableKitPlugin.swift
[246/291] Compiling KarrotCodableKitMacros PolymorphicCodableMacro.swift
[247/291] Compiling KarrotCodableKitMacros CodableKeyMacro.swift
[248/291] Compiling KarrotCodableKitMacros CustomCodableMacro.swift
[249/291] Compiling KarrotCodableKitMacros CustomDecodableMacro.swift
[250/291] Compiling KarrotCodableKitMacros CustomEncodableMacro.swift
[251/291] Compiling KarrotCodableKitMacros BaseUnnestedPolymorphicMacro.swift
[252/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodableMacro.swift
[253/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicDecodableMacro.swift
[254/291] Compiling KarrotCodableKitMacros PropertyDiagnosticHelper.swift
[255/291] Compiling KarrotCodableKitMacros SyntaxHelper.swift
[256/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicValidation.swift
[257/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicMethodGenerator.swift
[258/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicStructGenerator.swift
[259/291] Compiling KarrotCodableKitMacros PolymorphicMacroArgumentValidator.swift
[260/291] Compiling KarrotCodableKitMacros PropertyAnalyzer.swift
[261/291] Compiling KarrotCodableKitMacros CodingKeysSyntaxFactory.swift
[262/291] Compiling KarrotCodableKitMacros PolymorphicEnumCodableFactory.swift
[263/291] Compiling KarrotCodableKitMacros PolymorphicExtensionFactory.swift
[264/291] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodeGenerator.swift
[265/291] Compiling KarrotCodableKitMacros PolymorphicCodableStrategyMacro.swift
[266/291] Compiling KarrotCodableKitMacros PolymorphicDecodableMacro.swift
[267/291] Compiling KarrotCodableKitMacros PolymorphicEncodableMacro.swift
[268/291] Compiling KarrotCodableKitMacros PolymorphicEnumCodableMacro.swift
[269/291] Compiling KarrotCodableKitMacros PolymorphicEnumDecodableMacro.swift
[270/291] Compiling KarrotCodableKitMacros PolymorphicEnumEncodableMacro.swift
[271/291] Compiling KarrotCodableKitMacros AccessLevelModifier.swift
[272/291] Compiling KarrotCodableKitMacros Diagnostics.swift
[273/291] Compiling MemberwiseInitMacros SyntaxHelpers.swift
[274/291] Compiling MemberwiseInitMacros String.swift
[275/293] Compiling MemberwiseInitMacros UncheckedMemberwiseInitMacro.swift
[287/293] Emitting module MemberwiseInitMacros
[288/293] Write Objects.LinkFileList
[290/292] Linking MemberwiseInitMacros-tool
[291/292] Linking KarrotCodableKitMacros-tool
[293/354] Emitting module MemberwiseInit
[294/354] Compiling MemberwiseInit MemberwiseInit.swift
[296/355] Emitting module KarrotCodableKit
[297/363] Compiling KarrotCodableKit LossyDictionary.swift
[298/363] Compiling KarrotCodableKit LossyOptional.swift
[299/363] Compiling KarrotCodableKit ResilientProjectedValue.swift
[300/363] Compiling KarrotCodableKit CodingKeyStyle.swift
[301/363] Compiling KarrotCodableKit CodableKey.swift
[302/363] Compiling KarrotCodableKit CustomCodable.swift
[303/363] Compiling KarrotCodableKit CustomDecodable.swift
[304/363] Compiling KarrotCodableKit CustomEncodable.swift
[305/363] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicValue.swift
[306/363] Compiling KarrotCodableKit KeyedDecodingContainer+PolymorphicLossyArrayValue.swift
[307/363] Compiling KarrotCodableKit PolymorphicCodable.swift
[308/363] Compiling KarrotCodableKit PolymorphicCodableStrategyProviding.swift
[309/363] Compiling KarrotCodableKit PolymorphicDecodable.swift
[310/363] Compiling KarrotCodableKit PolymorphicEncodable.swift
[311/363] Compiling KarrotCodableKit PolymorphicEnumCodable.swift
[312/363] Compiling KarrotCodableKit PolymorphicEnumDecodable.swift
[313/363] Compiling KarrotCodableKit Encodable+ToDictionary.swift
[314/363] Compiling KarrotCodableKit DefaultEmptyPolymorphicArrayValue.swift
[315/363] Compiling KarrotCodableKit PolymorphicCodableError.swift
[316/363] Compiling KarrotCodableKit Decoder+Polymorphic.swift
[317/363] Compiling KarrotCodableKit Encoder+Polymorphic.swift
[318/363] Compiling KarrotCodableKit KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift
[319/363] Compiling KarrotCodableKit KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift
[320/363] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift
[321/363] Compiling KarrotCodableKit RFC3339NanoStrategy.swift
[322/363] Compiling KarrotCodableKit RFC3339Strategy.swift
[323/363] Compiling KarrotCodableKit TimestampStrategy.swift
[324/363] Compiling KarrotCodableKit DefaultCodable.swift
[325/363] Compiling KarrotCodableKit DefaultEmptyArray.swift
[326/363] Compiling KarrotCodableKit DefaultEmptyDictionary.swift
[327/363] Compiling KarrotCodableKit DefaultEmptyString.swift
[328/363] Compiling KarrotCodableKit DefaultFalse.swift
[329/363] Compiling KarrotCodableKit DefaultTrue.swift
[330/363] Compiling KarrotCodableKit PolymorphicEnumEncodable.swift
[331/363] Compiling KarrotCodableKit UnnestedPolymorphicCodable.swift
[332/363] Compiling KarrotCodableKit UnnestedPolymorphicDecodable.swift
[333/363] Compiling KarrotCodableKit LossyOptionalPolymorphicValue.swift
[334/363] Compiling KarrotCodableKit OptionalPolymorphicArrayValue.swift
[335/363] Compiling KarrotCodableKit OptionalPolymorphicValue.swift
[336/363] Compiling KarrotCodableKit PolymorphicArrayValue.swift
[337/363] Compiling KarrotCodableKit PolymorphicCodableStrategy.swift
[338/363] Compiling KarrotCodableKit DefaultZeroDouble.swift
[339/363] Compiling KarrotCodableKit DefaultZeroFloat.swift
[340/363] Compiling KarrotCodableKit DefaultZeroInt.swift
[341/363] Compiling KarrotCodableKit Result+Extension.swift
[342/363] Compiling KarrotCodableKit LosslessArray.swift
[343/363] Compiling KarrotCodableKit LosslessBoolValue.swift
[344/363] Compiling KarrotCodableKit LosslessValue.swift
[345/363] Compiling KarrotCodableKit OptionalLosslessValue.swift
[346/363] Compiling KarrotCodableKit LossyArray.swift
[347/363] Compiling KarrotCodableKit PolymorphicIdentifiable.swift
[348/363] Compiling KarrotCodableKit PolymorphicLossyArrayValue.swift
[349/363] Compiling KarrotCodableKit PolymorphicProjectedValue.swift
[350/363] Compiling KarrotCodableKit PolymorphicValue.swift
[351/363] Compiling KarrotCodableKit ArrayDecodingError.swift
[352/363] Compiling KarrotCodableKit DictionaryDecodingError.swift
[353/363] Compiling KarrotCodableKit ErrorReporting.swift
[354/363] Compiling KarrotCodableKit ResilientDecodingOutcome.swift
[355/363] Compiling KarrotCodableKit AnyCodable.swift
[356/363] Compiling KarrotCodableKit AnyDecodable.swift
[357/363] Compiling KarrotCodableKit AnyEncodable.swift
[358/363] Compiling KarrotCodableKit Base64Strategy.swift
[359/363] Compiling KarrotCodableKit DataValue.swift
[360/363] Compiling KarrotCodableKit DateValue.swift
[361/363] Compiling KarrotCodableKit OptionalDateValue.swift
[362/363] Compiling KarrotCodableKit ISO8601Strategy.swift
[363/363] Compiling KarrotCodableKit ISO8601WithFractionalSecondsStrategy.swift
[365/372] Compiling Agents WSClient.swift
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:29:63: error: cannot find type 'URLSessionWebSocketDelegate' in scope
 27 | }
 28 |
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
    |                                                               `- error: cannot find type 'URLSessionWebSocketDelegate' in scope
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:31:25: error: cannot find 'OperationQueue' in scope
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
    |                         `- error: cannot find 'OperationQueue' in scope
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:32:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 33 |     var webSocketTask: URLSessionWebSocketTask!
 34 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:33:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 34 |
 35 |     // NEW: format & encoding knobs (with sensible defaults)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:71:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 69 |     func urlSession(
 70 |         _ session: URLSession,
 71 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 72 |         didOpenWithProtocol `protocol`: String?
 73 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:70:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 68 |
 69 |     func urlSession(
 70 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 71 |         webSocketTask: URLSessionWebSocketTask,
 72 |         didOpenWithProtocol `protocol`: String?
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:79:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 77 |     func urlSession(
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
 81 |         reason: Data?
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:80:33: error: cannot find type 'URLSessionWebSocketTask' in scope
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
    |                                 `- error: cannot find type 'URLSessionWebSocketTask' in scope
 81 |         reason: Data?
 82 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:78:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 76 |
 77 |     func urlSession(
 78 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:55:27: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 53 |         self.textEncoding = textEncoding
 54 |         super.init()
 55 |         self.urlSession = URLSession(
    |                           `- error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 56 |             configuration: .default, delegate: self, delegateQueue: self.delegateQueue)
 57 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:56:29: error: cannot infer contextual base in reference to member 'default'
 54 |         super.init()
 55 |         self.urlSession = URLSession(
 56 |             configuration: .default, delegate: self, delegateQueue: self.delegateQueue)
    |                             `- error: cannot infer contextual base in reference to member 'default'
 57 |
 58 |         if let headers = headers, !headers.isEmpty {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:59:27: error: cannot find 'URLRequest' in scope
 57 |
 58 |         if let headers = headers, !headers.isEmpty {
 59 |             var request = URLRequest(url: url)
    |                           `- error: cannot find 'URLRequest' in scope
 60 |             for (key, value) in headers {
 61 |                 request.addValue(value, forHTTPHeaderField: key)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:63:50: error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 61 |                 request.addValue(value, forHTTPHeaderField: key)
 62 |             }
 63 |             self.webSocketTask = self.urlSession.webSocketTask(with: request)
    |                                                  `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 64 |         } else {
 65 |             self.webSocketTask = self.urlSession.webSocketTask(with: url)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:65:50: error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 63 |             self.webSocketTask = self.urlSession.webSocketTask(with: request)
 64 |         } else {
 65 |             self.webSocketTask = self.urlSession.webSocketTask(with: url)
    |                                                  `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'webSocketTask'
 66 |         }
 67 |     }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:92:37: error: cannot infer contextual base in reference to member 'goingAway'
 90 |
 91 |     func disconnect() {
 92 |         webSocketTask.cancel(with: .goingAway, reason: nil)
    |                                     `- error: cannot infer contextual base in reference to member 'goingAway'
 93 |     }
 94 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:92:56: error: 'nil' requires a contextual type
 90 |
 91 |     func disconnect() {
 92 |         webSocketTask.cancel(with: .goingAway, reason: nil)
    |                                                        `- error: 'nil' requires a contextual type
 93 |     }
 94 |
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:96:45: error: cannot infer type of closure parameter 'result' without a type annotation
 94 |
 95 |     private func listen() {
 96 |         webSocketTask.receive { [weak self] result in
    |                                             `- error: cannot infer type of closure parameter 'result' without a type annotation
 97 |             guard let self = self else { return }
 98 |             switch result {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:142:33: error: cannot infer contextual base in reference to member 'string'
140 |         switch messageFormat {
141 |         case .preserve, .text:
142 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'string'
143 |                 if let error = error { self?.delegate.onError(error: error) }
144 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:142:61: error: cannot infer type of closure parameter 'error' without a type annotation
140 |         switch messageFormat {
141 |         case .preserve, .text:
142 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                                             `- error: cannot infer type of closure parameter 'error' without a type annotation
143 |                 if let error = error { self?.delegate.onError(error: error) }
144 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:149:33: error: cannot infer contextual base in reference to member 'data'
147 |             // Force to binary frame
148 |             let data = text.data(using: textEncoding) ?? Data(text.utf8)
149 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'data'
150 |                 if let error = error { self?.delegate.onError(error: error) }
151 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:149:59: error: cannot infer type of closure parameter 'error' without a type annotation
147 |             // Force to binary frame
148 |             let data = text.data(using: textEncoding) ?? Data(text.utf8)
149 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                                           `- error: cannot infer type of closure parameter 'error' without a type annotation
150 |                 if let error = error { self?.delegate.onError(error: error) }
151 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:158:33: error: cannot infer contextual base in reference to member 'data'
156 |         switch messageFormat {
157 |         case .preserve, .binary:
158 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'data'
159 |                 if let error = error { self?.delegate.onError(error: error) }
160 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:158:59: error: cannot infer type of closure parameter 'error' without a type annotation
156 |         switch messageFormat {
157 |         case .preserve, .binary:
158 |             webSocketTask.send(.data(data)) { [weak self] error in
    |                                                           `- error: cannot infer type of closure parameter 'error' without a type annotation
159 |                 if let error = error { self?.delegate.onError(error: error) }
160 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:165:33: error: cannot infer contextual base in reference to member 'string'
163 |             // Try to make a text frame from the data; if not decodable, send base64 text
164 |             let text = String(data: data, encoding: textEncoding) ?? data.base64EncodedString()
165 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                 `- error: cannot infer contextual base in reference to member 'string'
166 |                 if let error = error { self?.delegate.onError(error: error) }
167 |             }
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:165:61: error: cannot infer type of closure parameter 'error' without a type annotation
163 |             // Try to make a text frame from the data; if not decodable, send base64 text
164 |             let text = String(data: data, encoding: textEncoding) ?? data.base64EncodedString()
165 |             webSocketTask.send(.string(text)) { [weak self] error in
    |                                                             `- error: cannot infer type of closure parameter 'error' without a type annotation
166 |                 if let error = error { self?.delegate.onError(error: error) }
167 |             }
[366/372] Compiling Agents Utils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[367/372] Compiling Agents ChatMessageBuilder.swift
[368/372] Compiling Agents ChatMessageStreamFrame.swift
[369/372] Compiling Agents CFAgents.swift
/host/spi-builder-workspace/Sources/Agents.swift/Types/CFAgents.swift:73:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 71 | @PolymorphicDecodable(identifier: "cf_agent_use_chat_response")
 72 | struct CFAgentUseChatResponse {
 73 |     let type = "cf_agent_use_chat_response"
    |         |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |         |- note: set the initial value via the initializer or remove the 'type' case from the CodingKeys enum to silence this warning
    |         `- note: make the property mutable instead
 74 |     let id: String
 75 |     let body: String
/host/spi-builder-workspace/Sources/Agents.swift/Types/CFAgents.swift:81:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 79 | @PolymorphicDecodable(identifier: "rpc")
 80 | struct RPCResponse<Result: Codable> {
 81 |     let type = "rpc"
    |         |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |         |- note: set the initial value via the initializer or remove the 'type' case from the CodingKeys enum to silence this warning
    |         `- note: make the property mutable instead
 82 |     let id: String
 83 |     let success: Bool
[370/372] Emitting module Agents
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:8:2: error: unknown attribute 'Observable'
  6 | // todo: handle task timeout
  7 | // todo: implement cancel message (?)
  8 | @Observable
    |  `- error: unknown attribute 'Observable'
  9 | public class AgentClient<State: Codable>: WebSocketConnectionDelegate {
 10 |     private let instanceURL: URL
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:29:63: error: cannot find type 'URLSessionWebSocketDelegate' in scope
 27 | }
 28 |
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
    |                                                               `- error: cannot find type 'URLSessionWebSocketDelegate' in scope
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:31:25: error: cannot find 'OperationQueue' in scope
 29 | class WebSocketTaskConnection: NSObject, WebSocketConnection, URLSessionWebSocketDelegate {
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
    |                         `- error: cannot find 'OperationQueue' in scope
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:32:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 30 |     var delegate: WebSocketConnectionDelegate!
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 33 |     var webSocketTask: URLSessionWebSocketTask!
 34 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:33:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 31 |     let delegateQueue = OperationQueue()
 32 |     var urlSession: URLSession!
 33 |     var webSocketTask: URLSessionWebSocketTask!
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 34 |
 35 |     // NEW: format & encoding knobs (with sensible defaults)
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:71:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 69 |     func urlSession(
 70 |         _ session: URLSession,
 71 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 72 |         didOpenWithProtocol `protocol`: String?
 73 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:70:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 68 |
 69 |     func urlSession(
 70 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 71 |         webSocketTask: URLSessionWebSocketTask,
 72 |         didOpenWithProtocol `protocol`: String?
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:79:24: error: cannot find type 'URLSessionWebSocketTask' in scope
 77 |     func urlSession(
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
    |                        `- error: cannot find type 'URLSessionWebSocketTask' in scope
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
 81 |         reason: Data?
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:80:33: error: cannot find type 'URLSessionWebSocketTask' in scope
 78 |         _ session: URLSession,
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
    |                                 `- error: cannot find type 'URLSessionWebSocketTask' in scope
 81 |         reason: Data?
 82 |     ) {
/host/spi-builder-workspace/Sources/Agents.swift/WSClient.swift:78:20: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 76 |
 77 |     func urlSession(
 78 |         _ session: URLSession,
    |                    `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 79 |         webSocketTask: URLSessionWebSocketTask,
 80 |         didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[371/372] Compiling Agents AgentClient.swift
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:8:2: error: unknown attribute 'Observable'
  6 | // todo: handle task timeout
  7 | // todo: implement cancel message (?)
  8 | @Observable
    |  `- error: unknown attribute 'Observable'
  9 | public class AgentClient<State: Codable>: WebSocketConnectionDelegate {
 10 |     private let instanceURL: URL
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:47:23: error: cannot find 'URLRequest' in scope
 45 |         let url = self.instanceURL.appending(path: "get-messages")
 46 |
 47 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
 48 |         if let headers = options.headers {
 49 |             for (key, value) in headers {
/host/spi-builder-workspace/Sources/Agents.swift/AgentClient.swift:53:46: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 51 |             }
 52 |         }
 53 |         let (data, _) = try await URLSession.shared.data(for: request)
    |                                              `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 54 |         self.messages = try jsonDecoder.decode([ChatMessage].self, from: data)
 55 |     }
[372/372] Compiling Agents ChatMessage.swift
BUILD FAILURE 6.1 wasm