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: 4.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KazaKago/StoreFlowable.swift
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at da1f92f Merge branch 'release/4.1.0'
Cloned https://github.com/KazaKago/StoreFlowable.swift.git
Revision (git rev-parse @):
da1f92fe9d721be8c65e369d01edcc3a30324aba
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/KazaKago/StoreFlowable.swift.git at 4.1.0
========================================
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 ConcurrentAccessRegulator.swift
[5/28] Compiling AsyncExtensions AsyncSequence+Assign.swift
[6/28] Compiling AsyncExtensions AsyncSequence+Collect.swift
[7/28] Compiling AsyncExtensions AsyncStreams+CurrentValue.swift
[8/28] Compiling AsyncExtensions AsyncStreams+Passthrough.swift
[9/28] Compiling AsyncExtensions AsyncStreams+Replay.swift
[10/28] Compiling AsyncExtensions AsyncStreams.swift
[11/28] Compiling AsyncExtensions AsyncSequence+Multicast.swift
[12/28] Compiling AsyncExtensions AsyncSequence+Prepend.swift
[13/28] Compiling AsyncExtensions AsyncSequence+Scan.swift
[14/28] Compiling AsyncExtensions AsyncSequences+Empty.swift
[15/28] Compiling AsyncExtensions AsyncSequences+Fail.swift
[16/28] Compiling AsyncExtensions AsyncSequences+From.swift
[17/28] Compiling AsyncExtensions AsyncSequences+Just.swift
[18/31] Emitting module AsyncExtensions
[19/31] Compiling AsyncExtensions Streamed.swift
[20/31] Compiling AsyncExtensions Termination.swift
[21/31] Compiling AsyncExtensions AsyncIteratorByRef.swift
[22/31] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[23/31] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[24/31] Compiling AsyncExtensions AsyncSequence+HandleEvents.swift
[25/31] Compiling AsyncExtensions AsyncSequences+Merge.swift
[26/31] Compiling AsyncExtensions AsyncSequences+Timer.swift
[27/31] Compiling AsyncExtensions AsyncSequences+Zip.swift
[28/31] Compiling AsyncExtensions AsyncSequences.swift
[29/31] Compiling AsyncExtensions AsyncSequence+Share.swift
[30/31] Compiling AsyncExtensions AsyncSequence+SwitchToLatest.swift
[31/31] Compiling AsyncExtensions AsyncSequence+WithLatestFrom.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/74] Emitting module StoreFlowable
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[39/74] Compiling StoreFlowable LoadingStateZipper.swift
[40/74] Compiling StoreFlowable AdditionalDataState.swift
[41/74] Compiling StoreFlowable AnyDataStateFlowAccessor.swift
[42/74] Compiling StoreFlowable AnyDataStateManager.swift
[43/74] Compiling StoreFlowable DataState.swift
[44/74] Compiling StoreFlowable DataStateFlowAccessor.swift
[45/80] Compiling StoreFlowable Rethrow.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[46/80] Compiling StoreFlowable TaskSelect.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[47/80] Compiling StoreFlowable LoadingState.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[48/80] Compiling StoreFlowable LoadingStateSequence.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[49/80] Compiling StoreFlowable LoadingStateSequenceCombiner.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[50/80] Compiling StoreFlowable LoadingStateSequenceMapper.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[51/80] Compiling StoreFlowable AnyStoreFlowable.swift
[52/80] Compiling StoreFlowable AnyCacheDataManager.swift
[53/80] Compiling StoreFlowable AnyRequestKeyManager.swift
[54/80] Compiling StoreFlowable CacheDataManager.swift
[55/80] Compiling StoreFlowable RequestKeyManager.swift
[56/80] Compiling StoreFlowable Cacher.swift
[57/80] Compiling StoreFlowable StoreFlowableImpl.swift
[58/80] Compiling StoreFlowable StringUtils.swift
[59/80] Compiling StoreFlowable AnyOriginDataManager.swift
[60/80] Compiling StoreFlowable InternalFetched.swift
[61/80] Compiling StoreFlowable OriginDataManager.swift
[62/80] Compiling StoreFlowable AnyPaginationStoreFlowable.swift
[63/80] Compiling StoreFlowable TwoWayPaginationFetcher.swift
[64/80] Compiling StoreFlowable GettingFrom.swift
[65/80] Compiling StoreFlowable DataSelector.swift
[66/80] Compiling StoreFlowable DataStateMapper.swift
[67/80] Compiling StoreFlowable KeyedRequestType.swift
[68/80] Compiling StoreFlowable RequestType.swift
[69/80] Compiling StoreFlowable PaginationCacher.swift
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[70/80] Compiling StoreFlowable TwoWayPaginationCacher.swift
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[71/80] Compiling StoreFlowable AdditionalLoadingState.swift
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[72/80] Compiling StoreFlowable AdditionalLoadingStateZipper.swift
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[73/80] Compiling StoreFlowable AsyncCombineLatest2Sequence.swift
/Users/builder/builds/UKfvDsi8u/3/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
                     ^
[74/80] Compiling StoreFlowable Locking.swift
/Users/builder/builds/UKfvDsi8u/3/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 PaginationStoreFlowable.swift
[76/80] Compiling StoreFlowable AnyTwoWayPaginationStoreFlowable.swift
[77/80] Compiling StoreFlowable TwoWayPaginationStoreFlowable.swift
[78/80] Compiling StoreFlowable StoreFlowable.swift
[79/80] Compiling StoreFlowable StoreFlowableExtension.swift
[80/80] Compiling StoreFlowable UnitHash.swift
Build complete! (4.85s)
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.31s)
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.