Build Information
Failed to build Blade, reference 1.1.0 (fd724c
), with Swift 6.1 for Wasm on 29 May 2025 15:52:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/blade.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/space-code/blade
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at fd724c4 Release `1.1.0` (#4)
Cloned https://github.com/space-code/blade.git
Revision (git rev-parse @):
fd724c4f0fb8d9447fc1f5a2b79b9c66a9ffb1f2
SUCCESS checkout https://github.com/space-code/blade.git at 1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/space-code/blade.git
https://github.com/space-code/blade.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
}
],
"manifest_display_name" : "Blade",
"name" : "Blade",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Blade",
"targets" : [
"Blade"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BladeTCA",
"targets" : [
"BladeTCA"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BladeTests",
"module_type" : "SwiftTarget",
"name" : "BladeTests",
"path" : "Tests/BladeTests",
"sources" : [
"Mocks/CursorPageLoaderMock.swift",
"Mocks/OffsetPageLoaderMock.swift",
"Models/TestItem.swift",
"UnitTests/CursorPaginatorTests.swift",
"UnitTests/OffsetPaginatorTests.swift"
],
"target_dependencies" : [
"Blade"
],
"type" : "test"
},
{
"c99name" : "BladeTCATests",
"module_type" : "SwiftTarget",
"name" : "BladeTCATests",
"path" : "Tests/BladeTCATests",
"product_dependencies" : [
"ComposableArchitecture"
],
"sources" : [
"Helpers/IdentifiedArray+Items.swift",
"Models/TestItem.swift",
"UnitTests/PaginatorIntegrationReducerTests.swift",
"UnitTests/PaginatorReducerTests.swift"
],
"target_dependencies" : [
"BladeTCA"
],
"type" : "test"
},
{
"c99name" : "BladeTCA",
"module_type" : "SwiftTarget",
"name" : "BladeTCA",
"path" : "Sources/BladeTCA",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"BladeTCA"
],
"sources" : [
"Classes/COre/Reducers/Internal/Builders/PositionBuilders/CursorPositionBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/Builders/PositionBuilders/OffsetPositionBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/Builders/PositionBuilders/Protocols/IPositionBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/Builders/RequestBuilders/CursorRequestBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/Builders/RequestBuilders/OffsetRequestBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/Builders/RequestBuilders/Protocols/IRequestBuilderStrategy.swift",
"Classes/COre/Reducers/Internal/PaginatorIntegrationReducer.swift",
"Classes/COre/Reducers/Internal/PaginatorReducer.swift",
"Classes/COre/Reducers/Reducer+.swift",
"Classes/Models/PaginatorAction.swift",
"Classes/Models/State/CursorPaginatorState.swift",
"Classes/Models/State/PaginatorState.swift",
"Classes/Models/State/Protocols/IPaginatorState.swift",
"Classes/Presentation/ViewModifiers/LoadingViewModifier.swift",
"Classes/Presentation/Views/PaginatorForEachView.swift",
"Classes/Presentation/Views/PaginatorListView.swift",
"Classes/Presentation/Views/PaginatorView.swift"
],
"target_dependencies" : [
"Blade"
],
"type" : "library"
},
{
"c99name" : "Blade",
"module_type" : "SwiftTarget",
"name" : "Blade",
"path" : "Sources/Blade",
"product_memberships" : [
"Blade",
"BladeTCA"
],
"sources" : [
"Classes/Core/Paginator/IPaginator.swift",
"Classes/Core/Paginator/PageLoader/ICursorPageLoader.swift",
"Classes/Core/Paginator/PageLoader/IOffsetPageLoader.swift",
"Classes/Core/Paginator/Paginator.swift",
"Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift",
"Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift",
"Classes/Core/Paginator/Strategies/Protocols/IPaginationStrategy.swift",
"Classes/Models/Configuration/PaginationCursorSeek.swift",
"Classes/Models/Configuration/PaginationLimitOffset.swift",
"Classes/Models/Page.swift",
"Classes/Models/Requests/CursorPaginationRequest.swift",
"Classes/Models/Requests/OffsetPaginationRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/pointfreeco/swift-composable-architecture.git
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (14.47s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.20.2 (17.46s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
[1/1411] Fetching swift-perception
[2/4667] Fetching swift-perception, swift-sharing
[4668/10125] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay
[5433/55526] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (0.67s)
Fetching https://github.com/pointfreeco/swift-dependencies
[10437/54115] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.99s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[23619/50859] Fetching xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.00s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[19069/45401] Fetching swift-navigation
[19070/115853] Fetching swift-navigation, swift-syntax
[28902/122102] Fetching swift-navigation, swift-syntax, swift-dependencies
[51371/126683] Fetching swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump
[64687/127535] Fetching swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump, swift-concurrency-extras
[64705/129069] Fetching swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump, swift-concurrency-extras, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.43s)
[61968/124488] Fetching swift-navigation, swift-syntax, swift-dependencies, swift-concurrency-extras, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.75s)
[55934/118239] Fetching swift-navigation, swift-syntax, swift-concurrency-extras, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.45s)
[55435/117387] Fetching swift-navigation, swift-syntax, swift-identified-collections
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.70s)
[58083/115853] Fetching swift-navigation, swift-syntax
[59493/118263] Fetching swift-navigation, swift-syntax, combine-schedulers
[66130/122638] Fetching swift-navigation, swift-syntax, combine-schedulers, swift-case-paths
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.62s)
[65474/120228] Fetching swift-navigation, swift-syntax, swift-case-paths
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.92s)
[70060/115853] Fetching swift-navigation, swift-syntax
[81333/132444] Fetching swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.34s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (5.93s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.93s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (6.96s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.48s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.44s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.43s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (1.88s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.45s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.49s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.53s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.91s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.50s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.83s)
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 1.20.2
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections 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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
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/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/75] Write sources
[11/75] Copying PrivacyInfo.xcprivacy
[11/75] Write sources
[44/75] Copying PrivacyInfo.xcprivacy
[45/75] Compiling _SwiftSyntaxCShims dummy.c
[46/75] Compiling UIKitNavigationShim shim.m
[47/75] Write swift-version-24593BA9C3E375BF.txt
[49/87] 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
[50/120] 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
[51/122] Compiling Sharing1 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
[52/122] Emitting module Sharing1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/123] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/123] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/123] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/123] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/124] 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
[59/124] 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
[60/124] 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
[61/124] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/124] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/124] Compiling IssueReporting SwiftTesting.swift
[64/124] Compiling IssueReporting UncheckedSendable.swift
[66/124] Emitting module InternalCollectionsUtilities
[67/124] Compiling IssueReporting Warn.swift
[68/124] Compiling IssueReporting FailureObserver.swift
[69/124] Compiling IssueReporting AppHostWarning.swift
[70/124] Compiling IssueReporting Deprecations.swift
[74/124] Compiling IssueReporting ErrorReporting.swift
[75/124] Compiling IssueReporting LockIsolated.swift
[76/124] Compiling IssueReporting Rethrows.swift
[77/124] Emitting module Sharing2
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/124] Compiling Sharing2 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/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/137] 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
[83/137] 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
[84/138] 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
[85/138] 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
[86/138] 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
[87/138] 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
[88/138] 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
[89/138] 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
[91/142] 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
[92/209] Wrapping AST for SwiftSyntax510 for debugging
[94/209] Wrapping AST for SwiftSyntax601 for debugging
[97/209] 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
[98/209] Compiling Blade IPaginator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/209] Compiling Blade ICursorPageLoader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/209] Wrapping AST for SwiftSyntax509 for debugging
[100/209] Wrapping AST for SwiftSyntax600 for debugging
[102/273] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[103/273] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[104/273] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[105/273] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[106/273] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[107/273] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[108/273] Compiling SwiftSyntax RawSyntaxValidation.swift
[109/280] 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
[110/280] 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
[111/280] Compiling SwiftSyntax CommonAncestor.swift
[112/280] Compiling SwiftSyntax Convenience.swift
[113/280] Compiling SwiftSyntax CustomTraits.swift
[114/280] Compiling SwiftSyntax EditorPlaceholder.swift
[115/280] Compiling SwiftSyntax Identifier.swift
[116/280] Compiling SwiftSyntax MemoryLayout.swift
[117/280] Compiling SwiftSyntax MissingNodeInitializers.swift
[118/280] 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
[119/280] 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
[120/280] 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
[121/280] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/280] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/280] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/280] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/280] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/280] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/280] Compiling SwiftSyntax TokenDiagnostic.swift
[134/280] Compiling SwiftSyntax TokenSequence.swift
[135/280] Compiling SwiftSyntax SyntaxCollection.swift
[136/280] Compiling SwiftSyntax SyntaxHashable.swift
[137/280] Compiling SwiftSyntax Trivia.swift
[138/280] Compiling SwiftSyntax Utils.swift
[139/280] Compiling SwiftSyntax ChildNameForKeyPath.swift
[140/280] Compiling SwiftSyntax Keyword.swift
[141/280] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[142/280] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/280] 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
[146/280] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[149/280] 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
[150/282] Compiling SwiftSyntax RawSyntax.swift
[151/282] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[152/282] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[153/282] Compiling SwiftSyntax RawSyntaxTokenView.swift
[154/282] Compiling SwiftSyntax SourceEdit.swift
[155/282] Compiling SwiftSyntax SourceLength.swift
[156/282] Compiling SwiftSyntax RawSyntaxNodesC.swift
[157/282] Compiling SwiftSyntax RawSyntaxNodesD.swift
[158/282] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[159/282] Compiling SwiftSyntax SyntaxBaseNodes.swift
[160/282] Compiling SwiftSyntax SyntaxCollections.swift
[161/282] Compiling SwiftSyntax AbsolutePosition.swift
[162/282] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[163/282] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[164/282] Compiling SwiftSyntax Assert.swift
[165/282] Compiling SwiftSyntax BumpPtrAllocator.swift
[168/282] Compiling Blade PaginationLimitOffset.swift
[169/283] Compiling SwiftSyntax TokenSyntax.swift
[173/283] Compiling SwiftSyntax Syntax.swift
[174/283] Compiling SwiftSyntax SyntaxArena.swift
[179/283] Emitting module Blade
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:73:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
71 |
72 | extension Paginator: IPaginator {
73 | public func refresh() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:83:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
81 | }
82 |
83 | public func loadNextPage() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:33:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 |
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
35 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:38:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
36 | }
37 |
38 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
40 |
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:30:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
28 |
29 | extension LimitOffsetStrategy: IPaginationStrategy {
30 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:37:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
35 | }
36 |
37 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
39 | limit: configuration.limit,
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated initializer 'init(configuration:pageLoader:)' risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'offsetPageLoader' to actor-isolated initializer 'init(configuration:pageLoader:)' risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated initializer 'init(configuration:pageLoader:)' risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'cursorPageLoader' to actor-isolated initializer 'init(configuration:pageLoader:)' risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
[180/283] Compiling Blade Page.swift
[181/283] Compiling Blade CursorPaginationRequest.swift
[182/283] Compiling Blade OffsetPaginationRequest.swift
[183/299] Compiling PerceptionCore BetaChecking.swift
[184/299] Compiling PerceptionCore Exports.swift
[185/307] Compiling PerceptionCore Bindable.swift
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:73:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
71 |
72 | extension Paginator: IPaginator {
73 | public func refresh() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:83:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
81 | }
82 |
83 | public func loadNextPage() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:66:26: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to parameter 'task'; this is an error in the Swift 6 language mode
64 | defer { isLoadingInternal = false }
65 |
66 | return try await task()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to parameter 'task'; this is an error in the Swift 6 language mode
67 | }
68 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:75:19: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
73 | public func refresh() async throws -> Page<T> {
74 | try await perform(
75 | await {
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
76 | let page = try await paginationStrategy.refresh()
77 | elements = page.items
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:76:57: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'refresh()'; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
76 | let page = try await paginationStrategy.refresh()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'refresh()'; this is an error in the Swift 6 language mode
77 | elements = page.items
78 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:85:19: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
83 | public func loadNextPage() async throws -> Page<T> {
84 | try await perform(
85 | await {
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
86 | let page = try await paginationStrategy.loadNextPage()
87 | elements += page.items
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:86:57: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'loadNextPage()'; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
86 | let page = try await paginationStrategy.loadNextPage()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'loadNextPage()'; this is an error in the Swift 6 language mode
87 | elements += page.items
88 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'offsetPageLoader' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'cursorPageLoader' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:76:57: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
76 | let page = try await paginationStrategy.refresh()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'refresh()' risks causing data races between nonisolated and 'self'-isolated uses
77 | elements = page.items
78 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:86:57: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
86 | let page = try await paginationStrategy.loadNextPage()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'loadNextPage()' risks causing data races between nonisolated and 'self'-isolated uses
87 | elements += page.items
88 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:94:34: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
92 |
93 | public func reset() async {
94 | await paginationStrategy.reset()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'reset()' risks causing data races between nonisolated and 'self'-isolated uses
95 | elements = []
96 | isLoadingInternal = false
[186/307] Compiling PerceptionCore Environment.swift
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:73:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
71 |
72 | extension Paginator: IPaginator {
73 | public func refresh() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:83:17: warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
81 | }
82 |
83 | public func loadNextPage() async throws -> Page<T> {
| `- warning: non-sendable type 'Page<T>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:66:26: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to parameter 'task'; this is an error in the Swift 6 language mode
64 | defer { isLoadingInternal = false }
65 |
66 | return try await task()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to parameter 'task'; this is an error in the Swift 6 language mode
67 | }
68 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:75:19: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
73 | public func refresh() async throws -> Page<T> {
74 | try await perform(
75 | await {
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
76 | let page = try await paginationStrategy.refresh()
77 | elements = page.items
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:76:57: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'refresh()'; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
76 | let page = try await paginationStrategy.refresh()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'refresh()'; this is an error in the Swift 6 language mode
77 | elements = page.items
78 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:85:19: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
83 | public func loadNextPage() async throws -> Page<T> {
84 | try await perform(
85 | await {
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
86 | let page = try await paginationStrategy.loadNextPage()
87 | elements += page.items
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:86:57: warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'loadNextPage()'; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
86 | let page = try await paginationStrategy.loadNextPage()
| `- warning: non-sendable result type 'Page<T>' cannot be sent from nonisolated context in call to instance method 'loadNextPage()'; this is an error in the Swift 6 language mode
87 | elements += page.items
88 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:42:30: warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
40 | offsetPageLoader: any IOffsetPageLoader<T>
41 | ) {
42 | paginationStrategy = LimitOffsetStrategy(
| |- warning: sending 'offsetPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'offsetPageLoader' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
43 | configuration: configuration,
44 | pageLoader: offsetPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'configuration' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'configuration' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:52:30: warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
50 | cursorPageLoader: any ICursorPageLoader<T>
51 | ) where T: Identifiable {
52 | paginationStrategy = CursorSeekStrategy(
| |- warning: sending 'cursorPageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'cursorPageLoader' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
53 | configuration: configuration,
54 | pageLoader: cursorPageLoader
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:76:57: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
74 | try await perform(
75 | await {
76 | let page = try await paginationStrategy.refresh()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'refresh()' risks causing data races between nonisolated and 'self'-isolated uses
77 | elements = page.items
78 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:86:57: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
84 | try await perform(
85 | await {
86 | let page = try await paginationStrategy.loadNextPage()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'loadNextPage()' risks causing data races between nonisolated and 'self'-isolated uses
87 | elements += page.items
88 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Paginator.swift:94:34: warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
92 |
93 | public func reset() async {
94 | await paginationStrategy.reset()
| |- warning: sending 'self.paginationStrategy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.paginationStrategy' to nonisolated instance method 'reset()' risks causing data races between nonisolated and 'self'-isolated uses
95 | elements = []
96 | isLoadingInternal = false
[187/307] Compiling PerceptionCore Locking.swift
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:33:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 |
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
35 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:38:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
36 | }
37 |
38 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
40 |
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:30:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
28 |
29 | extension LimitOffsetStrategy: IPaginationStrategy {
30 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:37:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
35 | }
36 |
37 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
39 | limit: configuration.limit,
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:32:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
30 | func refresh() async throws -> Page<Element> {
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
33 | currentPage += 1
34 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:38:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
36 |
37 | func loadNextPage() async throws -> Page<Element> {
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
39 | limit: configuration.limit,
40 | offset: configuration.limit * (currentPage + 1)
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated value of non-Sendable type 'CursorPaginationRequest<Element>' to nonisolated instance method 'loadPage(request:)' risks causing races in between 'self'-isolated and nonisolated uses
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated value of non-Sendable type 'CursorPaginationRequest<Element>' to nonisolated instance method 'loadPage(request:)' risks causing races in between 'self'-isolated and nonisolated uses
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:32:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
30 | func refresh() async throws -> Page<Element> {
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
33 | currentPage += 1
34 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:38:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
36 |
37 | func loadNextPage() async throws -> Page<Element> {
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
39 | limit: configuration.limit,
40 | offset: configuration.limit * (currentPage + 1)
[188/307] Compiling PerceptionCore ThreadLocal.swift
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:33:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 |
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
35 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:38:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
36 | }
37 |
38 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
40 |
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:30:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
28 |
29 | extension LimitOffsetStrategy: IPaginationStrategy {
30 | func refresh() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'refresh()'; this is an error in the Swift 6 language mode
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:37:10: warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
35 | }
36 |
37 | func loadNextPage() async throws -> Page<Element> {
| `- warning: non-sendable type 'Page<Element>' cannot be returned from actor-isolated implementation to caller of protocol requirement 'loadNextPage()'; this is an error in the Swift 6 language mode
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
39 | limit: configuration.limit,
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:32:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
30 | func refresh() async throws -> Page<Element> {
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
33 | currentPage += 1
34 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:38:41: warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
36 |
37 | func loadNextPage() async throws -> Page<Element> {
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
| `- warning: non-sendable result type 'Page<Element>' cannot be sent from nonisolated context in call to instance method 'loadPage(request:)'; this is an error in the Swift 6 language mode
39 | limit: configuration.limit,
40 | offset: configuration.limit * (currentPage + 1)
/host/spi-builder-workspace/Sources/Blade/Classes/Models/Page.swift:9:15: note: consider making generic struct 'Page' conform to the 'Sendable' protocol
7 |
8 | /// A generic struct representing a paginated collection of items.
9 | public struct Page<T: Equatable>: Equatable {
| `- note: consider making generic struct 'Page' conform to the 'Sendable' protocol
10 | // MARK: Properties
11 |
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated value of non-Sendable type 'CursorPaginationRequest<Element>' to nonisolated instance method 'loadPage(request:)' risks causing races in between 'self'-isolated and nonisolated uses
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:34:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
32 | extension CursorSeekStrategy: IPaginationStrategy {
33 | func refresh() async throws -> Page<Element> {
34 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
35 | return page
36 | }
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending value of non-Sendable type 'CursorPaginationRequest<Element>' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated value of non-Sendable type 'CursorPaginationRequest<Element>' to nonisolated instance method 'loadPage(request:)' risks causing races in between 'self'-isolated and nonisolated uses
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/CursorSeekStrategy.swift:39:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
37 |
38 | func loadNextPage() async throws -> Page<Element> {
39 | let page = try await pageLoader.loadPage(request: CursorPaginationRequest(id: id))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
40 |
41 | guard let lastID = page.items.last?.id else {
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:32:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
30 | func refresh() async throws -> Page<Element> {
31 | currentPage = configuration.firstPage
32 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(limit: configuration.limit, offset: .zero))
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
33 | currentPage += 1
34 | return page
/host/spi-builder-workspace/Sources/Blade/Classes/Core/Paginator/Strategies/LimitOffsetStrategy.swift:38:41: warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
36 |
37 | func loadNextPage() async throws -> Page<Element> {
38 | let page = try await pageLoader.loadPage(request: OffsetPaginationRequest(
| |- warning: sending 'self.pageLoader' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'self.pageLoader' to nonisolated instance method 'loadPage(request:)' risks causing data races between nonisolated and 'self'-isolated uses
39 | limit: configuration.limit,
40 | offset: configuration.limit * (currentPage + 1)
[189/320] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/320] Compiling OrderedCollections OrderedSet+SubSequence.swift
[191/320] Compiling OrderedCollections OrderedSet+Testing.swift
[192/320] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[193/320] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[194/320] Compiling OrderedCollections OrderedSet.swift
[195/320] Compiling OrderedCollections _UnsafeBitset.swift
[197/320] 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
[198/320] 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
[199/320] 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
[200/321] 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
[201/321] 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
[202/321] 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
[203/322] 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
[204/322] 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
[205/322] 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
[206/322] Emitting module OrderedCollections
[207/322] 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
[208/323] 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
[209/323] 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
[210/323] 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
[211/323] 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
[212/323] 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
[213/323] 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
[214/324] Emitting module PerceptionCore
[215/325] 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
[220/325] 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
[221/325] 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
[222/325] Compiling PerceptionCore PerceptionTracking.swift
[223/325] Compiling PerceptionCore Perceptible.swift
[224/325] Compiling PerceptionCore PerceptionChecking.swift
[225/325] Compiling PerceptionCore PerceptionRegistrar.swift
[227/325] 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
[229/325] Compiling PerceptionCore WithPerceptionTracking.swift
[230/325] 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
[231/325] 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
[232/325] 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
[233/325] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/325] 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
[242/346] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/346] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/346] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/402] 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
[246/402] 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
[247/408] Emitting module IdentifiedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/408] 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
[249/408] 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
[250/408] 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
[251/408] 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
[252/408] 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
[253/408] 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
[254/408] 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
[255/408] 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
[256/408] 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
[257/408] 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
[258/408] 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
[259/408] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/408] 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
[261/408] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[266/412] 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
[267/412] 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
[268/412] 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
[269/412] 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
[270/412] 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
[271/412] 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
[272/413] 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
[273/413] 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
[274/413] Compiling CustomDump String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[279/416] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/416] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/416] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[290/416] 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
[291/416] 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
[292/416] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/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/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"
[296/416] Emitting module CustomDump
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[302/416] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[312/417] Compiling CustomDump Unordered.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/417] Compiling CustomDump XCTAssertDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/417] Compiling CustomDump XCTAssertNoDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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)
[315/417] 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 | }
[320/417] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/28] Write swift-version-24593BA9C3E375BF.txt
[2/41] Emitting module SwiftSyntax510
[3/41] Compiling SwiftSyntax510 Empty.swift
[4/67] Compiling SwiftSyntax601 Empty.swift
[6/67] Compiling Sharing1 Empty.swift
[7/67] Emitting module Sharing1
[8/68] Compiling Sharing2 Empty.swift
[9/68] Emitting module Sharing2
[10/68] Emitting module SwiftSyntax601
[11/68] Emitting module SwiftSyntax600
[12/69] Compiling SwiftSyntax600 Empty.swift
[13/69] Emitting module SwiftSyntax509
[14/71] Compiling SwiftSyntax509 Empty.swift
[16/71] Compiling Blade Page.swift
[17/72] Compiling Blade PaginationLimitOffset.swift
[18/72] Compiling Blade CursorPaginationRequest.swift
[19/72] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/72] Compiling InternalCollectionsUtilities Debugging.swift
[23/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/73] Compiling InternalCollectionsUtilities Descriptions.swift
[26/73] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/72] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/72] Compiling InternalCollectionsUtilities Integer rank.swift
[32/70] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/70] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/70] Compiling Blade OffsetPaginationRequest.swift
[35/89] Compiling IssueReporting ErrorReporting.swift
[36/89] Compiling IssueReporting AppHostWarning.swift
[37/89] Emitting module Blade
[38/89] Compiling IssueReporting LockIsolated.swift
[39/89] Compiling IssueReporting Rethrows.swift
[41/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/165] Compiling ConcurrencyExtras MainSerialExecutor.swift
[43/166] Compiling ConcurrencyExtras LockIsolated.swift
[44/166] Compiling SwiftSyntax SyntaxArena.swift
[45/166] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[46/166] Emitting module ConcurrencyExtras
[47/166] Compiling SwiftSyntax SyntaxHashable.swift
[48/166] Compiling SwiftSyntax Identifier.swift
[49/166] Compiling ConcurrencyExtras Task.swift
[50/166] Compiling ConcurrencyExtras Result.swift
[52/166] Compiling SwiftSyntax MemoryLayout.swift
[53/166] Compiling SwiftSyntax SourceLocation.swift
[54/166] Compiling SwiftSyntax SourcePresence.swift
[55/168] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[56/168] Compiling SwiftSyntax RawSyntaxTokenView.swift
[57/168] Compiling SwiftSyntax SourceEdit.swift
[58/168] Compiling SwiftSyntax SourceLength.swift
[59/168] Emitting module InternalCollectionsUtilities
[62/168] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[63/168] Compiling SwiftSyntax Syntax.swift
[64/169] Compiling SwiftSyntax MissingNodeInitializers.swift
[65/169] Compiling SwiftSyntax RawSyntax.swift
[66/169] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/169] Compiling ConcurrencyExtras UncheckedSendable.swift
[72/225] Compiling OrderedCollections OrderedSet+Invariants.swift
[73/225] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[74/225] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[75/225] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[76/225] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[77/225] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[78/225] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/225] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/225] Emitting module IssueReporting
[81/225] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/225] Compiling OrderedCollections OrderedDictionary+Values.swift
[83/225] Compiling OrderedCollections OrderedDictionary+Codable.swift
[85/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[86/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[87/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[88/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[89/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[90/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[91/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[92/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/242] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/242] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[99/269] Compiling Clocks Lock.swift
[100/270] Compiling OrderedCollections OrderedDictionary.swift
[101/270] Compiling OrderedCollections OrderedSet+Codable.swift
[102/270] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[103/270] Compiling OrderedCollections OrderedSet+Descriptions.swift
[104/270] Compiling OrderedCollections OrderedSet+Diffing.swift
[105/270] Compiling OrderedCollections OrderedSet+Equatable.swift
[106/270] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[107/270] Compiling OrderedCollections OrderedSet+Hashable.swift
[108/270] Compiling OrderedCollections OrderedSet+Initializers.swift
[109/270] Compiling OrderedCollections OrderedSet+Insertions.swift
[112/270] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[113/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[114/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[115/270] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[116/270] Compiling XCTestDynamicOverlay Exports.swift
[117/270] Compiling Clocks Timer.swift
[118/270] Compiling PerceptionCore Bindable.swift
[119/270] Compiling PerceptionCore Environment.swift
[120/270] Compiling PerceptionCore BetaChecking.swift
[121/270] Compiling PerceptionCore Exports.swift
[122/270] Compiling PerceptionCore Locking.swift
[123/270] Compiling PerceptionCore ThreadLocal.swift
[124/270] Compiling PerceptionCore Perceptible.swift
[125/270] Compiling PerceptionCore PerceptionChecking.swift
[132/271] Emitting module CombineSchedulers
[135/271] Compiling CombineSchedulers UnimplementedScheduler.swift
[136/271] Compiling CombineSchedulers UIScheduler.swift
[137/271] Compiling CombineSchedulers Timer.swift
[138/271] Compiling CombineSchedulers UIKit.swift
[144/273] Compiling PerceptionCore Unchecked.swift
[145/273] Compiling PerceptionCore _PerceptionRegistrar.swift
[146/273] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[147/273] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[148/273] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[149/273] Compiling OrderedCollections OrderedDictionary+Elements.swift
[150/273] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[151/273] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[152/273] Compiling PerceptionCore PerceptionTracking.swift
[153/273] Compiling Clocks AnyClock.swift
[154/273] Emitting module Clocks
[155/273] Compiling Clocks ImmediateClock.swift
[158/273] Compiling Clocks _AsyncTimerSequence.swift
[159/273] Compiling PerceptionCore WithPerceptionTracking.swift
[160/273] Emitting module PerceptionCore
[161/273] Compiling Clocks SwiftUI.swift
[162/273] Compiling Clocks TestClock.swift
[163/273] Compiling Clocks UnimplementedClock.swift
[164/274] Emitting module XCTestDynamicOverlay
[165/274] Compiling XCTestDynamicOverlay Deprecations.swift
[170/275] Compiling PerceptionCore PerceptionRegistrar.swift
[174/314] Compiling CustomDump AnyType.swift
[175/314] Compiling CustomDump CollectionDifference.swift
[176/314] Compiling OrderedCollections _HashTable+Constants.swift
[177/314] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[178/314] Compiling OrderedCollections _HashTable+Testing.swift
[179/314] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[180/314] Compiling OrderedCollections _HashTable.swift
[181/314] Compiling OrderedCollections _Hashtable+Header.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[182/336] 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"
[183/336] Emitting module CasePathsCore
[184/336] Compiling Dependencies Assert.swift
[185/336] Compiling Dependencies Calendar.swift
[186/336] Compiling CasePathsCore KeyPath+Sendable.swift
[187/336] Compiling Dependencies MainRunLoop.swift
[188/336] Compiling Dependencies OpenURL.swift
[189/336] Compiling Dependencies TimeZone.swift
[190/336] Compiling Dependencies URLSession.swift
[191/336] Compiling CasePathsCore TypeName.swift
[192/336] Compiling CasePathsCore UncheckedSendable.swift
[193/343] Compiling CasePathsCore Never+CasePathable.swift
[197/343] Compiling Dependencies Locale.swift
[198/343] Compiling Dependencies MainQueue.swift
[200/343] Compiling Dependencies Exports.swift
[201/343] Compiling Dependencies TypeName.swift
[202/343] Compiling Dependencies PreviewTrait.swift
[203/343] 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"
[204/343] Compiling Dependencies WithRandomNumberGenerator.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"
[205/343] Compiling Dependencies AppEntryPoint.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"
[206/343] Compiling Dependencies Deprecations.swift
[211/343] Compiling Dependencies Clocks.swift
[212/343] Compiling Dependencies Dependency.swift
[213/343] Compiling Dependencies Date.swift
[214/343] Compiling Dependencies FireAndForget.swift
[217/343] Compiling CasePathsCore Optional+CasePathable.swift
[218/343] Compiling OrderedCollections OrderedSet+Sendable.swift
[219/343] Compiling OrderedCollections OrderedSet+SubSequence.swift
[220/343] Compiling OrderedCollections OrderedSet+Testing.swift
[221/343] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[222/343] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[223/343] Compiling OrderedCollections OrderedSet.swift
[224/343] Compiling OrderedCollections _UnsafeBitset.swift
[225/343] Compiling Dependencies DependencyContext.swift
[226/343] Compiling Dependencies DependencyKey.swift
[227/343] Compiling Dependencies DependencyValues.swift
[228/343] Compiling Dependencies Context.swift
[235/343] Compiling Dependencies TestTrait.swift
[236/343] Compiling Dependencies WithDependencies.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/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/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/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 | }
[244/343] Compiling CasePathsCore Result+CasePathable.swift
[245/344] Emitting module OrderedCollections
[246/345] Compiling CustomDump Unordered.swift
[247/345] Compiling CustomDump XCTAssertDifference.swift
[248/345] Compiling CustomDump XCTAssertNoDifference.swift
[250/345] Emitting module CustomDump
BUILD FAILURE 6.1 wasm