This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.27.2
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: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/KazaKago/StoreFlowable.swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/AsyncCommunity/AsyncExtensions
[1/571] Fetching asyncextensions
Fetched https://github.com/AsyncCommunity/AsyncExtensions (0.26s)
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
Building for debugging...
[1/25] Emitting module AsyncExtensions
[2/28] Compiling AsyncExtensions Streamed.swift
[3/28] Compiling AsyncExtensions Termination.swift
[4/28] Compiling AsyncExtensions AsyncIteratorByRef.swift
[5/28] Compiling AsyncExtensions ConcurrentAccessRegulator.swift
[6/28] Compiling AsyncExtensions AsyncSequence+Assign.swift
[7/28] Compiling AsyncExtensions AsyncSequence+Collect.swift
[8/28] Compiling AsyncExtensions AsyncSequences+Empty.swift
[9/28] Compiling AsyncExtensions AsyncSequences+Fail.swift
[10/28] Compiling AsyncExtensions AsyncSequences+From.swift
[11/28] Compiling AsyncExtensions AsyncSequences+Just.swift
[12/28] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[13/28] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[14/28] Compiling AsyncExtensions AsyncSequence+HandleEvents.swift
[15/28] Compiling AsyncExtensions AsyncSequence+Share.swift
[16/28] Compiling AsyncExtensions AsyncSequence+SwitchToLatest.swift
[17/28] Compiling AsyncExtensions AsyncSequence+WithLatestFrom.swift
[18/28] Compiling AsyncExtensions AsyncStreams+CurrentValue.swift
[19/28] Compiling AsyncExtensions AsyncStreams+Passthrough.swift
[20/28] Compiling AsyncExtensions AsyncStreams+Replay.swift
[21/28] Compiling AsyncExtensions AsyncStreams.swift
[22/28] Compiling AsyncExtensions AsyncSequence+Multicast.swift
[23/28] Compiling AsyncExtensions AsyncSequence+Prepend.swift
[24/28] Compiling AsyncExtensions AsyncSequence+Scan.swift
[25/28] Compiling AsyncExtensions AsyncSequences+Merge.swift
[26/28] Compiling AsyncExtensions AsyncSequences+Timer.swift
[27/28] Compiling AsyncExtensions AsyncSequences+Zip.swift
[28/28] Compiling AsyncExtensions AsyncSequences.swift
[31/73] Compiling StoreFlowable DataStateManager.swift
[32/73] Compiling StoreFlowable AdditionalRequestOnErrorStateException.swift
[33/73] Compiling StoreFlowable AdditionalRequestOnNilException.swift
[34/73] Compiling StoreFlowable NoSuchElementError.swift
[35/73] Compiling StoreFlowable Fetcher.swift
[36/73] Compiling StoreFlowable PaginationFetcher.swift
[37/79] Emitting module StoreFlowable
[38/79] 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 {
                 ^
[39/79] 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 {
                 ^
[40/79] 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 {
                 ^
[41/79] 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 {
                 ^
[42/79] 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 {
                 ^
[43/79] 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 {
                 ^
[44/79] Compiling StoreFlowable AnyStoreFlowable.swift
[45/79] Compiling StoreFlowable AnyCacheDataManager.swift
[46/79] Compiling StoreFlowable AnyRequestKeyManager.swift
[47/79] Compiling StoreFlowable CacheDataManager.swift
[48/79] Compiling StoreFlowable RequestKeyManager.swift
[49/79] Compiling StoreFlowable Cacher.swift
[50/79] Compiling StoreFlowable LoadingStateZipper.swift
[51/79] Compiling StoreFlowable AdditionalDataState.swift
[52/79] Compiling StoreFlowable AnyDataStateFlowAccessor.swift
[53/79] Compiling StoreFlowable AnyDataStateManager.swift
[54/79] Compiling StoreFlowable DataState.swift
[55/79] Compiling StoreFlowable DataStateFlowAccessor.swift
[56/79] Compiling StoreFlowable StoreFlowableImpl.swift
[57/79] Compiling StoreFlowable StringUtils.swift
[58/79] Compiling StoreFlowable AnyOriginDataManager.swift
[59/79] Compiling StoreFlowable InternalFetched.swift
[60/79] Compiling StoreFlowable OriginDataManager.swift
[61/79] Compiling StoreFlowable AnyPaginationStoreFlowable.swift
[62/79] Compiling StoreFlowable TwoWayPaginationFetcher.swift
[63/79] Compiling StoreFlowable GettingFrom.swift
[64/79] Compiling StoreFlowable DataSelector.swift
[65/79] Compiling StoreFlowable DataStateMapper.swift
[66/79] Compiling StoreFlowable KeyedRequestType.swift
[67/79] Compiling StoreFlowable RequestType.swift
[68/79] Compiling StoreFlowable PaginationStoreFlowable.swift
[69/79] Compiling StoreFlowable AnyTwoWayPaginationStoreFlowable.swift
[70/79] Compiling StoreFlowable TwoWayPaginationStoreFlowable.swift
[71/79] Compiling StoreFlowable StoreFlowable.swift
[72/79] Compiling StoreFlowable StoreFlowableExtension.swift
[73/79] Compiling StoreFlowable UnitHash.swift
[74/79] Compiling StoreFlowable PaginationCacher.swift
[75/79] Compiling StoreFlowable TwoWayPaginationCacher.swift
[76/79] Compiling StoreFlowable AdditionalLoadingState.swift
[77/79] Compiling StoreFlowable AdditionalLoadingStateZipper.swift
[78/79] Compiling StoreFlowable AsyncCombineLatest2Sequence.swift
[79/79] Compiling StoreFlowable Locking.swift
Build complete! (7.82s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.