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 swift-atproto, reference 0.0.8 (ddf899), with Swift 6.1 for Wasm on 29 May 2025 04:41:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andooown/swift-atproto.git
Reference: 0.0.8
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/andooown/swift-atproto
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at ddf8995 Merge pull request #36 from andooown/update-lexicon/2024-02-05-04-55-52
Submodule path 'atproto': checked out 'aa15789e11b365658ff1a2175b907bd88f956324'
Submodule 'atproto' (https://github.com/bluesky-social/atproto.git) registered for path 'atproto'
Cloning into '/host/spi-builder-workspace/atproto'...
Cloned https://github.com/andooown/swift-atproto.git
Revision (git rev-parse @):
ddf899502e079ab3cc4c24251e6c06b98eed57d3
SUCCESS checkout https://github.com/andooown/swift-atproto.git at 0.0.8
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/andooown/swift-atproto.git
https://github.com/andooown/swift-atproto.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-atproto",
  "name" : "swift-atproto",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ATProto",
      "targets" : [
        "ATProto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoAPI",
      "targets" : [
        "ATProtoAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoXRPC",
      "targets" : [
        "ATProtoXRPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoCore",
      "targets" : [
        "ATProtoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoMacro",
      "targets" : [
        "ATProtoMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoMacroPlugin",
      "targets" : [
        "ATProtoMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATProtoXRPCTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoXRPCTests",
      "path" : "Tests/ATProtoXRPCTests",
      "sources" : [
        "Entities/IndirectTests.swift",
        "Entities/UnionCodableTests.swift",
        "Extensions/JSONDecoderExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoXRPC",
        "ATProtoMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoXRPC",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoXRPC",
      "path" : "Sources/ATProtoXRPC",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoXRPC"
      ],
      "sources" : [
        "Entities/Indirect.swift",
        "Entities/SafeURL.swift",
        "Entities/Session.swift",
        "Entities/Union.generated.swift",
        "Entities/UnionCodable.swift",
        "Entities/XRPCError.swift",
        "Entities/XRPCErrorResponse.swift",
        "Export.swift",
        "Extensions/JSONDecoderExtensions.swift",
        "Extensions/URLSessionExtensions.swift",
        "XRPC/SessionProvider.swift",
        "XRPC/XRPCClient.swift",
        "XRPC/XRPCRequest.swift",
        "XRPC/XRPCRequestParameterConvertible.swift",
        "XRPC/XRPCRequests.swift",
        "XRPC/XRPCSessionClient.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoMacroPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacroPluginTests",
      "path" : "Tests/ATProtoMacroPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "LexiconDefIDMacroTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacroPlugin",
      "path" : "Sources/ATProtoMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoMacro",
        "ATProtoMacroPlugin"
      ],
      "sources" : [
        "ATProtoMacroPlugin.swift",
        "LexiconDefIDMacro.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ATProtoMacro",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacro",
      "path" : "Sources/ATProtoMacro",
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoMacro"
      ],
      "sources" : [
        "LexiconDefID.swift"
      ],
      "target_dependencies" : [
        "ATProtoMacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoCoreTests",
      "path" : "Tests/ATProtoCoreTests",
      "sources" : [
        "Entities/ATURITests.swift",
        "Entities/LexiconDefinitionIDTests.swift",
        "Entities/NSIDTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoCore",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoCore",
      "path" : "Sources/ATProtoCore",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoXRPC",
        "ATProtoCore",
        "ATProtoMacro",
        "ATProtoMacroPlugin"
      ],
      "sources" : [
        "Entities/ATURI.swift",
        "Entities/LexiconDefinitionID.swift",
        "Entities/NSID.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoAPI",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoAPI",
      "path" : "Sources/ATProtoAPI",
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI"
      ],
      "sources" : [
        "Lexicons.generated.swift"
      ],
      "target_dependencies" : [
        "ATProtoXRPC",
        "ATProtoCore",
        "ATProtoMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProto",
      "module_type" : "SwiftTarget",
      "name" : "ATProto",
      "path" : "Sources/ATProto",
      "product_memberships" : [
        "ATProto"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "ATProtoAPI",
        "ATProtoXRPC",
        "ATProtoCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-parsing.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[7467/87043] Fetching swift-collections, swift-syntax
[16379/184924] Fetching swift-collections, swift-syntax, swift-parsing
Fetched https://github.com/apple/swift-collections.git from cache (2.67s)
[31043/168333] Fetching swift-syntax, swift-parsing
Fetched https://github.com/apple/swift-syntax.git from cache (17.90s)
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (18.01s)
Computing version for https://github.com/pointfreeco/swift-parsing.git
Computed https://github.com/pointfreeco/swift-parsing.git at 0.14.1 (19.14s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4375] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (4.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (4.05s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (2.27s)
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-parsing.git
Working copy of https://github.com/pointfreeco/swift-parsing.git resolved at 0.14.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
warning: 'swift-case-paths': 'swift-case-paths' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/58] Write sources
[36/58] Write swift-version-24593BA9C3E375BF.txt
[38/126] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/128] Compiling IssueReporting AppHostWarning.swift
[40/128] Compiling IssueReporting Deprecations.swift
[41/129] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/129] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/131] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/131] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[47/131] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/131] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/131] Compiling IssueReporting IssueReporter.swift
[50/131] Compiling IssueReporting FailureObserver.swift
[53/132] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/132] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/132] Emitting module InternalCollectionsUtilities
[56/132] Compiling IssueReporting SwiftTesting.swift
[57/132] Compiling IssueReporting UncheckedSendable.swift
[58/132] Compiling IssueReporting Warn.swift
[60/132] Compiling IssueReporting LockIsolated.swift
[61/132] Compiling IssueReporting Rethrows.swift
[62/132] Compiling SwiftSyntax509 Empty.swift
[63/132] Emitting module SwiftSyntax509
[64/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/133] Emitting module InternalCollectionsUtilities
[79/134] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/134] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/134] Wrapping AST for InternalCollectionsUtilities for debugging
[84/135] Wrapping AST for SwiftSyntax509 for debugging
[87/235] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/235] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[90/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[91/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[92/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[93/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[94/290] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[95/290] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[96/290] Compiling OrderedCollections OrderedSet+Insertions.swift
[97/290] Compiling OrderedCollections OrderedSet+Invariants.swift
[98/290] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[99/290] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[100/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[101/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[102/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[103/297] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/297] Compiling OrderedCollections OrderedDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/297] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/297] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/304] Compiling OrderedCollections OrderedDictionary.swift
[122/304] Compiling OrderedCollections OrderedSet+Codable.swift
[123/304] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[124/304] Compiling OrderedCollections OrderedSet+Descriptions.swift
[125/304] Compiling OrderedCollections OrderedSet+Diffing.swift
[126/304] Compiling OrderedCollections OrderedSet+Equatable.swift
[127/304] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[128/304] Compiling OrderedCollections OrderedSet+Hashable.swift
[129/304] Compiling OrderedCollections OrderedSet+Initializers.swift
[130/304] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[131/304] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[132/304] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[133/304] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[136/304] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[137/304] Compiling OrderedCollections OrderedDictionary+Values.swift
[138/304] Compiling OrderedCollections _HashTable+Bucket.swift
[139/304] Compiling OrderedCollections _HashTable+BucketIterator.swift
[140/304] Compiling OrderedCollections _HashTable+Constants.swift
[141/304] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[142/304] Compiling OrderedCollections _HashTable+Testing.swift
[143/304] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[144/304] Compiling OrderedCollections _HashTable.swift
[145/304] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/304] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/306] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[200/306] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[213/312] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[214/312] Compiling OrderedCollections OrderedDictionary+Elements.swift
[215/312] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[216/312] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[218/318] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[228/318] Compiling OrderedCollections OrderedSet+Sendable.swift
[229/318] Compiling OrderedCollections OrderedSet+SubSequence.swift
[230/318] Compiling OrderedCollections OrderedSet+Testing.swift
[231/318] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[232/318] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[233/318] Compiling OrderedCollections OrderedSet.swift
[234/318] Compiling OrderedCollections _UnsafeBitset.swift
[235/318] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/318] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[238/319] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/320] Emitting module OrderedCollections
[258/341] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/341] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/342] Emitting module OrderedCollections
[261/343] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/343] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/343] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/347] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/348] Wrapping AST for OrderedCollections for debugging
[267/348] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/348] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/348] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/348] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[273/348] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/348] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[276/348] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/348] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/353] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/354] Compiling ATProtoCore LexiconDefinitionID.swift
[286/354] Compiling ATProtoCore NSID.swift
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:81:24: warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     private static let validCharactersRegex = Regex {
    |                        |- warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'validCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         ZeroOrMore {
 83 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:91:24: warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |     }
 91 |     private static let alphaCharactersRegex = Regex {
    |                        |- warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'alphaCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |         OneOrMore {
 93 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:81:24: warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     private static let validCharactersRegex = Regex {
    |                        |- warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'validCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         ZeroOrMore {
 83 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:91:24: warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |     }
 91 |     private static let alphaCharactersRegex = Regex {
    |                        |- warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'alphaCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |         OneOrMore {
 93 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
[288/354] Compiling ATProtoCore LexiconDefinitionID.swift
[289/354] Emitting module SwiftSyntax
[290/354] Emitting module ATProtoCore
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:89:16: warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                `- warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  1 | import Foundation
  2 | import OrderedCollections
  3 | import RegexBuilder
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  4 |
  5 | // https://github.com/bluesky-social/atproto/blob/0533fab68ea32df4e00948ddfc2422c6f900223a/packages/syntax/src/aturi.ts
    :
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                |- note: add '@MainActor' to make static property 'hostRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:90:16: warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
    |                |- warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'pathRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:91:16: warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
    |                |- warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'queryRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:92:16: warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
    |                |- warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'hashRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 |     static let atURIRegex = Regex {
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:94:16: warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
 94 |     static let atURIRegex = Regex {
    |                |- warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'atURIRegex' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |         Optionally {
 96 |             Capture {
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:81:24: warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     private static let validCharactersRegex = Regex {
    |                        |- warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'validCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         ZeroOrMore {
 83 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:91:24: warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |     }
 91 |     private static let alphaCharactersRegex = Regex {
    |                        |- warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'alphaCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |         OneOrMore {
 93 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
[291/354] Compiling ATProtoCore ATURI.swift
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:89:16: warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                `- warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  1 | import Foundation
  2 | import OrderedCollections
  3 | import RegexBuilder
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  4 |
  5 | // https://github.com/bluesky-social/atproto/blob/0533fab68ea32df4e00948ddfc2422c6f900223a/packages/syntax/src/aturi.ts
    :
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                |- note: add '@MainActor' to make static property 'hostRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:90:16: warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
    |                |- warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'pathRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:91:16: warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
    |                |- warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'queryRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:92:16: warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
    |                |- warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'hashRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 |     static let atURIRegex = Regex {
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:94:16: warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
 94 |     static let atURIRegex = Regex {
    |                |- warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'atURIRegex' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |         Optionally {
 96 |             Capture {
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:89:16: warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                `- warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  1 | import Foundation
  2 | import OrderedCollections
  3 | import RegexBuilder
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  4 |
  5 | // https://github.com/bluesky-social/atproto/blob/0533fab68ea32df4e00948ddfc2422c6f900223a/packages/syntax/src/aturi.ts
    :
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                |- note: add '@MainActor' to make static property 'hostRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:90:16: warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
    |                |- warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'pathRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:91:16: warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
    |                |- warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'queryRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:92:16: warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
    |                |- warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'hashRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 |     static let atURIRegex = Regex {
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:94:16: warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
 94 |     static let atURIRegex = Regex {
    |                |- warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'atURIRegex' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |         Optionally {
 96 |             Capture {
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
[294/355] Emitting module ATProtoCore
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:89:16: warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                `- warning: static property 'hostRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  1 | import Foundation
  2 | import OrderedCollections
  3 | import RegexBuilder
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RegexBuilder'
  4 |
  5 | // https://github.com/bluesky-social/atproto/blob/0533fab68ea32df4e00948ddfc2422c6f900223a/packages/syntax/src/aturi.ts
    :
 87 |
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
    |                |- note: add '@MainActor' to make static property 'hostRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:90:16: warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 88 | private extension ATURI {
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
    |                |- warning: static property 'pathRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'pathRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:91:16: warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 89 |     static let hostRef = Reference(Substring.self)
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
    |                |- warning: static property 'queryRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'queryRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:92:16: warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
 90 |     static let pathRef = Reference(Substring?.self)
 91 |     static let queryRef = Reference(Substring?.self)
 92 |     static let hashRef = Reference(Substring?.self)
    |                |- warning: static property 'hashRef' is not concurrency-safe because non-'Sendable' type 'Reference<Substring?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'hashRef' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 |     static let atURIRegex = Regex {
RegexBuilder.Reference:2:15: note: generic struct 'Reference' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Reference<Capture> : RegexComponent {
  |               `- note: generic struct 'Reference' does not conform to the 'Sendable' protocol
3 |     public init(_ captureType: Capture.Type = Capture.self)
4 |     public var regex: Regex<Capture> { get }
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/ATURI.swift:94:16: warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
 92 |     static let hashRef = Reference(Substring?.self)
 93 |
 94 |     static let atURIRegex = Regex {
    |                |- warning: static property 'atURIRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<(Substring, Regex<String.Output>.RegexOutput?, Substring, Substring??, Substring??, Substring??)>.RegexOutput>' (aka 'Regex<(Substring, Optional<Substring>, Substring, Optional<Optional<Substring>>, Optional<Optional<Substring>>, Optional<Optional<Substring>>)>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'atURIRegex' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 |         Optionally {
 96 |             Capture {
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:81:24: warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     private static let validCharactersRegex = Regex {
    |                        |- warning: static property 'validCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'validCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         ZeroOrMore {
 83 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
/host/spi-builder-workspace/Sources/ATProtoCore/Entities/NSID.swift:91:24: warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
 89 |         }
 90 |     }
 91 |     private static let alphaCharactersRegex = Regex {
    |                        |- warning: static property 'alphaCharactersRegex' is not concurrency-safe because non-'Sendable' type 'Regex<Regex<Substring>.RegexOutput>' (aka 'Regex<Substring>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property 'alphaCharactersRegex' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 |         OneOrMore {
 93 |             CharacterClass(
_StringProcessing.Regex:2:15: note: generic struct 'Regex' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct Regex<Output> : RegexComponent {
  |               `- note: generic struct 'Regex' does not conform to the 'Sendable' protocol
3 |     public var regex: Regex<Output> { get }
4 |     @available(iOS 16.0, tvOS 16.0, watchOS 9.0, macOS 13.0, *)
[295/356] Wrapping AST for ATProtoCore for debugging
[322/356] Compiling SwiftSyntax SyntaxDeclNodes.swift
[323/356] Compiling SwiftSyntax SyntaxExprNodes.swift
[324/356] Compiling SwiftSyntax SyntaxNodes.swift
[325/356] Compiling SwiftSyntax SyntaxPatternNodes.swift
[326/356] Compiling SwiftSyntax SyntaxStmtNodes.swift
[327/356] Compiling SwiftSyntax SyntaxTypeNodes.swift
[340/357] Wrapping AST for SwiftSyntax for debugging
[342/408] Compiling SwiftDiagnostics Note.swift
[343/408] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[344/408] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[345/408] Compiling SwiftBasicFormat Syntax+Extensions.swift
[346/408] Compiling SwiftDiagnostics Message.swift
[347/408] Compiling SwiftDiagnostics FixIt.swift
[348/408] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[349/408] Compiling SwiftDiagnostics Diagnostic.swift
[350/408] Compiling SwiftDiagnostics Convenience.swift
[351/408] Emitting module SwiftDiagnostics
[352/408] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[353/409] Wrapping AST for SwiftDiagnostics for debugging
[355/409] Emitting module SwiftBasicFormat
[356/409] Compiling SwiftBasicFormat BasicFormat.swift
[357/410] Compiling SwiftParser Modifiers.swift
[358/410] Compiling SwiftParser Names.swift
[359/410] Compiling SwiftParser Nominals.swift
[360/410] Compiling SwiftParser Parameters.swift
[361/410] Compiling SwiftParser ParseSourceFile.swift
[362/415] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[363/415] Compiling SwiftParser StringLiterals.swift
[364/415] Compiling SwiftParser SwiftParserCompatibility.swift
[365/415] Compiling SwiftParser SyntaxUtils.swift
[366/415] Compiling SwiftParser TokenConsumer.swift
[367/415] Wrapping AST for SwiftBasicFormat for debugging
[369/415] Compiling SwiftParser TokenPrecedence.swift
[370/415] Compiling SwiftParser TokenSpec.swift
[371/415] Compiling SwiftParser TokenSpecSet.swift
[372/415] Compiling SwiftParser TopLevel.swift
[373/415] Compiling SwiftParser TriviaParser.swift
[374/415] Emitting module SwiftParser
[375/415] Compiling SwiftParser Parser.swift
[376/415] Compiling SwiftParser Patterns.swift
[377/415] Compiling SwiftParser Recovery.swift
[378/415] Compiling SwiftParser Specifiers.swift
[379/415] Compiling SwiftParser Statements.swift
[380/415] Compiling SwiftParser Lexer.swift
[381/415] Compiling SwiftParser RegexLiteralLexer.swift
[382/415] Compiling SwiftParser UnicodeScalarExtensions.swift
[383/415] Compiling SwiftParser Lookahead.swift
[384/415] Compiling SwiftParser LoopProgressCondition.swift
[385/415] Compiling SwiftParser Attributes.swift
[386/415] Compiling SwiftParser Availability.swift
[387/415] Compiling SwiftParser CharacterInfo.swift
[388/415] Compiling SwiftParser CollectionNodes+Parsable.swift
[389/415] Compiling SwiftParser Declarations.swift
[390/415] Compiling SwiftParser Directives.swift
[391/415] Compiling SwiftParser ExperimentalFeatures.swift
[392/415] Compiling SwiftParser Expressions.swift
[393/415] Compiling SwiftParser IncrementalParseTransition.swift
[394/415] Compiling SwiftParser Cursor.swift
[395/415] Compiling SwiftParser Lexeme.swift
[396/415] Compiling SwiftParser LexemeSequence.swift
[397/415] Compiling SwiftParser Types.swift
[398/415] Compiling SwiftParser IsLexerClassified.swift
[399/415] Compiling SwiftParser LayoutNodes+Parsable.swift
[400/415] Compiling SwiftParser Parser+TokenSpecSet.swift
[401/415] Compiling SwiftParser TokenSpecStaticMembers.swift
[402/416] Wrapping AST for SwiftParser for debugging
[404/439] Compiling SwiftOperators PrecedenceGroup.swift
[405/440] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[406/441] Compiling SwiftOperators SyntaxSynthesis.swift
[407/441] Compiling SwiftOperators OperatorTable+Semantics.swift
[408/441] Compiling SwiftOperators OperatorTable.swift
[409/441] Compiling SwiftOperators PrecedenceGraph.swift
[410/441] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[411/441] Compiling SwiftOperators OperatorError.swift
[412/441] Compiling SwiftOperators OperatorTable+Defaults.swift
[413/441] Compiling SwiftOperators Operator.swift
[414/441] Compiling SwiftOperators OperatorError+Diagnostics.swift
[415/441] Emitting module SwiftOperators
[416/441] Compiling SwiftOperators OperatorTable+Folding.swift
[418/442] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[419/442] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[420/442] Compiling SwiftParserDiagnostics Utils.swift
[420/442] Wrapping AST for SwiftOperators for debugging
[422/442] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[423/442] Compiling SwiftParserDiagnostics PresenceUtils.swift
[428/442] Emitting module SwiftParserDiagnostics
[429/442] Compiling SwiftParserDiagnostics MissingNodesError.swift
[430/442] Compiling SwiftParserDiagnostics MissingTokenError.swift
[431/443] Wrapping AST for SwiftParserDiagnostics for debugging
[433/457] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[434/457] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[435/458] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[436/458] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[437/458] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[438/458] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[439/458] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[440/458] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[441/458] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[442/458] Emitting module SwiftSyntaxBuilder
[443/458] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[444/458] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[445/458] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[446/458] Compiling SwiftSyntaxBuilder Indenter.swift
[447/458] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[448/459] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[451/473] Compiling SwiftSyntaxMacros Macro+Format.swift
[452/473] Compiling SwiftSyntaxMacros Macro.swift
[453/473] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[454/473] Compiling SwiftSyntaxMacros MemberMacro.swift
[455/474] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[456/474] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[457/474] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[458/474] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[459/474] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[460/474] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[461/474] Compiling SwiftSyntaxMacros AccessorMacro.swift
[462/474] Compiling SwiftSyntaxMacros AttachedMacro.swift
[463/474] Emitting module SwiftSyntaxMacros
[464/474] Compiling SwiftSyntaxMacros PeerMacro.swift
[465/475] Wrapping AST for SwiftSyntaxMacros for debugging
[467/483] Emitting module SwiftSyntaxMacroExpansion
[468/483] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[469/483] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[470/483] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[471/483] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[472/483] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[473/483] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[474/483] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[475/484] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[477/491] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[478/491] Emitting module SwiftCompilerPluginMessageHandling
[479/491] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[480/491] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[481/491] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[482/491] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[483/491] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[484/492] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[486/494] Emitting module SwiftCompilerPlugin
[487/494] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[488/495] Wrapping AST for SwiftCompilerPlugin for debugging
[490/501] Compiling ATProtoMacroPlugin ATProtoMacroPlugin.swift
[491/501] Emitting module ATProtoMacroPlugin
/host/spi-builder-workspace/Sources/ATProtoMacroPlugin/LexiconDefIDMacro.swift:9:14: warning: associated value 'malformedID' of 'Sendable'-conforming enum 'MacroError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
 7 |     private enum MacroError: Error, CustomStringConvertible {
 8 |         case noStaticStringLiteral
 9 |         case malformedID(ExprSyntax)
   |              `- warning: associated value 'malformedID' of 'Sendable'-conforming enum 'MacroError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
10 |
11 |         var description: String {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/ATProtoMacroPlugin/LexiconDefIDMacro.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import ATProtoCore
 2 | import Foundation
 3 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 4 | import SwiftSyntaxMacros
 5 |
[492/501] Compiling ATProtoMacroPlugin LexiconDefIDMacro.swift
/host/spi-builder-workspace/Sources/ATProtoMacroPlugin/LexiconDefIDMacro.swift:9:14: warning: associated value 'malformedID' of 'Sendable'-conforming enum 'MacroError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
 7 |     private enum MacroError: Error, CustomStringConvertible {
 8 |         case noStaticStringLiteral
 9 |         case malformedID(ExprSyntax)
   |              `- warning: associated value 'malformedID' of 'Sendable'-conforming enum 'MacroError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
10 |
11 |         var description: String {
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/ATProtoMacroPlugin/LexiconDefIDMacro.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import ATProtoCore
 2 | import Foundation
 3 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 4 | import SwiftSyntaxMacros
 5 |
[493/502] Wrapping AST for ATProtoMacroPlugin for debugging
[494/502] Write Objects.LinkFileList
[496/502] Emitting module CasePathsMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[497/502] Compiling CasePathsMacros Plugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[498/502] Compiling CasePathsMacros CasePathableMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[499/503] Wrapping AST for CasePathsMacros for debugging
[500/503] Write Objects.LinkFileList
[501/503] Linking ATProtoMacroPlugin-tool
[503/507] Compiling ATProtoMacro LexiconDefID.swift
[504/507] Emitting module ATProtoMacro
[505/508] Compiling ATProtoMacro LexiconDefID.swift
[506/508] Emitting module ATProtoMacro
[508/509] Linking CasePathsMacros-tool
[510/523] Compiling CasePaths Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[511/523] Compiling CasePaths LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[512/523] Compiling CasePaths Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[513/523] Compiling CasePaths 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
[514/523] Compiling CasePaths LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[515/523] Compiling CasePaths Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[516/523] Compiling CasePaths XCTestSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[517/523] Compiling CasePaths 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
[518/523] Compiling CasePaths XCTestSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[519/523] Compiling CasePaths Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[520/523] Emitting module CasePaths
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[521/523] Compiling CasePaths EnumReflection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[524/524] Emitting module CasePaths
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[526/659] Compiling Parsing Identity.swift
[527/659] Compiling Parsing JSON.swift
[528/659] Compiling Parsing LosslessStringConvertible.swift
[529/659] Compiling Parsing Memberwise.swift
[530/659] Compiling Parsing ParseableFormatStyleConversion.swift
[531/659] Compiling Parsing RawRepresentable.swift
[532/659] Compiling Parsing String.swift
[533/659] Compiling Parsing Substring.swift
[534/659] Compiling Parsing UTF8View.swift
[535/659] Compiling Parsing ConvertingError.swift
[536/668] Compiling Parsing OneOfBuilder.swift
[537/668] Compiling Parsing ParserBuilder.swift
[538/668] Compiling Parsing Conversion.swift
[539/668] Compiling Parsing AnyConversion.swift
[540/668] Compiling Parsing BinaryFloatingPoint.swift
[541/668] Compiling Parsing ConversionMap.swift
[542/668] Compiling Parsing Conversions.swift
[543/668] Compiling Parsing Data.swift
[544/668] Compiling Parsing Enum.swift
[545/668] Compiling Parsing FixedWidthInteger.swift
[546/668] Compiling Parsing PrefixThrough.swift
[547/668] Compiling Parsing PrefixUpTo.swift
[548/668] Compiling Parsing Printing.swift
[549/668] Compiling Parsing Pullback.swift
[550/668] Compiling Parsing ReplaceError.swift
[551/668] Compiling Parsing Rest.swift
[552/668] Compiling Parsing Skip.swift
[553/668] Compiling Parsing StartsWith.swift
[554/668] Compiling Parsing UUID.swift
[555/677] Compiling Parsing OneOf.swift
[556/677] Compiling Parsing OneOfMany.swift
[557/677] Compiling Parsing Optional.swift
[558/677] Compiling Parsing Optionally.swift
[559/677] Compiling Parsing Parse.swift
[560/677] Compiling Parsing ParseableFormatStyle.swift
[561/677] Compiling Parsing Peek.swift
[562/677] Compiling Parsing Pipe.swift
[563/677] Compiling Parsing Prefix.swift
[564/677] Emitting module Parsing
[574/677] Compiling Parsing Float.swift
[575/677] Compiling Parsing From.swift
[576/677] Compiling Parsing Int.swift
[577/677] Compiling Parsing Lazy.swift
[578/677] Compiling Parsing Literal.swift
[579/677] Compiling Parsing Many.swift
[580/677] Compiling Parsing Map.swift
[581/677] Compiling Parsing Newline.swift
[582/677] Compiling Parsing Not.swift
[583/677] Compiling Parsing CaseIterableRawRepresentable.swift
[584/677] Compiling Parsing CharacterSet.swift
[585/677] Compiling Parsing Conditional.swift
[586/677] Compiling Parsing Consumed.swift
[587/677] Compiling Parsing Digits.swift
[588/677] Compiling Parsing End.swift
[589/677] Compiling Parsing Fail.swift
[590/677] Compiling Parsing Filter.swift
[591/677] Compiling Parsing First.swift
[619/677] Compiling Parsing CountingRange.swift
[620/677] Compiling Parsing EmptyInitializable.swift
[621/677] Compiling Parsing AnyEquatable.swift
[622/677] Compiling Parsing Deprecations.swift
[623/677] Compiling Parsing Parser.swift
[624/677] Compiling Parsing ParserPrinter.swift
[625/677] Compiling Parsing Always.swift
[626/677] Compiling Parsing AnyParserPrinter.swift
[627/677] Compiling Parsing Backtracking.swift
[628/677] Compiling Parsing Bool.swift
[659/677] Compiling Parsing Whitespace.swift
[660/677] Compiling Parsing AnyParser.swift
[661/677] Compiling Parsing CompactMap.swift
[662/677] Compiling Parsing FlatMap.swift
[663/677] Compiling Parsing Parsers.swift
[664/677] Compiling Parsing Stream.swift
[665/677] Compiling Parsing ParsingError.swift
[666/677] Compiling Parsing PrependableCollection.swift
[667/677] Compiling Parsing PrintingError.swift
[678/678] Emitting module Parsing
[680/694] Compiling ATProtoXRPC XRPCErrorResponse.swift
[681/694] Compiling ATProtoXRPC Export.swift
[682/711] Compiling ATProtoXRPC XRPCRequest.swift
[683/711] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
[684/711] Compiling ATProtoXRPC XRPCErrorResponse.swift
[685/711] Compiling ATProtoXRPC Export.swift
[686/711] Compiling ATProtoXRPC XRPCRequests.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:83:26: error: cannot find 'URLRequest' in scope
 81 |         }
 82 |
 83 |         var urlRequest = URLRequest(url: url)
    |                          `- error: cannot find 'URLRequest' in scope
 84 |         urlRequest.httpMethod = request.type.httpMethod
 85 |
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:102:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
103 |         guard let httpResponse = response as? HTTPURLResponse else {
104 |             throw Error.unknown(underlying: nil)
[687/711] Compiling ATProtoXRPC XRPCSessionClient.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:83:26: error: cannot find 'URLRequest' in scope
 81 |         }
 82 |
 83 |         var urlRequest = URLRequest(url: url)
    |                          `- error: cannot find 'URLRequest' in scope
 84 |         urlRequest.httpMethod = request.type.httpMethod
 85 |
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:102:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
103 |         guard let httpResponse = response as? HTTPURLResponse else {
104 |             throw Error.unknown(underlying: nil)
[688/711] Compiling ATProtoXRPC SessionProvider.swift
[689/711] Compiling ATProtoXRPC XRPCClient.swift
[692/713] Compiling ATProtoXRPC UnionCodable.swift
[693/713] Compiling ATProtoXRPC XRPCError.swift
[694/713] Emitting module ATProtoXRPC
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
[695/713] Compiling ATProtoXRPC JSONDecoderExtensions.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[696/713] Compiling ATProtoXRPC URLSessionExtensions.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[697/713] Compiling ATProtoXRPC XRPCRequests.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
[698/713] Compiling ATProtoXRPC XRPCSessionClient.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[707/713] Emitting module ATProtoXRPC
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:37:16: warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |     }
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
    |                |- warning: static property 'withFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withFractionalSeconds' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
 39 | }
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/Extensions/JSONDecoderExtensions.swift:38:16: warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
 36 |
 37 |     static let withFractionalSeconds = ISO8601DateFormatter(options: [.withInternetDateTime, .withFractionalSeconds])
 38 |     static let withTimeZone = ISO8601DateFormatter(options: [.withInternetDateTime, .withTimeZone])
    |                |- warning: static property 'withTimeZone' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'withTimeZone' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 39 | }
 40 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:6:14: warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  4 |     public enum Error: Swift.Error {
  5 |         case buildingURLRequestFailed
  6 |         case unacceptableStatusCode(Int, errorResponse: XRPCErrorResponse?)
    |              `- warning: associated value 'unacceptableStatusCode(_:errorResponse:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'XRPCErrorResponse'; this is an error in the Swift 6 language mode
  7 |         case decodingResponseFailed(error: Swift.Error, data: Data)
  8 |         case refresingSessionFailed(by: Swift.Error, original: Swift.Error)
/host/spi-builder-workspace/Sources/ATProtoXRPC/Entities/XRPCErrorResponse.swift:1:15: note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 1 | public struct XRPCErrorResponse: Hashable, Decodable {
   |               `- note: consider making struct 'XRPCErrorResponse' conform to the 'Sendable' protocol
 2 |     public let error: XRPCError
 3 |     public let message: String?
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
[708/713] Compiling ATProtoXRPC Session.swift
[709/713] Compiling ATProtoXRPC Union.generated.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'swift-case-paths': 'swift-case-paths' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/90] Compiling SwiftSyntax509 Empty.swift
[3/90] Emitting module SwiftSyntax509
[4/91] Compiling IssueReporting SwiftTesting.swift
[5/91] Compiling IssueReporting UncheckedSendable.swift
[6/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/92] Compiling IssueReporting ReportIssue.swift
[9/92] Compiling IssueReporting XCTest.swift
[10/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/95] Compiling IssueReporting FailureObserver.swift
[12/95] Compiling IssueReporting LockIsolated.swift
[13/95] Compiling IssueReporting Rethrows.swift
[14/94] Compiling IssueReporting ErrorReporting.swift
[15/94] Compiling IssueReporting AppHostWarning.swift
[16/94] Compiling IssueReporting FatalErrorReporter.swift
[17/94] Compiling IssueReporting RuntimeWarningReporter.swift
[18/94] Compiling IssueReporting Warn.swift
[19/94] Compiling IssueReporting BreakpointReporter.swift
[20/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/96] Emitting module InternalCollectionsUtilities
[33/96] Emitting module IssueReporting
[34/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/96] Compiling IssueReporting Deprecations.swift
[38/96] Emitting module InternalCollectionsUtilities
[39/96] Compiling IssueReporting TestContext.swift
[40/96] Compiling IssueReporting Unimplemented.swift
[41/96] Compiling IssueReporting IsTesting.swift
[42/96] Compiling IssueReporting IssueReporter.swift
[43/96] Emitting module IssueReporting
[51/96] Compiling IssueReporting WithExpectedIssue.swift
[52/96] Compiling IssueReporting WithIssueContext.swift
[70/99] Wrapping AST for InternalCollectionsUtilities for debugging
[82/106] Compiling XCTestDynamicOverlay Exports.swift
[83/258] Emitting module XCTestDynamicOverlay
[84/258] Compiling XCTestDynamicOverlay Deprecations.swift
[86/262] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[87/262] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[88/262] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[89/262] Compiling OrderedCollections OrderedDictionary+Elements.swift
[90/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[91/262] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[92/262] Compiling OrderedCollections _HashTable+Bucket.swift
[93/269] Compiling XCTestDynamicOverlay Exports.swift
[94/279] Compiling OrderedCollections _HashTable+BucketIterator.swift
[95/279] Compiling OrderedCollections _HashTable+Constants.swift
[96/279] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[97/279] Compiling OrderedCollections _HashTable+Testing.swift
[98/279] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[99/279] Compiling OrderedCollections _HashTable.swift
[100/279] Compiling OrderedCollections _Hashtable+Header.swift
[101/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[107/279] Compiling OrderedCollections OrderedDictionary+Codable.swift
[108/279] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[109/279] Compiling CasePathsCore TypeName.swift
[110/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[111/280] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[112/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[113/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[114/280] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[115/280] Compiling OrderedCollections OrderedDictionary+Elements.swift
[116/280] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[117/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[124/280] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/280] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/280] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[127/280] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[128/280] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/280] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/280] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[131/280] Compiling OrderedCollections OrderedDictionary+Values.swift
[132/287] Compiling CasePathsCore KeyPath+Sendable.swift
[140/287] Compiling CasePathsCore CasePathReflectable.swift
[141/287] Compiling CasePathsCore CasePathable.swift
[142/293] Compiling CasePathsCore Never+CasePathable.swift
[143/293] Compiling CasePathsCore UncheckedSendable.swift
[144/293] Compiling CasePathsCore Optional+CasePathable.swift
[145/293] Compiling CasePathsCore AnyCasePath.swift
[146/293] Compiling CasePathsCore CasePathIterable.swift
[167/293] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[168/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/293] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/293] Compiling CasePathsCore Result+CasePathable.swift
[172/293] Emitting module CasePathsCore
[174/294] Compiling SwiftSyntax SyntaxNodes.swift
[175/294] Compiling SwiftSyntax SyntaxPatternNodes.swift
[176/294] Compiling SwiftSyntax SyntaxStmtNodes.swift
[177/294] Compiling SwiftSyntax SyntaxTypeNodes.swift
[178/294] Compiling OrderedCollections OrderedSet+Diffing.swift
[179/294] Compiling OrderedCollections OrderedSet+Equatable.swift
[180/294] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[181/294] Compiling OrderedCollections _Hashtable+Header.swift
[198/294] Compiling XCTestDynamicOverlay Deprecations.swift
[199/294] Emitting module XCTestDynamicOverlay
[201/295] Emitting module OrderedCollections
[210/305] Compiling OrderedCollections OrderedSet+Sendable.swift
[211/305] Compiling OrderedCollections OrderedSet+SubSequence.swift
[212/305] Compiling OrderedCollections OrderedSet+Testing.swift
[213/305] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[214/305] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[215/305] Compiling OrderedCollections OrderedSet.swift
[216/305] Compiling OrderedCollections _UnsafeBitset.swift
[218/306] Emitting module CasePathsCore
[219/307] Compiling CasePathsCore Optional+CasePathable.swift
[220/307] Compiling CasePathsCore KeyPath+Sendable.swift
[221/307] Compiling CasePathsCore TypeName.swift
[222/307] Compiling CasePathsCore Never+CasePathable.swift
[223/307] Compiling CasePathsCore UncheckedSendable.swift
[223/307] Wrapping AST for OrderedCollections for debugging
[225/308] Compiling CasePathsCore AnyCasePath.swift
[226/308] Compiling CasePathsCore CasePathIterable.swift
[227/309] Compiling CasePathsCore CasePathReflectable.swift
[228/309] Compiling CasePathsCore CasePathable.swift
[229/311] Compiling CasePathsCore Result+CasePathable.swift
[238/312] Emitting module OrderedCollections
[245/312] Compiling SwiftSyntax SyntaxDeclNodes.swift
[246/312] Compiling SwiftSyntax SyntaxExprNodes.swift
[247/313] Compiling ATProtoCore NSID.swift
[248/313] Compiling ATProtoCore LexiconDefinitionID.swift
[251/317] Compiling ATProtoCore NSID.swift
[252/317] Emitting module SwiftSyntax
[253/317] Emitting module ATProtoCore
[254/317] Compiling ATProtoCore ATURI.swift
[255/318] Emitting module ATProtoCore
[256/318] Compiling ATProtoCore ATURI.swift
[258/319] Wrapping AST for ATProtoCore for debugging
[304/370] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[305/370] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[306/370] Compiling SwiftBasicFormat Syntax+Extensions.swift
[307/370] Compiling SwiftDiagnostics FixIt.swift
[308/370] Emitting module SwiftDiagnostics
[309/370] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[310/370] Compiling SwiftDiagnostics Message.swift
[311/370] Compiling SwiftDiagnostics Note.swift
[312/370] Compiling SwiftDiagnostics Diagnostic.swift
[313/370] Compiling SwiftDiagnostics Convenience.swift
[314/370] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[316/370] Emitting module SwiftBasicFormat
[317/370] Compiling SwiftBasicFormat BasicFormat.swift
[319/370] Compiling SwiftParser Modifiers.swift
[320/370] Compiling SwiftParser Names.swift
[321/370] Compiling SwiftParser Nominals.swift
[322/370] Compiling SwiftParser Parameters.swift
[323/370] Compiling SwiftParser ParseSourceFile.swift
[324/375] Emitting module SwiftParser
[325/375] Compiling SwiftParser TokenPrecedence.swift
[326/375] Compiling SwiftParser TokenSpec.swift
[327/375] Compiling SwiftParser TokenSpecSet.swift
[328/375] Compiling SwiftParser TopLevel.swift
[329/375] Compiling SwiftParser TriviaParser.swift
[330/375] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[331/375] Compiling SwiftParser StringLiterals.swift
[332/375] Compiling SwiftParser SwiftParserCompatibility.swift
[333/375] Compiling SwiftParser SyntaxUtils.swift
[334/375] Compiling SwiftParser TokenConsumer.swift
[335/375] Compiling SwiftParser Parser.swift
[336/375] Compiling SwiftParser Patterns.swift
[337/375] Compiling SwiftParser Recovery.swift
[338/375] Compiling SwiftParser Specifiers.swift
[339/375] Compiling SwiftParser Statements.swift
[340/375] Compiling SwiftParser Lexer.swift
[341/375] Compiling SwiftParser RegexLiteralLexer.swift
[342/375] Compiling SwiftParser UnicodeScalarExtensions.swift
[343/375] Compiling SwiftParser Lookahead.swift
[344/375] Compiling SwiftParser LoopProgressCondition.swift
[345/375] Compiling SwiftParser Attributes.swift
[346/375] Compiling SwiftParser Availability.swift
[347/375] Compiling SwiftParser CharacterInfo.swift
[348/375] Compiling SwiftParser CollectionNodes+Parsable.swift
[349/375] Compiling SwiftParser Declarations.swift
[350/375] Compiling SwiftParser Directives.swift
[351/375] Compiling SwiftParser ExperimentalFeatures.swift
[352/375] Compiling SwiftParser Expressions.swift
[353/375] Compiling SwiftParser IncrementalParseTransition.swift
[354/375] Compiling SwiftParser Cursor.swift
[355/375] Compiling SwiftParser Lexeme.swift
[356/375] Compiling SwiftParser LexemeSequence.swift
[357/375] Compiling SwiftParser Types.swift
[358/375] Compiling SwiftParser IsLexerClassified.swift
[359/375] Compiling SwiftParser LayoutNodes+Parsable.swift
[360/375] Compiling SwiftParser Parser+TokenSpecSet.swift
[361/375] Compiling SwiftParser TokenSpecStaticMembers.swift
[362/376] Wrapping AST for SwiftParser for debugging
[364/399] Compiling SwiftOperators PrecedenceGroup.swift
[365/400] Compiling SwiftParserDiagnostics MissingNodesError.swift
[366/400] Compiling SwiftParserDiagnostics MissingTokenError.swift
[367/400] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[368/400] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[369/400] Compiling SwiftOperators SyntaxSynthesis.swift
[370/400] Emitting module SwiftOperators
[371/400] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[372/401] Compiling SwiftOperators OperatorTable+Folding.swift
[373/401] Compiling SwiftOperators OperatorTable.swift
[374/401] Compiling SwiftOperators PrecedenceGraph.swift
[375/401] Compiling SwiftOperators OperatorTable+Semantics.swift
[376/402] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[377/402] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[378/402] Compiling SwiftParserDiagnostics Utils.swift
[379/402] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[382/402] Wrapping AST for SwiftOperators for debugging
[386/402] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[387/402] Compiling SwiftParserDiagnostics PresenceUtils.swift
[388/402] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[389/402] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[390/402] Emitting module SwiftParserDiagnostics
[391/403] Wrapping AST for SwiftParserDiagnostics for debugging
[393/417] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[394/417] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[395/418] Compiling SwiftSyntaxBuilder Indenter.swift
[396/418] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[397/418] Emitting module SwiftSyntaxBuilder
[398/418] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[399/418] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[400/418] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[401/418] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[402/418] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[403/418] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[404/418] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[405/418] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[406/418] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[407/418] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[408/419] Wrapping AST for SwiftSyntaxBuilder for debugging
[410/433] Compiling SwiftSyntaxMacros AccessorMacro.swift
[411/433] Compiling SwiftSyntaxMacros AttachedMacro.swift
[412/433] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[413/433] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[414/434] Compiling SwiftSyntaxMacros MemberMacro.swift
[415/434] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[416/434] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[417/434] Compiling SwiftSyntaxMacros Macro.swift
[418/434] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[419/434] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[420/434] Compiling SwiftSyntaxMacros Macro+Format.swift
[421/434] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[422/434] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[423/434] Compiling SwiftSyntaxMacros PeerMacro.swift
[424/434] Emitting module SwiftSyntaxMacros
[426/442] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[427/442] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[428/442] Emitting module SwiftSyntaxMacroExpansion
[429/442] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[430/442] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[431/442] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[432/442] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[433/442] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[434/443] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[436/450] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[437/450] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[438/450] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[439/450] Emitting module SwiftCompilerPluginMessageHandling
[440/450] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[441/450] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[442/450] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[444/452] Emitting module SwiftCompilerPlugin
[445/452] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[446/453] Wrapping AST for SwiftCompilerPlugin for debugging
[448/459] Compiling ATProtoMacroPlugin ATProtoMacroPlugin.swift
[449/459] Compiling ATProtoMacroPlugin LexiconDefIDMacro.swift
[450/459] Emitting module ATProtoMacroPlugin
[451/459] Write Objects.LinkFileList
[453/459] Compiling CasePathsMacros Plugin.swift
[454/459] Emitting module CasePathsMacros
[455/459] Compiling CasePathsMacros CasePathableMacro.swift
[456/459] Write Objects.LinkFileList
[457/459] Linking ATProtoMacroPlugin-tool
[458/463] Linking CasePathsMacros-tool
[460/477] Compiling ATProtoMacro LexiconDefID.swift
[461/477] Emitting module ATProtoMacro
[463/477] Compiling ATProtoMacro LexiconDefID.swift
[466/479] Compiling CasePaths Macros.swift
[467/479] Compiling CasePaths LockIsolated.swift
[468/479] Emitting module CasePaths
[469/479] Compiling CasePaths Exports.swift
[470/479] Compiling CasePaths XCTestSupport.swift
[471/479] Compiling CasePaths LockIsolated.swift
[472/479] Compiling CasePaths Macros.swift
[473/479] Compiling CasePaths XCTestSupport.swift
[474/479] Compiling CasePaths Exports.swift
[475/479] Compiling CasePaths EnumReflection.swift
[476/479] Compiling CasePaths Deprecations.swift
[477/479] Emitting module CasePaths
[478/480] Compiling CasePaths Deprecations.swift
[480/480] Compiling CasePaths EnumReflection.swift
[482/615] Compiling Parsing CountingRange.swift
[483/615] Compiling Parsing EmptyInitializable.swift
[484/615] Compiling Parsing AnyEquatable.swift
[485/615] Compiling Parsing Deprecations.swift
[486/615] Compiling Parsing Parser.swift
[487/615] Compiling Parsing ParserPrinter.swift
[488/615] Compiling Parsing Always.swift
[489/615] Compiling Parsing AnyParserPrinter.swift
[490/615] Compiling Parsing Backtracking.swift
[491/615] Compiling Parsing Bool.swift
[492/624] Compiling Parsing Identity.swift
[493/624] Compiling Parsing JSON.swift
[494/624] Compiling Parsing LosslessStringConvertible.swift
[495/624] Compiling Parsing Memberwise.swift
[496/624] Compiling Parsing ParseableFormatStyleConversion.swift
[497/624] Compiling Parsing RawRepresentable.swift
[498/624] Compiling Parsing String.swift
[499/624] Compiling Parsing Substring.swift
[500/624] Compiling Parsing UTF8View.swift
[501/624] Compiling Parsing ConvertingError.swift
[502/624] Compiling Parsing ParserBuilder.swift
[503/624] Compiling Parsing Conversion.swift
[504/624] Compiling Parsing AnyConversion.swift
[505/624] Compiling Parsing BinaryFloatingPoint.swift
[506/624] Compiling Parsing ConversionMap.swift
[507/624] Compiling Parsing Conversions.swift
[508/624] Compiling Parsing Data.swift
[509/624] Compiling Parsing Enum.swift
[510/624] Compiling Parsing FixedWidthInteger.swift
[511/624] Compiling Parsing PrefixThrough.swift
[512/624] Compiling Parsing PrefixUpTo.swift
[513/624] Compiling Parsing Printing.swift
[514/624] Compiling Parsing Pullback.swift
[515/624] Compiling Parsing ReplaceError.swift
[516/624] Compiling Parsing Rest.swift
[517/624] Compiling Parsing Skip.swift
[518/624] Compiling Parsing StartsWith.swift
[519/624] Compiling Parsing UUID.swift
[520/624] Compiling Parsing OneOf.swift
[521/624] Compiling Parsing OneOfMany.swift
[522/624] Compiling Parsing Optional.swift
[523/624] Compiling Parsing Optionally.swift
[524/624] Compiling Parsing Parse.swift
[525/624] Compiling Parsing ParseableFormatStyle.swift
[526/624] Compiling Parsing Peek.swift
[527/624] Compiling Parsing Pipe.swift
[528/624] Compiling Parsing Prefix.swift
[547/633] Compiling Parsing CaseIterableRawRepresentable.swift
[548/633] Compiling Parsing CharacterSet.swift
[549/633] Compiling Parsing Conditional.swift
[550/633] Compiling Parsing Consumed.swift
[551/633] Compiling Parsing Digits.swift
[552/633] Compiling Parsing End.swift
[553/633] Compiling Parsing Fail.swift
[554/633] Compiling Parsing Filter.swift
[555/633] Compiling Parsing First.swift
[556/633] Compiling Parsing Float.swift
[557/633] Compiling Parsing From.swift
[558/633] Compiling Parsing Int.swift
[559/633] Compiling Parsing Lazy.swift
[560/633] Compiling Parsing Literal.swift
[561/633] Compiling Parsing Many.swift
[562/633] Compiling Parsing Map.swift
[563/633] Compiling Parsing Newline.swift
[564/633] Compiling Parsing Not.swift
[565/633] Compiling Parsing OneOfBuilder.swift
[576/633] Emitting module Parsing
[577/633] Compiling Parsing Whitespace.swift
[578/633] Compiling Parsing AnyParser.swift
[579/633] Compiling Parsing CompactMap.swift
[580/633] Compiling Parsing FlatMap.swift
[581/633] Compiling Parsing Parsers.swift
[582/633] Compiling Parsing Stream.swift
[583/633] Compiling Parsing ParsingError.swift
[584/633] Compiling Parsing PrependableCollection.swift
[585/633] Compiling Parsing PrintingError.swift
[625/634] Emitting module Parsing
[626/649] Compiling ATProtoXRPC XRPCRequest.swift
[627/649] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
[628/649] Compiling ATProtoXRPC SessionProvider.swift
[629/649] Compiling ATProtoXRPC XRPCClient.swift
[640/652] Compiling ATProtoXRPC XRPCRequests.swift
[641/652] Compiling ATProtoXRPC XRPCSessionClient.swift
[642/652] Compiling ATProtoXRPC UnionCodable.swift
[643/652] Compiling ATProtoXRPC XRPCError.swift
[644/652] Compiling ATProtoXRPC XRPCErrorResponse.swift
[645/652] Compiling ATProtoXRPC Export.swift
[646/652] Compiling ATProtoXRPC JSONDecoderExtensions.swift
[647/652] Compiling ATProtoXRPC URLSessionExtensions.swift
[648/667] Compiling ATProtoXRPC Indirect.swift
[649/667] Compiling ATProtoXRPC SafeURL.swift
[650/669] Compiling ATProtoXRPC XRPCRequests.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:83:26: error: cannot find 'URLRequest' in scope
 81 |         }
 82 |
 83 |         var urlRequest = URLRequest(url: url)
    |                          `- error: cannot find 'URLRequest' in scope
 84 |         urlRequest.httpMethod = request.type.httpMethod
 85 |
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:102:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
103 |         guard let httpResponse = response as? HTTPURLResponse else {
104 |             throw Error.unknown(underlying: nil)
[651/669] Compiling ATProtoXRPC XRPCSessionClient.swift
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:83:26: error: cannot find 'URLRequest' in scope
 81 |         }
 82 |
 83 |         var urlRequest = URLRequest(url: url)
    |                          `- error: cannot find 'URLRequest' in scope
 84 |         urlRequest.httpMethod = request.type.httpMethod
 85 |
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:102:53: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
    |                                                     `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
103 |         guard let httpResponse = response as? HTTPURLResponse else {
104 |             throw Error.unknown(underlying: nil)
[652/669] Compiling ATProtoXRPC XRPCRequest.swift
[653/669] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
[654/669] Compiling ATProtoXRPC SessionProvider.swift
[655/669] Compiling ATProtoXRPC XRPCClient.swift
[660/669] Emitting module ATProtoXRPC
error: emit-module command failed with exit code 1 (use -v to see invocation)
[662/670] Compiling ATProtoXRPC UnionCodable.swift
[663/670] Compiling ATProtoXRPC XRPCError.swift
[664/670] Compiling ATProtoXRPC JSONDecoderExtensions.swift
[665/670] Compiling ATProtoXRPC URLSessionExtensions.swift
[666/670] Compiling ATProtoXRPC Session.swift
[667/670] Compiling ATProtoXRPC Union.generated.swift
[668/670] Compiling ATProtoXRPC XRPCErrorResponse.swift
[669/670] Compiling ATProtoXRPC Export.swift
[670/670] Emitting module ATProtoXRPC
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:13:29: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 11 |
 12 |     private let baseURL: URL
 13 |     private let urlSession: URLSession
    |                             `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 14 |     private let sessionProvider: SessionProvider
 15 |
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:18:21: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 16 |     public init(
 17 |         baseURL: URL,
 18 |         urlSession: URLSession,
    |                     `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 19 |         sessionProvider: SessionProvider
 20 |     ) {
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/ATProtoXRPC/XRPC/XRPCSessionClient.swift:68:53: error: cannot find type 'URLRequest' in scope
 66 |     }
 67 |
 68 |     func buildRequest<R>(from request: R) throws -> URLRequest where R: XRPCRequest {
    |                                                     `- error: cannot find type 'URLRequest' in scope
 69 |         guard
 70 |             var urlComponent = URLComponents(
/host/spi-builder-workspace/Sources/ATProtoXRPC/XRPC/XRPCSessionClient.swift:100:43: error: cannot find type 'URLRequest' in scope
 98 |     }
 99 |
100 |     func sendRequest<Response>(_ request: URLRequest, type: Response.Type) async throws -> Response
    |                                           `- error: cannot find type 'URLRequest' in scope
101 |     where Response: Decodable {
102 |         let (data, response) = try await urlSession.data(for: request)
BUILD FAILURE 6.1 wasm