Build Information
Failed to build swift-atproto, reference main (ddf899
), with Swift 6.1 for Wasm on 29 May 2025 04:39:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/andooown/swift-atproto
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-3":/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
[22393/184924] Fetching swift-collections, swift-syntax, swift-parsing
Fetched https://github.com/apple/swift-collections.git from cache (2.46s)
[34721/168333] Fetching swift-syntax, swift-parsing
Fetched https://github.com/apple/swift-syntax.git from cache (10.74s)
Fetched https://github.com/pointfreeco/swift-parsing.git from cache (13.02s)
Computing version for https://github.com/pointfreeco/swift-parsing.git
Computed https://github.com/pointfreeco/swift-parsing.git at 0.14.1 (13.59s)
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.36s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (4.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.96s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (4.01s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.53s)
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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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
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 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
[40/128] 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
[41/128] Compiling IssueReporting Rethrows.swift
[42/128] Compiling IssueReporting RuntimeWarningReporter.swift
[43/128] Compiling IssueReporting ReportIssue.swift
[45/128] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/129] Compiling IssueReporting Warn.swift
[47/129] Compiling IssueReporting ErrorReporting.swift
[48/129] Emitting module InternalCollectionsUtilities
[49/129] Compiling IssueReporting AppHostWarning.swift
[50/129] Compiling IssueReporting Deprecations.swift
[51/129] Compiling IssueReporting FailureObserver.swift
[52/129] Compiling IssueReporting LockIsolated.swift
[53/129] Compiling IssueReporting SwiftTesting.swift
[54/129] Compiling IssueReporting UncheckedSendable.swift
[55/129] Emitting module SwiftSyntax509
[56/129] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/130] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/132] Emitting module InternalCollectionsUtilities
[74/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/134] 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
[75/134] Wrapping AST for SwiftSyntax509 for debugging
[77/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/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
[79/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
[81/180] Wrapping AST for InternalCollectionsUtilities for debugging
[83/263] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/263] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/290] 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
[86/290] 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
[87/290] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[89/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[90/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[91/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[92/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[93/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[94/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[95/297] Compiling OrderedCollections OrderedSet+Hashable.swift
[102/297] Compiling OrderedCollections OrderedDictionary.swift
[103/297] Compiling OrderedCollections OrderedSet+Codable.swift
[104/297] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[105/297] Compiling OrderedCollections OrderedSet+Descriptions.swift
[106/297] Compiling OrderedCollections OrderedSet+Diffing.swift
[107/297] Compiling OrderedCollections OrderedSet+Equatable.swift
[108/297] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[109/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[110/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[111/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[112/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[113/304] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[114/304] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[115/304] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[116/304] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/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
[118/304] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/304] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/304] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/304] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/304] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/304] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/304] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/304] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/304] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/304] 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
[128/304] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[138/304] 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
[143/305] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[144/305] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[145/305] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[146/305] Compiling OrderedCollections OrderedDictionary+Values.swift
[151/305] Compiling OrderedCollections _HashTable+Testing.swift
[163/305] Compiling OrderedCollections OrderedSet+Initializers.swift
[164/305] Compiling OrderedCollections OrderedSet+Insertions.swift
[165/305] Compiling OrderedCollections OrderedSet+Invariants.swift
[166/305] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[167/305] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[168/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/305] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[211/312] 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
[213/312] Compiling OrderedCollections OrderedSet+Sendable.swift
[214/312] Compiling OrderedCollections OrderedSet+SubSequence.swift
[215/312] Compiling OrderedCollections OrderedSet+Testing.swift
[216/312] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[217/312] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[218/312] Compiling OrderedCollections OrderedSet.swift
[219/312] Compiling OrderedCollections _UnsafeBitset.swift
[228/312] 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
[229/312] 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
[238/313] 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
[239/313] 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
[249/334] Emitting module OrderedCollections
[251/336] 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
[252/336] 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
[253/336] 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
[255/337] 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
[256/337] 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
[258/337] 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
[259/338] 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
[261/338] 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
[262/338] 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
[263/338] 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
[263/338] Wrapping AST for OrderedCollections for debugging
[265/342] 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
[266/342] 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
[267/342] 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
[268/342] 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
[269/342] 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
[270/343] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/347] 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
[278/348] 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, *)
[279/348] Compiling ATProtoCore LexiconDefinitionID.swift
[281/348] 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, *)
[282/348] Emitting module SwiftSyntax
[283/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, *)
[284/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, *)
[285/355] Wrapping AST for ATProtoCore for debugging
[287/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, *)
[288/355] 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, *)
[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 SwiftBasicFormat SyntaxProtocol+Formatted.swift
[343/408] Compiling SwiftBasicFormat Syntax+Extensions.swift
[344/408] Compiling SwiftDiagnostics Note.swift
[345/408] Compiling SwiftDiagnostics Message.swift
[346/408] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[347/408] Compiling SwiftDiagnostics Convenience.swift
[348/408] Emitting module SwiftDiagnostics
[349/408] Compiling SwiftDiagnostics FixIt.swift
[350/408] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[351/408] Compiling SwiftDiagnostics Diagnostic.swift
[352/408] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[354/409] Emitting module SwiftBasicFormat
[355/409] Compiling SwiftBasicFormat BasicFormat.swift
[355/410] Wrapping AST for SwiftDiagnostics for debugging
[357/410] Wrapping AST for SwiftBasicFormat for debugging
[359/410] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[360/410] Compiling SwiftParser StringLiterals.swift
[361/410] Compiling SwiftParser SwiftParserCompatibility.swift
[362/410] Compiling SwiftParser SyntaxUtils.swift
[363/410] Compiling SwiftParser TokenConsumer.swift
[364/410] Compiling SwiftParser TokenPrecedence.swift
[365/410] Compiling SwiftParser TokenSpec.swift
[366/410] Compiling SwiftParser TokenSpecSet.swift
[367/410] Compiling SwiftParser TopLevel.swift
[368/410] Compiling SwiftParser TriviaParser.swift
[369/415] Compiling SwiftParser Lexer.swift
[370/415] Compiling SwiftParser RegexLiteralLexer.swift
[371/415] Compiling SwiftParser UnicodeScalarExtensions.swift
[372/415] Compiling SwiftParser Lookahead.swift
[373/415] Compiling SwiftParser LoopProgressCondition.swift
[374/415] Compiling SwiftParser Parser.swift
[375/415] Compiling SwiftParser Patterns.swift
[376/415] Compiling SwiftParser Recovery.swift
[377/415] Compiling SwiftParser Specifiers.swift
[378/415] Compiling SwiftParser Statements.swift
[379/415] Compiling SwiftParser Modifiers.swift
[380/415] Compiling SwiftParser Names.swift
[381/415] Compiling SwiftParser Nominals.swift
[382/415] Compiling SwiftParser Parameters.swift
[383/415] Compiling SwiftParser ParseSourceFile.swift
[384/415] Compiling SwiftParser Attributes.swift
[385/415] Compiling SwiftParser Availability.swift
[386/415] Compiling SwiftParser CharacterInfo.swift
[387/415] Compiling SwiftParser CollectionNodes+Parsable.swift
[388/415] Compiling SwiftParser Declarations.swift
[389/415] Compiling SwiftParser Directives.swift
[390/415] Emitting module SwiftParser
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[405/440] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[406/440] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[407/441] Compiling SwiftOperators PrecedenceGroup.swift
[408/441] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[409/441] Compiling SwiftParserDiagnostics PresenceUtils.swift
[410/441] Compiling SwiftOperators OperatorTable.swift
[411/441] Compiling SwiftOperators PrecedenceGraph.swift
[412/441] Emitting module SwiftOperators
[413/441] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[414/441] Compiling SwiftOperators OperatorTable+Semantics.swift
[415/441] Compiling SwiftOperators SyntaxSynthesis.swift
[416/441] Compiling SwiftOperators OperatorTable+Folding.swift
[417/442] Wrapping AST for SwiftOperators for debugging
[419/442] Emitting module SwiftParserDiagnostics
[420/442] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[421/442] Compiling SwiftParserDiagnostics Utils.swift
[422/442] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[427/442] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[428/442] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[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 ConvenienceInitializers.swift
[436/458] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[437/458] Emitting module SwiftSyntaxBuilder
[438/458] Compiling SwiftSyntaxBuilder Indenter.swift
[439/458] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[440/458] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[441/458] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[442/458] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[443/458] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[444/458] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[445/458] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[446/458] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[447/458] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[448/459] Wrapping AST for SwiftSyntaxBuilder for debugging
[450/473] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[451/473] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[452/474] Compiling SwiftSyntaxMacros AccessorMacro.swift
[453/474] Compiling SwiftSyntaxMacros AttachedMacro.swift
[454/474] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[455/474] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[456/474] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[457/474] Compiling SwiftSyntaxMacros Macro+Format.swift
[458/474] Compiling SwiftSyntaxMacros Macro.swift
[459/474] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[460/474] Compiling SwiftSyntaxMacros MemberMacro.swift
[461/474] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[462/474] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[463/474] Emitting module SwiftSyntaxMacros
[464/474] Compiling SwiftSyntaxMacros PeerMacro.swift
[465/475] Wrapping AST for SwiftSyntaxMacros for debugging
[467/483] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[468/483] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[469/483] Emitting module SwiftSyntaxMacroExpansion
[470/483] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[471/483] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[472/483] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[473/483] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[474/483] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[475/484] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[477/491] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[478/491] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[479/491] Emitting module SwiftCompilerPluginMessageHandling
[480/491] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[481/491] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[482/491] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.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 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
[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/501] Compiling ATProtoMacroPlugin ATProtoMacroPlugin.swift
[494/502] Wrapping AST for ATProtoMacroPlugin for debugging
[495/502] Write Objects.LinkFileList
[497/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
[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
[506/508] Compiling ATProtoMacro LexiconDefID.swift
[506/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 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
[512/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
[513/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
[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] 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
[516/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
[517/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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] 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
[522/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
[526/659] Compiling Parsing OneOfBuilder.swift
[527/659] Compiling Parsing ParserBuilder.swift
[528/659] Compiling Parsing Conversion.swift
[529/659] Compiling Parsing AnyConversion.swift
[530/659] Compiling Parsing BinaryFloatingPoint.swift
[531/659] Compiling Parsing ConversionMap.swift
[532/659] Compiling Parsing Conversions.swift
[533/659] Compiling Parsing Data.swift
[534/659] Compiling Parsing Enum.swift
[535/659] Compiling Parsing FixedWidthInteger.swift
[546/677] Compiling Parsing PrefixThrough.swift
[547/677] Compiling Parsing PrefixUpTo.swift
[548/677] Compiling Parsing Printing.swift
[549/677] Compiling Parsing Pullback.swift
[550/677] Compiling Parsing ReplaceError.swift
[551/677] Compiling Parsing Rest.swift
[552/677] Compiling Parsing Skip.swift
[553/677] Compiling Parsing StartsWith.swift
[554/677] 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
[582/677] Compiling Parsing Identity.swift
[583/677] Compiling Parsing JSON.swift
[584/677] Compiling Parsing LosslessStringConvertible.swift
[585/677] Compiling Parsing Memberwise.swift
[586/677] Compiling Parsing ParseableFormatStyleConversion.swift
[587/677] Compiling Parsing RawRepresentable.swift
[588/677] Compiling Parsing String.swift
[589/677] Compiling Parsing Substring.swift
[590/677] Compiling Parsing UTF8View.swift
[591/677] Compiling Parsing ConvertingError.swift
[592/677] Compiling Parsing Bool.swift
[593/677] Compiling Parsing CaseIterableRawRepresentable.swift
[594/677] Compiling Parsing CharacterSet.swift
[595/677] Compiling Parsing Conditional.swift
[596/677] Compiling Parsing Consumed.swift
[597/677] Compiling Parsing Digits.swift
[598/677] Compiling Parsing End.swift
[599/677] Compiling Parsing Fail.swift
[600/677] Compiling Parsing Filter.swift
[601/677] Compiling Parsing First.swift
[602/677] Compiling Parsing CountingRange.swift
[603/677] Compiling Parsing EmptyInitializable.swift
[604/677] Compiling Parsing AnyEquatable.swift
[605/677] Compiling Parsing Deprecations.swift
[606/677] Compiling Parsing Parser.swift
[607/677] Compiling Parsing ParserPrinter.swift
[608/677] Compiling Parsing Always.swift
[609/677] Compiling Parsing AnyParserPrinter.swift
[610/677] Compiling Parsing Backtracking.swift
[611/677] Compiling Parsing Float.swift
[612/677] Compiling Parsing From.swift
[613/677] Compiling Parsing Int.swift
[614/677] Compiling Parsing Lazy.swift
[615/677] Compiling Parsing Literal.swift
[616/677] Compiling Parsing Many.swift
[617/677] Compiling Parsing Map.swift
[618/677] Compiling Parsing Newline.swift
[619/677] Compiling Parsing Not.swift
[658/677] Emitting module Parsing
[660/677] Compiling Parsing Whitespace.swift
[661/677] Compiling Parsing AnyParser.swift
[662/677] Compiling Parsing CompactMap.swift
[663/677] Compiling Parsing FlatMap.swift
[664/677] Compiling Parsing Parsers.swift
[665/677] Compiling Parsing Stream.swift
[666/677] Compiling Parsing ParsingError.swift
[667/677] Compiling Parsing PrependableCollection.swift
[668/677] Compiling Parsing PrintingError.swift
[680/709] Compiling ATProtoXRPC XRPCErrorResponse.swift
[681/709] Compiling ATProtoXRPC Export.swift
[682/711] Compiling ATProtoXRPC SessionProvider.swift
[683/711] Compiling ATProtoXRPC XRPCClient.swift
[684/713] Compiling ATProtoXRPC XRPCRequest.swift
[685/713] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
[686/713] Compiling ATProtoXRPC JSONDecoderExtensions.swift
[687/713] Compiling ATProtoXRPC URLSessionExtensions.swift
[688/713] Compiling ATProtoXRPC XRPCRequest.swift
[689/713] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[690/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)
[691/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?
/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)
[692/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/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)
[693/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: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: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 UnionCodable.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 }
[699/713] Compiling ATProtoXRPC XRPCError.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 }
/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 }
[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-3":/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] Emitting module SwiftSyntax509
[3/90] Compiling SwiftSyntax509 Empty.swift
[4/91] Compiling IssueReporting AppHostWarning.swift
[5/91] Compiling IssueReporting Deprecations.swift
[6/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/92] Compiling IssueReporting SwiftTesting.swift
[10/92] Compiling IssueReporting UncheckedSendable.swift
[11/92] Compiling IssueReporting Warn.swift
[12/92] Compiling IssueReporting FailureObserver.swift
[15/92] Compiling IssueReporting XCTest.swift
[16/92] Compiling IssueReporting IsTesting.swift
[17/92] Compiling IssueReporting IssueReporter.swift
[18/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/94] Compiling IssueReporting RuntimeWarningReporter.swift
[26/94] Compiling IssueReporting ReportIssue.swift
[27/94] Compiling IssueReporting LockIsolated.swift
[28/94] Compiling IssueReporting Rethrows.swift
[29/94] Compiling IssueReporting BreakpointReporter.swift
[30/94] Compiling IssueReporting FatalErrorReporter.swift
[34/94] Compiling IssueReporting TestContext.swift
[35/94] Compiling IssueReporting Unimplemented.swift
[40/96] Emitting module InternalCollectionsUtilities
[46/101] Emitting module IssueReporting
[48/101] Compiling IssueReporting ErrorReporting.swift
[49/101] Compiling SwiftSyntax AbsolutePosition.swift
[50/101] Compiling SwiftSyntax Assert.swift
[51/101] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/101] Compiling SwiftSyntax CommonAncestor.swift
[55/142] Compiling SwiftSyntax Convenience.swift
[56/142] Compiling SwiftSyntax MemoryLayout.swift
[59/143] Compiling SwiftSyntax SyntaxCollection.swift
[60/143] Compiling SwiftSyntax SyntaxData.swift
[60/143] Wrapping AST for InternalCollectionsUtilities for debugging
[62/143] Emitting module IssueReporting
[63/143] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/143] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[65/143] Compiling SwiftSyntax RawSyntaxTokenView.swift
[66/143] Compiling SwiftSyntax SourceLength.swift
[67/143] Compiling SwiftSyntax SourceLocation.swift
[68/143] Compiling SwiftSyntax SourcePresence.swift
[70/143] Compiling SwiftSyntax MissingNodeInitializers.swift
[71/143] Compiling SwiftSyntax RawSyntax.swift
[72/198] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[73/198] Compiling OrderedCollections _HashTable+Testing.swift
[74/198] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[75/198] Compiling OrderedCollections _HashTable.swift
[76/198] Compiling OrderedCollections _Hashtable+Header.swift
[77/198] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/199] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/199] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[82/258] Compiling XCTestDynamicOverlay Exports.swift
[83/261] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/261] Compiling OrderedCollections OrderedSet+Insertions.swift
[85/261] Compiling OrderedCollections OrderedSet+Invariants.swift
[86/261] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[87/261] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[88/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[89/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[90/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[91/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[92/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[93/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[94/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[95/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[96/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[97/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[98/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[99/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[100/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[101/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[102/261] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[103/261] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[104/261] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[105/268] Compiling OrderedCollections OrderedDictionary+Codable.swift
[106/268] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[107/268] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[108/268] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[109/268] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[110/268] Compiling OrderedCollections OrderedDictionary+Elements.swift
[111/268] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[112/268] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[113/268] Compiling OrderedCollections _HashTable+Bucket.swift
[114/268] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/268] Compiling OrderedCollections _HashTable+Constants.swift
[116/268] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[117/268] Compiling OrderedCollections _HashTable+Testing.swift
[118/268] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[119/268] Compiling OrderedCollections _HashTable.swift
[120/268] Compiling OrderedCollections _Hashtable+Header.swift
[121/268] Compiling OrderedCollections OrderedDictionary.swift
[122/268] Compiling OrderedCollections OrderedSet+Codable.swift
[123/268] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[124/268] Compiling OrderedCollections OrderedSet+Descriptions.swift
[125/268] Compiling OrderedCollections OrderedSet+Diffing.swift
[126/268] Compiling OrderedCollections OrderedSet+Equatable.swift
[127/268] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[128/268] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/275] Compiling XCTestDynamicOverlay Exports.swift
[145/275] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/275] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[147/275] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[148/275] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[149/275] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[150/275] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[151/275] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[152/275] Compiling OrderedCollections OrderedDictionary+Values.swift
[153/275] Emitting module XCTestDynamicOverlay
[154/275] Compiling XCTestDynamicOverlay Deprecations.swift
[171/276] Emitting module XCTestDynamicOverlay
[172/276] Compiling XCTestDynamicOverlay Deprecations.swift
[174/277] Compiling OrderedCollections OrderedSet+Sendable.swift
[175/277] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/277] Compiling OrderedCollections OrderedSet+Testing.swift
[177/277] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/277] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/277] Compiling OrderedCollections OrderedSet.swift
[180/277] Compiling OrderedCollections _UnsafeBitset.swift
[189/277] Emitting module OrderedCollections
[235/309] Wrapping AST for OrderedCollections for debugging
[237/313] Emitting module CasePathsCore
[238/313] Compiling CasePathsCore AnyCasePath.swift
[239/313] Compiling CasePathsCore CasePathIterable.swift
[240/314] Compiling CasePathsCore KeyPath+Sendable.swift
[241/314] Compiling CasePathsCore Never+CasePathable.swift
[242/314] Compiling CasePathsCore UncheckedSendable.swift
[243/314] Compiling CasePathsCore TypeName.swift
[244/314] Compiling CasePathsCore Optional+CasePathable.swift
[247/314] Compiling CasePathsCore CasePathReflectable.swift
[248/314] Compiling CasePathsCore CasePathable.swift
[249/315] Compiling CasePathsCore KeyPath+Sendable.swift
[250/315] Emitting module CasePathsCore
[251/315] Compiling CasePathsCore Result+CasePathable.swift
[256/316] Compiling CasePathsCore Never+CasePathable.swift
[257/316] Compiling CasePathsCore UncheckedSendable.swift
[258/316] Compiling CasePathsCore TypeName.swift
[259/316] Compiling CasePathsCore Optional+CasePathable.swift
[260/317] Compiling ATProtoCore LexiconDefinitionID.swift
[262/317] Compiling ATProtoCore NSID.swift
[263/317] Compiling ATProtoCore LexiconDefinitionID.swift
[264/317] Compiling ATProtoCore NSID.swift
[265/317] Emitting module SwiftSyntax
[278/317] Compiling ATProtoCore ATURI.swift
[279/317] Emitting module ATProtoCore
[280/318] Wrapping AST for ATProtoCore for debugging
[282/318] Emitting module ATProtoCore
[283/318] Compiling ATProtoCore ATURI.swift
[291/319] Compiling SwiftSyntax SyntaxDeclNodes.swift
[292/319] Compiling SwiftSyntax SyntaxExprNodes.swift
[293/319] Compiling SwiftSyntax SyntaxNodes.swift
[294/319] Compiling SwiftSyntax SyntaxPatternNodes.swift
[295/319] Compiling SwiftSyntax SyntaxStmtNodes.swift
[296/319] Compiling SwiftSyntax SyntaxTypeNodes.swift
[304/332] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[305/332] Compiling SwiftDiagnostics Message.swift
[306/332] Compiling SwiftDiagnostics Note.swift
[307/332] Emitting module SwiftDiagnostics
[308/333] Compiling SwiftDiagnostics FixIt.swift
[309/339] Compiling SwiftBasicFormat Syntax+Extensions.swift
[310/370] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[311/370] Emitting module SwiftBasicFormat
[312/370] Compiling SwiftDiagnostics Convenience.swift
[313/370] Compiling SwiftDiagnostics Diagnostic.swift
[314/370] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[315/370] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[317/371] Compiling SwiftBasicFormat BasicFormat.swift
[319/370] Emitting module SwiftParser
[320/375] Compiling SwiftParser TokenPrecedence.swift
[321/375] Compiling SwiftParser TokenSpec.swift
[322/375] Compiling SwiftParser TokenSpecSet.swift
[323/375] Compiling SwiftParser TopLevel.swift
[324/375] Compiling SwiftParser TriviaParser.swift
[325/375] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[326/375] Compiling SwiftParser StringLiterals.swift
[327/375] Compiling SwiftParser SwiftParserCompatibility.swift
[328/375] Compiling SwiftParser SyntaxUtils.swift
[329/375] Compiling SwiftParser TokenConsumer.swift
[330/375] Compiling SwiftParser Attributes.swift
[331/375] Compiling SwiftParser Availability.swift
[332/375] Compiling SwiftParser CharacterInfo.swift
[333/375] Compiling SwiftParser CollectionNodes+Parsable.swift
[334/375] Compiling SwiftParser Declarations.swift
[335/375] Compiling SwiftParser Directives.swift
[336/375] Compiling SwiftParser Modifiers.swift
[337/375] Compiling SwiftParser Names.swift
[338/375] Compiling SwiftParser Nominals.swift
[339/375] Compiling SwiftParser Parameters.swift
[340/375] Compiling SwiftParser ParseSourceFile.swift
[341/375] Compiling SwiftParser Lexer.swift
[342/375] Compiling SwiftParser RegexLiteralLexer.swift
[343/375] Compiling SwiftParser UnicodeScalarExtensions.swift
[344/375] Compiling SwiftParser Lookahead.swift
[345/375] Compiling SwiftParser LoopProgressCondition.swift
[346/375] Compiling SwiftParser Parser.swift
[347/375] Compiling SwiftParser Patterns.swift
[348/375] Compiling SwiftParser Recovery.swift
[349/375] Compiling SwiftParser Specifiers.swift
[350/375] Compiling SwiftParser Statements.swift
[351/375] Compiling SwiftParser Types.swift
[352/375] Compiling SwiftParser IsLexerClassified.swift
[353/375] Compiling SwiftParser LayoutNodes+Parsable.swift
[354/375] Compiling SwiftParser Parser+TokenSpecSet.swift
[355/375] Compiling SwiftParser TokenSpecStaticMembers.swift
[356/375] Compiling SwiftParser ExperimentalFeatures.swift
[357/375] Compiling SwiftParser Expressions.swift
[358/375] Compiling SwiftParser IncrementalParseTransition.swift
[359/375] Compiling SwiftParser Cursor.swift
[360/375] Compiling SwiftParser Lexeme.swift
[361/375] Compiling SwiftParser LexemeSequence.swift
[362/376] Wrapping AST for SwiftParser for debugging
[364/399] Compiling SwiftOperators PrecedenceGraph.swift
[365/399] Compiling SwiftOperators PrecedenceGroup.swift
[366/400] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[367/401] Compiling SwiftOperators OperatorTable.swift
[368/401] Emitting module SwiftOperators
[369/401] Compiling SwiftOperators SyntaxSynthesis.swift
[370/401] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[371/401] Compiling SwiftOperators OperatorTable+Semantics.swift
[372/401] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[373/401] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[374/401] Compiling SwiftParserDiagnostics MissingNodesError.swift
[375/401] Compiling SwiftParserDiagnostics MissingTokenError.swift
[376/401] Compiling SwiftOperators OperatorTable+Folding.swift
[378/402] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[379/402] Compiling SwiftParserDiagnostics Utils.swift
[380/402] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[380/402] Wrapping AST for SwiftOperators for debugging
[384/402] Emitting module SwiftParserDiagnostics
[385/402] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[386/402] Compiling SwiftParserDiagnostics PresenceUtils.swift
[389/402] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[390/402] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[391/403] Wrapping AST for SwiftParserDiagnostics for debugging
[393/417] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[394/417] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[395/417] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[396/417] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[397/417] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[398/417] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[399/417] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[400/417] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[401/417] Compiling SwiftSyntaxBuilder Indenter.swift
[402/417] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[403/417] Emitting module SwiftSyntaxBuilder
[404/417] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[405/417] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[406/418] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[407/418] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[408/419] Wrapping AST for SwiftSyntaxBuilder for debugging
[410/433] Emitting module SwiftSyntaxMacros
[411/433] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[412/433] Compiling SwiftSyntaxMacros Macro+Format.swift
[413/433] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[414/433] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[415/433] Compiling SwiftSyntaxMacros MemberMacro.swift
[416/434] Compiling SwiftSyntaxMacros Macro.swift
[417/434] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[418/434] Compiling SwiftSyntaxMacros AccessorMacro.swift
[419/434] Compiling SwiftSyntaxMacros AttachedMacro.swift
[420/434] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[421/434] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[422/434] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[423/434] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[424/434] Compiling SwiftSyntaxMacros PeerMacro.swift
[426/442] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[427/442] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[428/442] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[429/442] Emitting module SwiftSyntaxMacroExpansion
[430/442] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[431/442] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[432/442] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[433/442] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[434/443] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[436/450] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[437/450] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[438/450] Emitting module SwiftCompilerPluginMessageHandling
[439/450] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[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] Emitting module ATProtoMacroPlugin
[450/459] Compiling ATProtoMacroPlugin LexiconDefIDMacro.swift
[452/460] Compiling CasePathsMacros Plugin.swift
[453/460] Emitting module CasePathsMacros
[454/460] Compiling CasePathsMacros CasePathableMacro.swift
[454/459] Write Objects.LinkFileList
[457/459] Linking ATProtoMacroPlugin-tool
[458/461] Linking CasePathsMacros-tool
[460/463] Compiling ATProtoMacro LexiconDefID.swift
[461/463] Emitting module ATProtoMacro
[462/464] Compiling ATProtoMacro LexiconDefID.swift
[464/464] Emitting module ATProtoMacro
[466/479] Compiling CasePaths Macros.swift
[467/479] Compiling CasePaths Exports.swift
[469/479] Compiling CasePaths LockIsolated.swift
[470/479] Emitting module CasePaths
[471/479] Compiling CasePaths XCTestSupport.swift
[473/479] Compiling CasePaths Macros.swift
[474/479] Compiling CasePaths Deprecations.swift
[475/479] Compiling CasePaths LockIsolated.swift
[476/479] Compiling CasePaths Deprecations.swift
[477/479] Emitting module CasePaths
[478/479] Compiling CasePaths EnumReflection.swift
[482/615] Compiling Parsing Identity.swift
[483/615] Compiling Parsing JSON.swift
[484/615] Compiling Parsing LosslessStringConvertible.swift
[485/615] Compiling Parsing Memberwise.swift
[486/615] Compiling Parsing ParseableFormatStyleConversion.swift
[487/615] Compiling Parsing RawRepresentable.swift
[488/615] Compiling Parsing String.swift
[489/615] Compiling Parsing Substring.swift
[490/615] Compiling Parsing UTF8View.swift
[491/615] Compiling Parsing ConvertingError.swift
[492/624] Compiling Parsing OneOfBuilder.swift
[493/624] Compiling Parsing ParserBuilder.swift
[494/624] Compiling Parsing Conversion.swift
[495/624] Compiling Parsing AnyConversion.swift
[496/624] Compiling Parsing BinaryFloatingPoint.swift
[497/624] Compiling Parsing ConversionMap.swift
[498/624] Compiling Parsing Conversions.swift
[499/624] Compiling Parsing Data.swift
[500/624] Compiling Parsing Enum.swift
[501/624] Compiling Parsing FixedWidthInteger.swift
[502/633] Compiling Parsing OneOf.swift
[503/633] Compiling Parsing OneOfMany.swift
[504/633] Compiling Parsing Optional.swift
[505/633] Compiling Parsing Optionally.swift
[506/633] Compiling Parsing Parse.swift
[507/633] Compiling Parsing ParseableFormatStyle.swift
[508/633] Compiling Parsing Peek.swift
[509/633] Compiling Parsing Pipe.swift
[510/633] Compiling Parsing Prefix.swift
[511/633] Compiling Parsing PrefixThrough.swift
[512/633] Compiling Parsing PrefixUpTo.swift
[513/633] Compiling Parsing Printing.swift
[514/633] Compiling Parsing Pullback.swift
[515/633] Compiling Parsing ReplaceError.swift
[516/633] Compiling Parsing Rest.swift
[517/633] Compiling Parsing Skip.swift
[518/633] Compiling Parsing StartsWith.swift
[519/633] Compiling Parsing UUID.swift
[520/633] Compiling Parsing CaseIterableRawRepresentable.swift
[521/633] Compiling Parsing CharacterSet.swift
[522/633] Compiling Parsing Conditional.swift
[523/633] Compiling Parsing Consumed.swift
[524/633] Compiling Parsing Digits.swift
[525/633] Compiling Parsing End.swift
[526/633] Compiling Parsing Fail.swift
[527/633] Compiling Parsing Filter.swift
[528/633] Emitting module Parsing
[529/633] Compiling Parsing First.swift
[540/633] Compiling Parsing Float.swift
[541/633] Compiling Parsing From.swift
[542/633] Compiling Parsing Int.swift
[543/633] Compiling Parsing Lazy.swift
[544/633] Compiling Parsing Literal.swift
[545/633] Compiling Parsing Many.swift
[546/633] Compiling Parsing Map.swift
[547/633] Compiling Parsing Newline.swift
[548/633] Compiling Parsing Not.swift
[559/633] Compiling Parsing CountingRange.swift
[560/633] Compiling Parsing EmptyInitializable.swift
[561/633] Compiling Parsing AnyEquatable.swift
[562/633] Compiling Parsing Deprecations.swift
[563/633] Compiling Parsing Parser.swift
[564/633] Compiling Parsing ParserPrinter.swift
[565/633] Compiling Parsing Always.swift
[566/633] Compiling Parsing AnyParserPrinter.swift
[567/633] Compiling Parsing Backtracking.swift
[568/633] Compiling Parsing Bool.swift
[615/633] Compiling Parsing Whitespace.swift
[616/633] Compiling Parsing AnyParser.swift
[617/633] Compiling Parsing CompactMap.swift
[618/633] Compiling Parsing FlatMap.swift
[619/633] Compiling Parsing Parsers.swift
[620/633] Compiling Parsing Stream.swift
[621/633] Compiling Parsing ParsingError.swift
[622/633] Compiling Parsing PrependableCollection.swift
[623/633] Compiling Parsing PrintingError.swift
[624/633] Emitting module Parsing
[636/650] Compiling ATProtoXRPC UnionCodable.swift
[637/650] Compiling ATProtoXRPC XRPCError.swift
[638/650] Compiling ATProtoXRPC SessionProvider.swift
[639/650] Compiling ATProtoXRPC XRPCClient.swift
[640/652] Compiling ATProtoXRPC XRPCErrorResponse.swift
[641/652] Compiling ATProtoXRPC Export.swift
[642/652] Compiling ATProtoXRPC XRPCRequest.swift
[643/652] Compiling ATProtoXRPC XRPCRequestParameterConvertible.swift
[644/667] Compiling ATProtoXRPC XRPCRequests.swift
[645/667] Compiling ATProtoXRPC XRPCSessionClient.swift
[646/667] Compiling ATProtoXRPC SessionProvider.swift
[647/667] Compiling ATProtoXRPC XRPCClient.swift
[648/669] Compiling ATProtoXRPC UnionCodable.swift
[649/669] Compiling ATProtoXRPC XRPCError.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
[656/669] Compiling ATProtoXRPC XRPCErrorResponse.swift
[657/669] Compiling ATProtoXRPC Export.swift
[658/669] Compiling ATProtoXRPC JSONDecoderExtensions.swift
[659/669] Compiling ATProtoXRPC URLSessionExtensions.swift
[660/669] Emitting module ATProtoXRPC
[661/669] Compiling ATProtoXRPC Indirect.swift
[662/669] Compiling ATProtoXRPC SafeURL.swift
[663/669] Compiling ATProtoXRPC Session.swift
[664/669] Compiling ATProtoXRPC Union.generated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[666/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