Build Information
Failed to build supabase-client-dependency, reference 0.4.2 (a494ce), with Swift 6.1 for Wasm on 29 May 2025 09:35:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/m-housh/supabase-client-dependency.git
Reference: 0.4.2
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/m-housh/supabase-client-dependency
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at a494cea Fixes login method to be a discardable result (#14)
Cloned https://github.com/m-housh/supabase-client-dependency.git
Revision (git rev-parse @):
a494cead64f99287516fc2dfe2b83a86ddf5f84d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m-housh/supabase-client-dependency.git at 0.4.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/m-housh/supabase-client-dependency.git
https://github.com/m-housh/supabase-client-dependency.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths.git"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
},
{
"identity" : "swift-identified-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-identified-collections.git"
},
{
"identity" : "supabase-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/supabase/supabase-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "supabase-client-dependency",
"name" : "supabase-client-dependency",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SupabaseDependencies",
"targets" : [
"SupabaseDependencies"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SupabaseDependenciesTests",
"module_type" : "SwiftTarget",
"name" : "SupabaseDependenciesTests",
"path" : "Tests/SupabaseDependenciesTests",
"sources" : [
"AuthControllerTests.swift",
"DatabaseClientTests.swift",
"TestModels.swift"
],
"target_dependencies" : [
"SupabaseDependencies"
],
"type" : "test"
},
{
"c99name" : "SupabaseDependencies",
"module_type" : "SwiftTarget",
"name" : "SupabaseDependencies",
"path" : "Sources/SupabaseDependencies",
"product_dependencies" : [
"CasePaths",
"ConcurrencyExtras",
"Dependencies",
"Supabase"
],
"product_memberships" : [
"SupabaseDependencies"
],
"sources" : [
"AuthController/AuthController+mock.swift",
"AuthController/AuthController.swift",
"AuthController/Credentials.swift",
"AuthController/Internal/AuthClient+Extensions.swift",
"DatabaseRouter/DatabaseRoute+Filter.swift",
"DatabaseRouter/DatabaseRoute+Order.swift",
"DatabaseRouter/DatabaseRoute.swift",
"DatabaseRouter/DatabaseRouter+Override.swift",
"DatabaseRouter/DatabaseRouter.swift",
"DatabaseRouter/Protocols/RouteCollection.swift",
"Interface.swift"
],
"type" : "library"
},
{
"c99name" : "DatabaseRouterIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "DatabaseRouterIntegrationTests",
"path" : "Tests/DatabaseRouterIntegrationTests",
"product_dependencies" : [
"CasePaths",
"CustomDump",
"IdentifiedCollections"
],
"sources" : [
"AuthControllerIntegrationTests.swift",
"DatabaseClientIntegrationTests.swift",
"TestModels.swift"
],
"target_dependencies" : [
"SupabaseDependencies"
],
"type" : "test"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/supabase/supabase-swift.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-identified-collections.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/4581] Fetching swift-custom-dump
[4582/17562] Fetching swift-custom-dump, supabase-swift
[4842/18414] Fetching swift-custom-dump, supabase-swift, swift-concurrency-extras
[5574/20463] Fetching swift-custom-dump, supabase-swift, swift-concurrency-extras, swift-docc-plugin
[10463/21997] Fetching swift-custom-dump, supabase-swift, swift-concurrency-extras, swift-docc-plugin, swift-identified-collections
[13324/28246] Fetching swift-custom-dump, supabase-swift, swift-concurrency-extras, swift-docc-plugin, swift-identified-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.47s)
[25332/27394] Fetching swift-custom-dump, supabase-swift, swift-docc-plugin, swift-identified-collections, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths.git
Fetched https://github.com/supabase/supabase-swift.git from cache (0.65s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.68s)
Fetched https://github.com/pointfreeco/swift-identified-collections.git from cache (0.69s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.69s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.69s)
[1/4375] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-identified-collections.git
Computed https://github.com/pointfreeco/swift-identified-collections.git at 1.1.1 (1.40s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.29s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (3.00s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (1.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.87s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.46s)
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.66s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.26s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/pointfreeco/swift-case-paths.git
Computed https://github.com/pointfreeco/swift-case-paths.git at 1.7.0 (2.23s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.60s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.27s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.52s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[941/3702] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.37s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.38s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.87s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.43s)
Computing version for https://github.com/supabase/supabase-swift.git
Computed https://github.com/supabase/supabase-swift.git at 2.29.1 (0.56s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/14840] Fetching swift-http-types, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (2.03s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.10s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.45s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.04s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/supabase/supabase-swift.git
Working copy of https://github.com/supabase/supabase-swift.git resolved at 2.29.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections.git
Working copy of https://github.com/pointfreeco/swift-identified-collections.git resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-case-paths.git
Working copy of https://github.com/pointfreeco/swift-case-paths.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/417] Write sources
[36/417] Compiling _SwiftSyntaxCShims dummy.c
[37/417] Compiling fiat_curve25519_adx_square.S
[38/417] Compiling fiat_p256_adx_sqr.S
[39/417] Compiling md5-x86_64-linux.S
[39/417] Compiling fiat_p256_adx_mul.S
[39/417] Compiling fiat_curve25519_adx_mul.S
[42/417] Compiling md5-x86_64-apple.S
[43/417] Compiling md5-586-linux.S
[44/417] Write swift-version-24593BA9C3E375BF.txt
[45/417] Compiling md5-586-apple.S
[46/417] Compiling chacha20_poly1305_armv8-linux.S
[46/417] Compiling chacha20_poly1305_x86_64-linux.S
[48/417] Compiling chacha20_poly1305_armv8-win.S
[49/417] Compiling chacha20_poly1305_x86_64-apple.S
[50/417] Compiling chacha20_poly1305_armv8-apple.S
[51/417] Compiling CCryptoBoringSSLShims shims.c
[52/463] Compiling err_data.cc
[53/463] Compiling chacha-x86_64-linux.S
[54/463] Compiling chacha-x86_64-apple.S
[55/463] Compiling chacha-x86-linux.S
[56/463] Compiling chacha-x86-apple.S
[57/463] Compiling chacha-armv8-win.S
[58/463] Compiling chacha-armv8-linux.S
[59/463] Compiling chacha-armv8-apple.S
[60/463] Compiling chacha-armv4-linux.S
[61/463] Compiling aes128gcmsiv-x86_64-linux.S
[62/463] Compiling aes128gcmsiv-x86_64-apple.S
[63/463] Compiling x86_64-mont5-linux.S
[64/463] Compiling x86_64-mont5-apple.S
[65/463] Compiling x86_64-mont-linux.S
[66/463] Compiling x86_64-mont-apple.S
[67/463] Compiling x86-mont-linux.S
[68/463] Compiling x86-mont-apple.S
[69/463] Compiling vpaes-x86_64-linux.S
[70/463] Compiling vpaes-x86_64-apple.S
[71/463] Compiling vpaes-x86-linux.S
[72/463] Compiling vpaes-x86-apple.S
[73/463] Compiling vpaes-armv8-win.S
[74/463] Compiling vpaes-armv8-linux.S
[75/463] Compiling vpaes-armv8-apple.S
[76/463] Compiling vpaes-armv7-linux.S
[77/463] Compiling sha512-x86_64-linux.S
[79/463] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/463] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/464] Compiling sha512-x86_64-apple.S
[82/464] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/464] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/465] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/465] 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
[86/466] Compiling SwiftSyntax601 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
[87/466] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/467] Compiling sha512-armv8-win.S
[93/467] 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
[93/469] Compiling sha512-armv8-linux.S
[94/469] Wrapping AST for SwiftSyntax600 for debugging
[95/469] Wrapping AST for SwiftSyntax510 for debugging
[97/469] Compiling HTTPTypes ISOLatin1String.swift
[97/469] Compiling sha512-armv8-apple.S
[98/470] Compiling sha512-armv4-linux.S
[99/470] Compiling sha512-586-linux.S
[100/470] Compiling sha512-586-apple.S
[102/470] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/471] Wrapping AST for SwiftSyntax601 for debugging
[104/471] 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
[105/471] 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
[106/471] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/471] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/471] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/471] Compiling HTTPTypes HTTPParsedFields.swift
[110/471] Emitting module HTTPTypes
[110/471] Wrapping AST for SwiftSyntax509 for debugging
[112/471] Compiling HTTPTypes HTTPRequest.swift
[113/471] Compiling HTTPTypes HTTPResponse.swift
[113/471] Compiling sha256-x86_64-linux.S
[114/471] Compiling sha256-x86_64-apple.S
[115/471] Compiling sha256-armv8-linux.S
[116/471] Compiling sha256-armv8-win.S
[117/511] Compiling sha256-armv4-linux.S
[118/520] Compiling sha256-armv8-apple.S
[119/535] Compiling sha256-586-linux.S
[120/535] Compiling sha256-586-apple.S
[121/535] Compiling sha1-x86_64-linux.S
[122/535] Compiling sha1-x86_64-apple.S
[123/535] Compiling sha1-armv8-apple.S
[124/535] Compiling sha1-armv8-win.S
[125/535] Compiling sha1-armv8-linux.S
[127/535] Compiling ConcurrencyExtras 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
[127/535] Compiling sha1-armv4-large-linux.S
[128/535] Compiling sha1-586-linux.S
[130/535] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/535] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/535] Compiling sha1-586-apple.S
[132/535] Compiling rsaz-avx2-linux.S
[133/535] Compiling rsaz-avx2-apple.S
[134/535] Compiling rdrand-x86_64-linux.S
[135/535] Compiling rdrand-x86_64-apple.S
[136/535] Compiling p256_beeu-x86_64-asm-linux.S
[137/535] Compiling p256_beeu-x86_64-asm-apple.S
[138/535] Compiling p256_beeu-armv8-asm-win.S
[139/535] Compiling p256_beeu-armv8-asm-linux.S
[140/535] Compiling p256_beeu-armv8-asm-apple.S
[141/535] Compiling p256-x86_64-asm-linux.S
[142/535] Compiling p256-x86_64-asm-apple.S
[143/535] Compiling p256-armv8-asm-win.S
[144/535] Compiling p256-armv8-asm-linux.S
[145/535] Compiling ghashv8-armv8-linux.S
[146/535] Compiling p256-armv8-asm-apple.S
[147/535] Compiling ghashv8-armv8-win.S
[148/535] Compiling ghashv8-armv8-apple.S
[149/535] Compiling ghash-x86_64-linux.S
[150/535] Compiling ghash-x86_64-apple.S
[151/535] Compiling ghashv8-armv7-linux.S
[152/535] Compiling ghash-ssse3-x86_64-apple.S
[153/535] Compiling ghash-x86-linux.S
[154/535] Compiling ghash-ssse3-x86_64-linux.S
[155/535] Compiling ghash-x86-apple.S
[156/535] Compiling ghash-ssse3-x86-apple.S
[158/535] Compiling HTTPTypes NIOLock.swift
[158/535] Compiling ghash-ssse3-x86-linux.S
[159/535] Compiling ghash-neon-armv8-win.S
[160/535] Compiling ghash-neon-armv8-apple.S
[161/535] Compiling ghash-neon-armv8-linux.S
[162/535] Compiling co-586-linux.S
[163/535] Compiling ghash-armv4-linux.S
[165/535] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/535] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/535] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/535] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/535] Compiling bn-armv8-win.S
[169/535] Compiling bn-armv8-linux.S
[170/535] Compiling co-586-apple.S
[171/535] Compiling bsaes-armv7-linux.S
[173/535] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/535] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/535] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/535] Compiling bn-armv8-apple.S
[176/535] Compiling bn-586-apple.S
[177/535] Compiling armv8-mont-win.S
[178/535] Compiling bn-586-linux.S
[180/535] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/535] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/535] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/535] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/535] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/535] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/535] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/535] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/535] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/536] Compiling armv8-mont-linux.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[196/536] Compiling ConcurrencyExtras 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
[196/537] Compiling armv8-mont-apple.S
[197/537] Compiling armv4-mont-linux.S
[198/537] Compiling aesv8-gcm-armv8-win.S
[199/537] Compiling aesv8-gcm-armv8-apple.S
[200/537] Compiling aesv8-armv8-win.S
[202/537] Compiling aesv8-armv8-linux.S
[203/537] Compiling aesv8-gcm-armv8-linux.S
[205/537] Compiling aesv8-armv8-apple.S
[206/537] Compiling aesv8-armv7-linux.S
[206/537] Compiling aesni-x86_64-linux.S
[208/537] Compiling aesni-x86_64-apple.S
[209/537] Compiling aesni-x86-linux.S
[210/537] Compiling aesni-x86-apple.S
[211/537] Compiling aesni-gcm-x86_64-linux.S
[212/539] Compiling aes-gcm-avx10-x86_64-linux.S
[213/540] Compiling aesni-gcm-x86_64-apple.S
[214/540] Compiling aes-gcm-avx10-x86_64-apple.S
[216/554] 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
[217/560] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/560] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/561] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/561] Compiling CombineSchedulers 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
[221/561] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/561] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/561] Compiling HTTPTypes HTTPField.swift
[224/561] Compiling HTTPTypes HTTPFieldName.swift
[225/561] Compiling HTTPTypes HTTPFields.swift
[226/562] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/562] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/562] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/563] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/563] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/563] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/563] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/563] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/563] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/563] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/564] 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
[238/564] 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
[239/565] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/565] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/565] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/565] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/565] Compiling x_x509a.cc
[246/565] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/565] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/566] Compiling x_x509.cc
[249/566] Compiling x_val.cc
[250/571] Compiling x_sig.cc
[252/576] 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/596] 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
[254/598] 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
[255/598] 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
[256/617] 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
[257/617] 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/621] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/621] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/621] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/624] Compiling x_req.cc
[262/624] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/624] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/624] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/624] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/624] 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
[266/625] Compiling x_name.cc
[268/625] Compiling x_spki.cc
[269/625] Compiling x_pubkey.cc
[271/625] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/625] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/625] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/625] Compiling Dependencies 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
[275/625] Compiling Dependencies 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
[276/625] Compiling Dependencies 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
[277/625] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[278/625] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[279/625] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[280/625] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/625] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/625] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/625] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/625] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[285/625] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[286/625] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[291/625] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[292/625] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/625] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[293/625] Compiling x_attrib.cc
[294/625] Compiling x509spki.cc
[294/625] Compiling x_crl.cc
[294/625] Compiling x_all.cc
[294/625] Compiling x_exten.cc
[294/625] Compiling x_algor.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/253] Compiling x_crl.cc
[3/253] Compiling x509rset.cc
[3/253] Compiling x509spki.cc
[5/253] Compiling x509name.cc
[6/253] Compiling x_algor.cc
[7/253] Compiling x_all.cc
[8/253] Compiling x_exten.cc
[9/253] Write swift-version-24593BA9C3E375BF.txt
[10/253] Compiling x509cset.cc
[12/255] Compiling SwiftSyntax601 Empty.swift
[13/255] Emitting module SwiftSyntax601
[14/255] Compiling x509_txt.cc
[15/257] Compiling x509_vpm.cc
[16/257] Compiling x509_v3.cc
[18/259] Compiling SwiftSyntax600 Empty.swift
[19/259] Emitting module SwiftSyntax600
[19/260] Compiling x509_vfy.cc
[20/260] Compiling x509_set.cc
[22/260] Compiling SwiftSyntax510 Empty.swift
[23/262] Emitting module SwiftSyntax510
[24/263] Compiling x509_req.cc
[27/280] Compiling SwiftSyntax509 Empty.swift
[28/280] Emitting module SwiftSyntax509
[28/287] Compiling x509_trs.cc
[31/299] Compiling ConcurrencyExtras Locking.swift
[32/299] Compiling ConcurrencyExtras UncheckedBox.swift
[33/300] Compiling ConcurrencyExtras MainSerialExecutor.swift
[34/300] Compiling ConcurrencyExtras Result.swift
[35/300] Compiling IssueReporting TestContext.swift
[36/300] Compiling IssueReporting Unimplemented.swift
[37/302] Compiling ConcurrencyExtras LockIsolated.swift
[38/302] Compiling ConcurrencyExtras AsyncStream.swift
[39/302] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[40/302] Emitting module ConcurrencyExtras
[41/302] Compiling ConcurrencyExtras ActorIsolated.swift
[42/302] Compiling ConcurrencyExtras AnyHashableSendable.swift
[43/302] Compiling IssueReporting RuntimeWarningReporter.swift
[44/302] Compiling IssueReporting ReportIssue.swift
[45/302] Compiling IssueReporting XCTest.swift
[46/302] Compiling IssueReporting IsTesting.swift
[47/302] Compiling IssueReporting IssueReporter.swift
[48/302] Compiling IssueReporting BreakpointReporter.swift
[49/302] Compiling IssueReporting FatalErrorReporter.swift
[50/302] Compiling ConcurrencyExtras Task.swift
[51/302] Compiling HTTPTypes HTTPFieldName.swift
[52/303] Compiling ConcurrencyExtras UncheckedSendable.swift
[53/304] Compiling HTTPTypes ISOLatin1String.swift
[54/304] Emitting module HTTPTypes
[56/304] Compiling HTTPTypes HTTPParsedFields.swift
[57/304] Compiling HTTPTypes HTTPRequest.swift
[58/304] Compiling HTTPTypes NIOLock.swift
[58/304] Compiling x509_lu.cc
[59/304] Compiling x509_ext.cc
[59/304] Compiling x509_d2.cc
[62/304] Compiling IssueReporting WithExpectedIssue.swift
[63/304] Compiling IssueReporting WithIssueContext.swift
[64/304] Compiling HTTPTypes HTTPResponse.swift
[68/304] Emitting module IssueReporting
[69/304] Compiling IssueReporting SwiftTesting.swift
[70/304] Compiling IssueReporting UncheckedSendable.swift
[71/304] Compiling IssueReporting Warn.swift
[74/369] Compiling x509_obj.cc
[76/369] Compiling x509_def.cc
[78/369] Compiling HTTPTypes HTTPField.swift
[79/369] Compiling HTTPTypes HTTPFields.swift
[80/373] Compiling x509_att.cc
[82/373] Compiling XCTestDynamicOverlay Exports.swift
[83/393] Compiling Clocks Timer.swift
[84/394] Compiling CombineSchedulers Lock.swift
[85/394] Compiling CombineSchedulers NSRecursiveLock.swift
[86/394] Compiling CombineSchedulers SwiftUI.swift
[87/394] Compiling CombineSchedulers TestScheduler.swift
[88/394] Compiling CombineSchedulers ImmediateScheduler.swift
[89/394] Compiling CombineSchedulers Deprecations.swift
[89/395] Compiling x509_cmp.cc
[91/395] Emitting module CombineSchedulers
[92/395] Compiling CombineSchedulers AnyScheduler.swift
[93/395] Compiling CombineSchedulers Concurrency.swift
[94/395] Compiling CombineSchedulers UIKit.swift
[95/395] Compiling Clocks AnyClock.swift
[96/395] Compiling Clocks ImmediateClock.swift
[97/395] Compiling CombineSchedulers Timer.swift
[98/395] Compiling CombineSchedulers UIScheduler.swift
[99/395] Emitting module Clocks
[100/395] Compiling CombineSchedulers UnimplementedScheduler.swift
[101/396] Compiling Clocks Lock.swift
[101/396] Compiling x509.cc
[103/396] Compiling v3_skey.cc
[105/396] Emitting module XCTestDynamicOverlay
[106/396] Compiling XCTestDynamicOverlay Deprecations.swift
[106/397] Compiling v3_utl.cc
[109/397] Compiling Clocks SwiftUI.swift
[110/397] Compiling Clocks _AsyncTimerSequence.swift
[111/397] Compiling Clocks TestClock.swift
[112/397] Compiling Clocks UnimplementedClock.swift
[113/408] Compiling v3_purp.cc
[115/408] Compiling CasePathsCore Optional+CasePathable.swift
[116/409] Compiling CasePathsCore AnyCasePath.swift
[117/409] Compiling CasePathsCore CasePathIterable.swift
[117/409] Compiling v3_prn.cc
[119/409] Emitting module CasePathsCore
[120/409] Compiling CasePathsCore UncheckedSendable.swift
[121/409] Compiling CasePathsCore Never+CasePathable.swift
[122/409] Compiling CasePathsCore TypeName.swift
[123/409] Compiling CasePathsCore KeyPath+Sendable.swift
[124/409] Compiling CasePathsCore CasePathReflectable.swift
[125/409] Compiling CasePathsCore CasePathable.swift
[125/409] Compiling v3_pmaps.cc
[126/422] Compiling v3_ocsp.cc
[126/425] Compiling v3_pcons.cc
[129/430] Compiling Helpers Codable.swift
[130/430] Compiling Helpers DateFormatter.swift
[131/430] Compiling Helpers EventEmitter.swift
[132/430] Compiling Helpers AnyJSON+Codable.swift
[133/430] Compiling Helpers AnyJSON.swift
[134/430] Compiling Helpers AsyncValueSubject.swift
[135/430] Compiling Helpers FoundationExtensions.swift
[136/430] Compiling Helpers HTTPClient.swift
[137/430] Compiling Helpers HTTPFields.swift
[138/462] Compiling CasePathsCore Result+CasePathable.swift
[139/463] Compiling v3_ncons.cc
[141/463] Compiling Dependencies Locale.swift
[142/463] Compiling Dependencies MainQueue.swift
[143/463] Compiling Dependencies MainRunLoop.swift
[144/466] Compiling Dependencies OpenURL.swift
[145/466] Compiling Dependencies TimeZone.swift
[146/466] Compiling Dependencies URLSession.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/466] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[148/466] Compiling Dependencies Assert.swift
[149/466] Compiling Dependencies Calendar.swift
[150/466] Compiling Dependencies Clocks.swift
[151/466] Compiling Dependencies TypeName.swift
[152/466] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[154/468] Compiling Helpers Version.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[155/468] Compiling Helpers _Clock.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[156/468] Compiling Dependencies Context.swift
[157/468] Compiling Dependencies Date.swift
[158/468] Compiling Dependencies FireAndForget.swift
[159/468] Compiling Dependencies Deprecations.swift
[160/468] Compiling Dependencies Exports.swift
[162/468] Compiling Dependencies Dependency.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[163/468] Compiling Dependencies DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[164/468] Compiling Dependencies DependencyKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[165/468] Compiling Dependencies DependencyValues.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:48:22: error: cannot find 'URLRequest' in scope
46 |
47 | package var urlRequest: URLRequest {
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
| `- error: cannot find 'URLRequest' in scope
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:50:39: error: cannot infer contextual base in reference to member 'init'
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
| `- error: cannot infer contextual base in reference to member 'init'
51 | urlRequest.httpBody = body
52 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:20:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 | package let statusCode: Int
19 |
20 | package let underlyingResponse: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:22:38: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 | package let underlyingResponse: HTTPURLResponse
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:24:35: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
22 | package init(data: Data, response: HTTPURLResponse) {
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
25 | statusCode = response.statusCode
26 | underlyingResponse = response
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:25:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
25 | statusCode = response.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
26 | underlyingResponse = response
27 | }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:48:22: error: cannot find 'URLRequest' in scope
46 |
47 | package var urlRequest: URLRequest {
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
| `- error: cannot find 'URLRequest' in scope
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:50:39: error: cannot infer contextual base in reference to member 'init'
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
| `- error: cannot infer contextual base in reference to member 'init'
51 | urlRequest.httpBody = body
52 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:20:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 | package let statusCode: Int
19 |
20 | package let underlyingResponse: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:22:38: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 | package let underlyingResponse: HTTPURLResponse
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:24:35: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
22 | package init(data: Data, response: HTTPURLResponse) {
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
25 | statusCode = response.statusCode
26 | underlyingResponse = response
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:25:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
25 | statusCode = response.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
26 | underlyingResponse = response
27 | }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:48:22: error: cannot find 'URLRequest' in scope
46 |
47 | package var urlRequest: URLRequest {
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
| `- error: cannot find 'URLRequest' in scope
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:50:39: error: cannot infer contextual base in reference to member 'init'
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
50 | urlRequest.allHTTPHeaderFields = .init(headers.map { ($0.name.rawName, $0.value) }) { $1 }
| `- error: cannot infer contextual base in reference to member 'init'
51 | urlRequest.httpBody = body
52 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:20:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 | package let statusCode: Int
19 |
20 | package let underlyingResponse: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:22:38: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 | package let underlyingResponse: HTTPURLResponse
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:24:35: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
22 | package init(data: Data, response: HTTPURLResponse) {
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
25 | statusCode = response.statusCode
26 | underlyingResponse = response
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:25:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
25 | statusCode = response.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
26 | underlyingResponse = response
27 | }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:19:25: error: cannot find type 'URLRequest' in scope
17 |
18 | package actor HTTPClient: HTTPClientType {
19 | let fetch: @Sendable (URLRequest) async throws -> (Data, URLResponse)
| `- error: cannot find type 'URLRequest' in scope
20 | let interceptors: [any HTTPClientInterceptor]
21 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:23:33: error: cannot find type 'URLRequest' in scope
21 |
22 | package init(
23 | fetch: @escaping @Sendable (URLRequest) async throws -> (Data, URLResponse),
| `- error: cannot find type 'URLRequest' in scope
24 | interceptors: [any HTTPClientInterceptor]
25 | ) {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:19:25: error: cannot find type 'URLRequest' in scope
17 |
18 | package actor HTTPClient: HTTPClientType {
19 | let fetch: @Sendable (URLRequest) async throws -> (Data, URLResponse)
| `- error: cannot find type 'URLRequest' in scope
20 | let interceptors: [any HTTPClientInterceptor]
21 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:23:33: error: cannot find type 'URLRequest' in scope
21 |
22 | package init(
23 | fetch: @escaping @Sendable (URLRequest) async throws -> (Data, URLResponse),
| `- error: cannot find type 'URLRequest' in scope
24 | interceptors: [any HTTPClientInterceptor]
25 | ) {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:19:25: error: cannot find type 'URLRequest' in scope
17 |
18 | package actor HTTPClient: HTTPClientType {
19 | let fetch: @Sendable (URLRequest) async throws -> (Data, URLResponse)
| `- error: cannot find type 'URLRequest' in scope
20 | let interceptors: [any HTTPClientInterceptor]
21 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:23:33: error: cannot find type 'URLRequest' in scope
21 |
22 | package init(
23 | fetch: @escaping @Sendable (URLRequest) async throws -> (Data, URLResponse),
| `- error: cannot find type 'URLRequest' in scope
24 | interceptors: [any HTTPClientInterceptor]
25 | ) {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/_Clock.swift:32:39: error: cannot find 'NSEC_PER_SEC' in scope
30 | struct FallbackClock: _Clock {
31 | func sleep(for duration: TimeInterval) async throws {
32 | try await Task.sleep(nanoseconds: NSEC_PER_SEC * UInt64(duration))
| `- error: cannot find 'NSEC_PER_SEC' in scope
33 | }
34 | }
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/_Clock.swift:32:39: error: cannot find 'NSEC_PER_SEC' in scope
30 | struct FallbackClock: _Clock {
31 | func sleep(for duration: TimeInterval) async throws {
32 | try await Task.sleep(nanoseconds: NSEC_PER_SEC * UInt64(duration))
| `- error: cannot find 'NSEC_PER_SEC' in scope
33 | }
34 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[177/468] Emitting module Helpers
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:19:25: error: cannot find type 'URLRequest' in scope
17 |
18 | package actor HTTPClient: HTTPClientType {
19 | let fetch: @Sendable (URLRequest) async throws -> (Data, URLResponse)
| `- error: cannot find type 'URLRequest' in scope
20 | let interceptors: [any HTTPClientInterceptor]
21 |
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPClient.swift:23:33: error: cannot find type 'URLRequest' in scope
21 |
22 | package init(
23 | fetch: @escaping @Sendable (URLRequest) async throws -> (Data, URLResponse),
| `- error: cannot find type 'URLRequest' in scope
24 | interceptors: [any HTTPClientInterceptor]
25 | ) {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPRequest.swift:47:27: error: cannot find type 'URLRequest' in scope
45 | }
46 |
47 | package var urlRequest: URLRequest {
| `- error: cannot find type 'URLRequest' in scope
48 | var urlRequest = URLRequest(url: query.isEmpty ? url : url.appendingQueryItems(query))
49 | urlRequest.httpMethod = method.rawValue
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:20:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 | package let statusCode: Int
19 |
20 | package let underlyingResponse: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/HTTPResponse.swift:22:38: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 | package let underlyingResponse: HTTPURLResponse
21 |
22 | package init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
23 | self.data = data
24 | headers = HTTPFields(response.allHeaderFields as? [String: String] ?? [:])
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:19:24: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public struct HTTPError: Error, Sendable {
18 | public let data: Data
19 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:21:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let response: HTTPURLResponse
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.data = data
23 | self.response = response
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[180/468] Compiling v3_int.cc
[181/468] Compiling v3_info.cc
[182/468] Compiling v3_lib.cc
[183/468] Compiling v3_ia5.cc
[184/468] Compiling v3_genn.cc
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/RetryRequestInterceptor.swift:142:42: error: cannot find 'NSEC_PER_SEC' in scope
140 |
141 | let nanoseconds = UInt64(retryDelay)
142 | try? await Task.sleep(nanoseconds: NSEC_PER_SEC * nanoseconds)
| `- error: cannot find 'NSEC_PER_SEC' in scope
143 |
144 | if !Task.isCancelled {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:19:24: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public struct HTTPError: Error, Sendable {
18 | public let data: Data
19 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:21:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let response: HTTPURLResponse
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.data = data
23 | self.response = response
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:29:44: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
27 | extension HTTPError: LocalizedError {
28 | public var errorDescription: String? {
29 | var message = "Status Code: \(response.statusCode)"
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
30 | if let body = String(data: data, encoding: .utf8) {
31 | message += " Body: \(body)"
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/RetryRequestInterceptor.swift:142:42: error: cannot find 'NSEC_PER_SEC' in scope
140 |
141 | let nanoseconds = UInt64(retryDelay)
142 | try? await Task.sleep(nanoseconds: NSEC_PER_SEC * nanoseconds)
| `- error: cannot find 'NSEC_PER_SEC' in scope
143 |
144 | if !Task.isCancelled {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:19:24: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public struct HTTPError: Error, Sendable {
18 | public let data: Data
19 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:21:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let response: HTTPURLResponse
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.data = data
23 | self.response = response
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:29:44: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
27 | extension HTTPError: LocalizedError {
28 | public var errorDescription: String? {
29 | var message = "Status Code: \(response.statusCode)"
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
30 | if let body = String(data: data, encoding: .utf8) {
31 | message += " Body: \(body)"
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/HTTP/RetryRequestInterceptor.swift:142:42: error: cannot find 'NSEC_PER_SEC' in scope
140 |
141 | let nanoseconds = UInt64(retryDelay)
142 | try? await Task.sleep(nanoseconds: NSEC_PER_SEC * nanoseconds)
| `- error: cannot find 'NSEC_PER_SEC' in scope
143 |
144 | if !Task.isCancelled {
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:19:24: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public struct HTTPError: Error, Sendable {
18 | public let data: Data
19 | public let response: HTTPURLResponse
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:21:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let response: HTTPURLResponse
20 |
21 | public init(data: Data, response: HTTPURLResponse) {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.data = data
23 | self.response = response
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' 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 HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/supabase-swift/Sources/Helpers/SharedModels/HTTPError.swift:29:44: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
27 | extension HTTPError: LocalizedError {
28 | public var errorDescription: String? {
29 | var message = "Status Code: \(response.statusCode)"
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
30 | if let body = String(data: data, encoding: .utf8) {
31 | message += " Body: \(body)"
[192/468] Compiling Dependencies PreviewTrait.swift
[193/468] Compiling Dependencies TestTrait.swift
[194/468] Compiling Dependencies WithDependencies.swift
[194/468] Compiling v3_cpols.cc
[194/468] Compiling v3_enum.cc
[194/468] Compiling v3_extku.cc
[194/468] Compiling v3_conf.cc
[194/468] Compiling v3_crld.cc
BUILD FAILURE 6.1 wasm