The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Blade, reference dev (f8ff62), with Swift 6.1 for Wasm on 29 May 2025 15:53:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: dev
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
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at f8ff627 Bump codecov version from `3.1.0` to `4.5.0` (#5)
Cloned https://github.com/space-code/blade.git
Revision (git rev-parse @):
f8ff627ab3044d982f98e852d12afa1735dfe3fd
SUCCESS checkout https://github.com/space-code/blade.git at dev
========================================
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-0":/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.98s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.20.2 (15.55s)
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-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-navigation
[1/1411] Fetching swift-perception
[16/4667] Fetching swift-perception, swift-sharing
[4668/6201] Fetching swift-perception, swift-sharing, swift-identified-collections
[5083/11659] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[6350/57060] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.53s)
Fetching https://github.com/pointfreeco/swift-dependencies
[10958/55526] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation
[26925/125978] Fetching swift-perception, swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.81s)
[30526/122722] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.82s)
[27588/117264] Fetching swift-perception, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[49569/123513] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies
[60768/128094] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.69s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Fetching https://github.com/pointfreeco/combine-schedulers
[60198/117264] Fetching swift-perception, swift-navigation, swift-syntax
[67245/121639] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths
[73733/122491] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths, swift-concurrency-extras
[75415/124901] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.47s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.48s)
[75994/119674] Fetching swift-perception, swift-navigation, swift-syntax, combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.49s)
[75698/117264] Fetching swift-perception, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-perception from cache (2.00s)
[95422/115853] Fetching swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.03s)
[52839/70452] Fetching swift-syntax
[56363/87043] Fetching swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.66s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.35s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (8.25s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.88s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.90s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.01s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.87s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.35s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.18s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.81s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (5.79s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.00s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.74s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (2.03s)
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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.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-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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/75] Write sources
[0/75] Copying PrivacyInfo.xcprivacy
[0/75] Write sources
[45/75] Compiling UIKitNavigationShim shim.m
[46/75] Compiling _SwiftSyntaxCShims dummy.c
[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] 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
[52/122] 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
[53/122] 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
[54/122] 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
[55/124] 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
[56/124] 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
[57/124] 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
[58/124] 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
[60/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/125] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/125] 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
[63/126] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/126] Compiling InternalCollectionsUtilities Debugging.swift
[65/126] Compiling InternalCollectionsUtilities Descriptions.swift
[66/126] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/127] 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
[69/127] 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
[72/128] 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
[73/128] 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
[74/128] 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
[75/128] 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
[76/128] 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
[78/128] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/128] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/128] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/150] Emitting module InternalCollectionsUtilities
[84/150] Compiling ConcurrencyExtras ActorIsolated.swift
[85/150] Compiling ConcurrencyExtras AnyHashableSendable.swift
[86/151] Compiling ConcurrencyExtras AsyncStream.swift
[87/151] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[88/151] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/152] 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
[90/152] 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
[90/153] Wrapping AST for SwiftSyntax510 for debugging
[91/153] Wrapping AST for SwiftSyntax601 for debugging
[95/168] 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
[95/196] Wrapping AST for SwiftSyntax509 for debugging
[96/218] Wrapping AST for SwiftSyntax600 for debugging
[98/218] 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
[99/218] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/218] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/218] 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
[102/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[103/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[104/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[105/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[106/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[107/273] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[108/273] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[109/280] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/280] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/280] Compiling OrderedCollections _HashTable+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/280] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/280] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[117/280] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/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
[119/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[121/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[122/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[123/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[124/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[125/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[129/280] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/281] 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
[133/281] 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
[136/298] Compiling OrderedCollections OrderedDictionary.swift
[137/298] Compiling OrderedCollections OrderedSet+Codable.swift
[138/298] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[139/298] Compiling OrderedCollections OrderedSet+Descriptions.swift
[140/298] Compiling OrderedCollections OrderedSet+Diffing.swift
[141/298] Compiling OrderedCollections OrderedSet+Equatable.swift
[142/298] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[143/298] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/298] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/298] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/298] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/298] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[148/298] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[149/298] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[150/298] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[151/298] Compiling OrderedCollections OrderedDictionary+Values.swift
[152/298] Compiling OrderedCollections OrderedDictionary+Codable.swift
[153/298] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[154/298] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[155/298] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[156/298] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[157/298] Compiling OrderedCollections OrderedDictionary+Elements.swift
[158/298] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[159/298] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[160/298] Compiling OrderedCollections OrderedSet+Initializers.swift
[161/298] Compiling OrderedCollections OrderedSet+Insertions.swift
[162/298] Compiling OrderedCollections OrderedSet+Invariants.swift
[163/298] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[164/298] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[165/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[166/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[167/298] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/310] 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
[169/311] Compiling CombineSchedulers SwiftUI.swift
[170/311] Compiling CombineSchedulers TestScheduler.swift
[171/319] Compiling Blade CursorPaginationRequest.swift
[172/319] Compiling Blade PaginationLimitOffset.swift
[173/319] Compiling Blade Page.swift
[174/319] 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
[175/319] 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
[176/319] 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
[177/319] 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
[178/319] 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
[179/319] 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
[180/320] 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
[181/320] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[184/320] 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
[185/320] 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
[186/320] 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
[189/320] 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
[190/321] Emitting module PerceptionCore
[191/322] Compiling Blade OffsetPaginationRequest.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
/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
/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)
/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)
[196/322] 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
[197/323] 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
[198/323] 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
[199/324] Compiling PerceptionCore PerceptionTracking.swift
[201/324] 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
[202/324] 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
[203/324] Compiling PerceptionCore WithPerceptionTracking.swift
[205/324] Compiling PerceptionCore Perceptible.swift
[206/324] Compiling PerceptionCore PerceptionChecking.swift
[207/324] Compiling PerceptionCore PerceptionRegistrar.swift
[208/324] 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
[209/324] 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
[211/325] Compiling OrderedCollections OrderedSet+Sendable.swift
[212/325] Compiling OrderedCollections OrderedSet+SubSequence.swift
[213/325] Compiling OrderedCollections OrderedSet+Testing.swift
[214/325] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[215/325] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[216/325] Compiling OrderedCollections OrderedSet.swift
[217/325] Compiling OrderedCollections _UnsafeBitset.swift
[226/335] Compiling CasePathsCore AnyCasePath.swift
[227/335] Compiling CasePathsCore CasePathIterable.swift
[228/335] Compiling CasePathsCore CasePathReflectable.swift
[229/335] Compiling CasePathsCore CasePathable.swift
[235/336] 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
[236/336] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/337] 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
[238/364] 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
[239/364] Compiling CustomDump CoreImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/364] Compiling CustomDump CoreLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/364] 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
[242/364] 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
[243/365] 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
[244/365] 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
[245/365] 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
[246/365] 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
[247/365] Emitting module OrderedCollections
[250/366] 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
[251/366] Compiling CustomDump CoreMotion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/366] Compiling CustomDump Foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/390] Compiling CustomDump Identifiable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/390] Compiling CustomDump Mirror.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/390] 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
[257/411] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/411] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/411] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/411] 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
[261/411] Compiling IdentifiedCollections IdentifiedArray+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
/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"
[262/411] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[263/411] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
 1 | import Foundation
 2 |
 3 | extension Thread {
   |           `- error: cannot find type 'Thread' in scope
 4 |   static var isPreviewAppEntryPoint: Bool {
 5 |     guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[264/414] 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
[265/414] 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
[266/414] 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
[267/414] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/414] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/414] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/414] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/414] Compiling IdentifiedCollections Identified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/414] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/414] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/414] 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
[280/414] 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
[281/414] 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
[282/414] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/414] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/414] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[308/425] 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 |           }
[313/425] 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
[314/425] 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
[315/425] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[322/425] Compiling IdentifiedCollections IdentifiedArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/425] Compiling IdentifiedCollections IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/425] 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
[326/426] 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
[327/426] 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
[328/426] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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-0":/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/92] Emitting module SwiftSyntax510
[3/92] Compiling SwiftSyntax510 Empty.swift
[4/93] Compiling IssueReporting SwiftTesting.swift
[5/93] Compiling IssueReporting UncheckedSendable.swift
[6/94] Emitting module Sharing2
[8/93] Emitting module SwiftSyntax509
[9/93] Compiling SwiftSyntax509 Empty.swift
[10/94] Compiling Sharing2 Empty.swift
[11/95] Emitting module Sharing1
[12/95] Compiling Sharing1 Empty.swift
[13/96] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/96] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/96] Emitting module ConcurrencyExtras
[16/96] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/97] Compiling Blade PaginationLimitOffset.swift
[18/97] Emitting module Blade
[19/97] Compiling Blade CursorPaginationRequest.swift
[21/97] Compiling Blade Page.swift
[24/99] Compiling Blade OffsetPaginationRequest.swift
[25/99] Emitting module SwiftSyntax601
[26/99] Compiling SwiftSyntax601 Empty.swift
[27/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/100] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/100] Compiling InternalCollectionsUtilities Debugging.swift
[30/101] Compiling InternalCollectionsUtilities Descriptions.swift
[31/101] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/101] Compiling ConcurrencyExtras Locking.swift
[33/101] Compiling ConcurrencyExtras UncheckedBox.swift
[34/101] Compiling ConcurrencyExtras LockIsolated.swift
[35/101] Emitting module IssueReporting
[36/101] Compiling ConcurrencyExtras AsyncStream.swift
[37/101] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[40/103] Compiling ConcurrencyExtras Result.swift
[41/103] Compiling ConcurrencyExtras Task.swift
[42/102] Compiling IssueReporting TestContext.swift
[43/102] Compiling IssueReporting Unimplemented.swift
[48/102] Compiling IssueReporting BreakpointReporter.swift
[49/102] Compiling IssueReporting FatalErrorReporter.swift
[52/102] Compiling ConcurrencyExtras UncheckedSendable.swift
[54/102] Compiling IssueReporting AppHostWarning.swift
[55/102] Compiling IssueReporting Deprecations.swift
[56/104] Emitting module InternalCollectionsUtilities
[71/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/107] Compiling SwiftSyntax600 Empty.swift
[73/107] Emitting module SwiftSyntax600
[82/107] Compiling IssueReporting WithExpectedIssue.swift
[83/107] Compiling IssueReporting WithIssueContext.swift
[85/259] Compiling PerceptionCore Bindable.swift
[86/259] Compiling PerceptionCore Environment.swift
[87/260] Emitting module CombineSchedulers
[90/264] Compiling PerceptionCore BetaChecking.swift
[91/264] Compiling PerceptionCore Exports.swift
[92/264] Compiling PerceptionCore Locking.swift
[93/264] Compiling PerceptionCore ThreadLocal.swift
[94/264] Compiling CombineSchedulers UIScheduler.swift
[95/264] Compiling CombineSchedulers UIKit.swift
[98/264] Compiling PerceptionCore Unchecked.swift
[99/264] Compiling PerceptionCore _PerceptionRegistrar.swift
[102/264] Compiling CombineSchedulers Timer.swift
[103/264] Compiling Clocks Timer.swift
[104/265] Compiling Clocks ImmediateClock.swift
[105/265] Compiling XCTestDynamicOverlay Exports.swift
[106/265] Compiling CombineSchedulers UnimplementedScheduler.swift
[107/266] Compiling PerceptionCore WithPerceptionTracking.swift
[108/266] Emitting module Clocks
[109/266] Compiling Clocks AnyClock.swift
[110/266] Emitting module PerceptionCore
[111/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/266] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[119/273] Compiling PerceptionCore PerceptionRegistrar.swift
[120/273] Compiling PerceptionCore Perceptible.swift
[121/273] Compiling PerceptionCore PerceptionChecking.swift
[122/273] Compiling PerceptionCore PerceptionTracking.swift
[123/273] Compiling Clocks _AsyncTimerSequence.swift
[124/273] Compiling Clocks SwiftUI.swift
[125/273] Compiling Clocks Lock.swift
[126/273] Compiling Clocks TestClock.swift
[129/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[132/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[133/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[134/274] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[135/274] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/274] Emitting module XCTestDynamicOverlay
[138/274] Compiling XCTestDynamicOverlay Deprecations.swift
[139/275] Compiling Clocks UnimplementedClock.swift
[142/276] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[143/276] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/276] Compiling OrderedCollections OrderedSet+Diffing.swift
[145/276] Compiling OrderedCollections OrderedSet+Equatable.swift
[146/276] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[147/276] Compiling OrderedCollections OrderedSet+Hashable.swift
[148/276] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/276] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/276] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/276] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/276] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/276] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/276] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/276] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/276] Compiling OrderedCollections OrderedDictionary+Codable.swift
[157/276] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[158/276] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[159/276] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[160/276] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[161/276] Compiling OrderedCollections OrderedDictionary+Elements.swift
[162/276] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[163/276] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[183/345] Compiling Dependencies Date.swift
[184/345] Compiling Dependencies FireAndForget.swift
[185/345] Compiling Dependencies Locale.swift
[186/345] Compiling Dependencies MainQueue.swift
[187/345] Compiling Dependencies DependencyContext.swift
[188/345] Compiling Dependencies DependencyKey.swift
[189/345] Compiling Dependencies DependencyValues.swift
[190/345] Compiling Dependencies Context.swift
[191/348] Compiling Dependencies MainRunLoop.swift
[192/348] Compiling Dependencies UUID.swift
[193/348] Compiling Dependencies WithRandomNumberGenerator.swift
[194/348] 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"
/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"
/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"
[198/351] Emitting module CasePathsCore
[199/351] Compiling CasePathsCore AnyCasePath.swift
[200/351] Compiling CasePathsCore CasePathIterable.swift
[201/352] Compiling OrderedCollections OrderedSet+Sendable.swift
[202/352] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/352] Compiling OrderedCollections OrderedSet+Testing.swift
[204/352] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/352] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/352] Compiling OrderedCollections OrderedSet.swift
[207/352] Compiling OrderedCollections _UnsafeBitset.swift
[208/352] Compiling CasePathsCore UncheckedSendable.swift
[209/352] Compiling CasePathsCore KeyPath+Sendable.swift
[210/352] Compiling CasePathsCore TypeName.swift
[214/352] Compiling CasePathsCore Never+CasePathable.swift
[215/352] Compiling CasePathsCore Optional+CasePathable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[216/352] 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"
[220/352] Compiling Dependencies Exports.swift
[221/352] Compiling Dependencies TypeName.swift
[222/352] Compiling Dependencies PreviewTrait.swift
[225/352] Compiling CasePathsCore CasePathReflectable.swift
[226/352] Compiling CasePathsCore CasePathable.swift
[227/352] Compiling CasePathsCore Result+CasePathable.swift
[228/352] Emitting module OrderedCollections
[229/352] Compiling Dependencies OpenURL.swift
[230/352] Compiling Dependencies TimeZone.swift
[231/352] Compiling Dependencies URLSession.swift
[232/352] Compiling Dependencies Deprecations.swift
[236/352] Compiling Dependencies TestTrait.swift
[244/353] Compiling Dependencies WithDependencies.swift
[245/353] Compiling CustomDump CollectionDifference.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 |           }
[257/354] Compiling CustomDump Unordered.swift
[258/354] Compiling CustomDump XCTAssertDifference.swift
[259/354] Compiling CustomDump XCTAssertNoDifference.swift
[260/354] Emitting module CustomDump
BUILD FAILURE 6.1 wasm