The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of StoreFlowable with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaKago/StoreFlowable.swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KazaKago/StoreFlowable.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c958c0 fix workflow
Cloned https://github.com/KazaKago/StoreFlowable.swift.git
Revision (git rev-parse @):
3c958c01f378dbadcf0526edffc67ec7d9d60123
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/KazaKago/StoreFlowable.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/KazaKago/StoreFlowable.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/28] Compiling AsyncExtensions AsyncSequence+Multicast.swift
[5/28] Compiling AsyncExtensions AsyncSequence+Prepend.swift
[6/28] Compiling AsyncExtensions AsyncSequence+Scan.swift
[7/31] Emitting module AsyncExtensions
[8/31] Compiling AsyncExtensions AsyncSequences+Empty.swift
[9/31] Compiling AsyncExtensions AsyncSequences+Fail.swift
[10/31] Compiling AsyncExtensions AsyncSequences+From.swift
[11/31] Compiling AsyncExtensions AsyncSequences+Just.swift
[12/31] Compiling AsyncExtensions ConcurrentAccessRegulator.swift
[13/31] Compiling AsyncExtensions AsyncSequence+Assign.swift
[14/31] Compiling AsyncExtensions AsyncSequence+Collect.swift
[15/31] Compiling AsyncExtensions Streamed.swift
[16/31] Compiling AsyncExtensions Termination.swift
[17/31] Compiling AsyncExtensions AsyncIteratorByRef.swift
[18/31] Compiling AsyncExtensions AsyncSequence+Share.swift
[19/31] Compiling AsyncExtensions AsyncSequence+SwitchToLatest.swift
[20/31] Compiling AsyncExtensions AsyncSequence+WithLatestFrom.swift
[21/31] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[22/31] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[23/31] Compiling AsyncExtensions AsyncSequence+HandleEvents.swift
[24/31] Compiling AsyncExtensions AsyncStreams+CurrentValue.swift
[25/31] Compiling AsyncExtensions AsyncStreams+Passthrough.swift
[26/31] Compiling AsyncExtensions AsyncStreams+Replay.swift
[27/31] Compiling AsyncExtensions AsyncStreams.swift
[28/31] Compiling AsyncExtensions AsyncSequences+Merge.swift
[29/31] Compiling AsyncExtensions AsyncSequences+Timer.swift
[30/31] Compiling AsyncExtensions AsyncSequences+Zip.swift
[31/31] Compiling AsyncExtensions AsyncSequences.swift
[32/74] Compiling StoreFlowable DataStateManager.swift
[33/74] Compiling StoreFlowable AdditionalRequestOnErrorStateException.swift
[34/74] Compiling StoreFlowable AdditionalRequestOnNilException.swift
[35/74] Compiling StoreFlowable NoSuchElementError.swift
[36/74] Compiling StoreFlowable Fetcher.swift
[37/74] Compiling StoreFlowable PaginationFetcher.swift
[38/80] Compiling StoreFlowable Rethrow.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[39/80] Compiling StoreFlowable TaskSelect.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[40/80] Compiling StoreFlowable LoadingState.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[41/80] Compiling StoreFlowable LoadingStateSequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[42/80] Compiling StoreFlowable LoadingStateSequenceCombiner.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[43/80] Compiling StoreFlowable LoadingStateSequenceMapper.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
    return await withTaskCancellationHandler {
                 ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[44/80] Compiling StoreFlowable LoadingStateZipper.swift
[45/80] Compiling StoreFlowable AdditionalDataState.swift
[46/80] Compiling StoreFlowable AnyDataStateFlowAccessor.swift
[47/80] Compiling StoreFlowable AnyDataStateManager.swift
[48/80] Compiling StoreFlowable DataState.swift
[49/80] Compiling StoreFlowable DataStateFlowAccessor.swift
[50/80] Compiling StoreFlowable StoreFlowableImpl.swift
[51/80] Compiling StoreFlowable StringUtils.swift
[52/80] Compiling StoreFlowable AnyOriginDataManager.swift
[53/80] Compiling StoreFlowable InternalFetched.swift
[54/80] Compiling StoreFlowable OriginDataManager.swift
[55/80] Compiling StoreFlowable AnyPaginationStoreFlowable.swift
[56/80] Compiling StoreFlowable TwoWayPaginationFetcher.swift
[57/80] Compiling StoreFlowable GettingFrom.swift
[58/80] Compiling StoreFlowable DataSelector.swift
[59/80] Compiling StoreFlowable DataStateMapper.swift
[60/80] Compiling StoreFlowable KeyedRequestType.swift
[61/80] Compiling StoreFlowable RequestType.swift
[62/80] Compiling StoreFlowable AnyStoreFlowable.swift
[63/80] Compiling StoreFlowable AnyCacheDataManager.swift
[64/80] Compiling StoreFlowable AnyRequestKeyManager.swift
[65/80] Compiling StoreFlowable CacheDataManager.swift
[66/80] Compiling StoreFlowable RequestKeyManager.swift
[67/80] Compiling StoreFlowable Cacher.swift
[68/80] Compiling StoreFlowable PaginationStoreFlowable.swift
[69/80] Compiling StoreFlowable AnyTwoWayPaginationStoreFlowable.swift
[70/80] Compiling StoreFlowable TwoWayPaginationStoreFlowable.swift
[71/80] Compiling StoreFlowable StoreFlowable.swift
[72/80] Compiling StoreFlowable StoreFlowableExtension.swift
[73/80] Compiling StoreFlowable UnitHash.swift
[74/80] Emitting module StoreFlowable
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[75/80] Compiling StoreFlowable PaginationCacher.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[76/80] Compiling StoreFlowable TwoWayPaginationCacher.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[77/80] Compiling StoreFlowable AdditionalLoadingState.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[78/80] Compiling StoreFlowable AdditionalLoadingStateZipper.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[79/80] Compiling StoreFlowable AsyncCombineLatest2Sequence.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
[80/80] Compiling StoreFlowable Locking.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:13:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Darwin
                     ^
Build complete! (6.15s)
Fetching https://github.com/AsyncCommunity/AsyncExtensions from cache
Fetched https://github.com/AsyncCommunity/AsyncExtensions from cache (0.16s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.4.0 (0.34s)
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.4.0
Build complete.
Done.