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 Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

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 /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/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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/KazaKago/StoreFlowable.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/AsyncCommunity/AsyncExtensions
[1/608] Fetching asyncextensions
Fetched https://github.com/AsyncCommunity/AsyncExtensions from cache (0.40s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.4.0 (0.83s)
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.4.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/28] Emitting module AsyncExtensions
[5/31] Compiling AsyncExtensions AsyncSequences+Empty.swift
[6/31] Compiling AsyncExtensions AsyncSequences+Fail.swift
[7/31] Compiling AsyncExtensions AsyncSequences+From.swift
[8/31] Compiling AsyncExtensions AsyncSequences+Just.swift
[9/31] Compiling AsyncExtensions AsyncSequence+Multicast.swift
[10/31] Compiling AsyncExtensions AsyncSequence+Prepend.swift
[11/31] Compiling AsyncExtensions AsyncSequence+Scan.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 AsyncSequence+EraseToAnyAsyncSequence.swift
[16/31] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[17/31] Compiling AsyncExtensions AsyncSequence+HandleEvents.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 AsyncStreams+CurrentValue.swift
[22/31] Compiling AsyncExtensions AsyncStreams+Passthrough.swift
[23/31] Compiling AsyncExtensions AsyncStreams+Replay.swift
[24/31] Compiling AsyncExtensions AsyncStreams.swift
[25/31] Compiling AsyncExtensions Streamed.swift
[26/31] Compiling AsyncExtensions Termination.swift
[27/31] Compiling AsyncExtensions AsyncIteratorByRef.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
[33/75] Compiling StoreFlowable DataStateManager.swift
[34/75] Compiling StoreFlowable AdditionalRequestOnErrorStateException.swift
[35/75] Compiling StoreFlowable AdditionalRequestOnNilException.swift
[36/75] Compiling StoreFlowable NoSuchElementError.swift
[37/75] Compiling StoreFlowable Fetcher.swift
[38/75] Compiling StoreFlowable PaginationFetcher.swift
[39/81] Compiling StoreFlowable TwoWayPaginationFetcher.swift
[40/81] Compiling StoreFlowable GettingFrom.swift
[41/81] Compiling StoreFlowable DataSelector.swift
[42/81] Compiling StoreFlowable DataStateMapper.swift
[43/81] Compiling StoreFlowable KeyedRequestType.swift
[44/81] Compiling StoreFlowable RequestType.swift
[45/81] Compiling StoreFlowable AnyStoreFlowable.swift
[46/81] Compiling StoreFlowable AnyCacheDataManager.swift
[47/81] Compiling StoreFlowable AnyRequestKeyManager.swift
[48/81] Compiling StoreFlowable CacheDataManager.swift
[49/81] Compiling StoreFlowable RequestKeyManager.swift
[50/81] Compiling StoreFlowable Cacher.swift
[51/81] Compiling StoreFlowable Rethrow.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[52/81] Compiling StoreFlowable TaskSelect.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[53/81] Compiling StoreFlowable LoadingState.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[54/81] Compiling StoreFlowable LoadingStateSequence.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[55/81] Compiling StoreFlowable LoadingStateSequenceCombiner.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[56/81] Compiling StoreFlowable LoadingStateSequenceMapper.swift
/host/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 {
                 ^
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[57/81] Compiling StoreFlowable StoreFlowableImpl.swift
[58/81] Compiling StoreFlowable StringUtils.swift
[59/81] Compiling StoreFlowable AnyOriginDataManager.swift
[60/81] Compiling StoreFlowable InternalFetched.swift
[61/81] Compiling StoreFlowable OriginDataManager.swift
[62/81] Compiling StoreFlowable AnyPaginationStoreFlowable.swift
[63/81] Compiling StoreFlowable LoadingStateZipper.swift
[64/81] Compiling StoreFlowable AdditionalDataState.swift
[65/81] Compiling StoreFlowable AnyDataStateFlowAccessor.swift
[66/81] Compiling StoreFlowable AnyDataStateManager.swift
[67/81] Compiling StoreFlowable DataState.swift
[68/81] Compiling StoreFlowable DataStateFlowAccessor.swift
[69/81] Compiling StoreFlowable PaginationStoreFlowable.swift
[70/81] Compiling StoreFlowable AnyTwoWayPaginationStoreFlowable.swift
[71/81] Compiling StoreFlowable TwoWayPaginationStoreFlowable.swift
[72/81] Compiling StoreFlowable StoreFlowable.swift
[73/81] Compiling StoreFlowable StoreFlowableExtension.swift
[74/81] Compiling StoreFlowable UnitHash.swift
[75/81] Compiling StoreFlowable PaginationCacher.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[76/81] Compiling StoreFlowable TwoWayPaginationCacher.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[77/81] Compiling StoreFlowable AdditionalLoadingState.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[78/81] Compiling StoreFlowable AdditionalLoadingStateZipper.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[79/81] Compiling StoreFlowable AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[80/81] Compiling StoreFlowable Locking.swift
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
[81/81] Emitting module StoreFlowable
/host/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/Locking.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'StoreFlowable' may lead to instability during execution
@_implementationOnly import Glibc
                     ^
Build complete! (20.55s)
Build complete.
Done.