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 macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaKago/StoreFlowable.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/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: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/KazaKago/StoreFlowable.swift.git at main
Fetching https://github.com/AsyncCommunity/AsyncExtensions
[1/571] Fetching asyncextensions
Fetched https://github.com/AsyncCommunity/AsyncExtensions (0.94s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.4.0 (1.94s)
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.4.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "storeflowable.swift",
      "name": "StoreFlowable",
      "url": "https://github.com/KazaKago/StoreFlowable.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StoreFlowable.swift",
      "dependencies": [
        {
          "identity": "asyncextensions",
          "name": "AsyncExtensions",
          "url": "https://github.com/AsyncCommunity/AsyncExtensions",
          "version": "0.5.2",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncExtensions",
          "dependencies": [
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.0.5",
              "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/KazaKago/StoreFlowable.swift.git
[1/1858] Fetching storeflowable.swift
Fetched https://github.com/KazaKago/StoreFlowable.swift.git (1.01s)
Fetching https://github.com/AsyncCommunity/AsyncExtensions from cache
Fetched https://github.com/AsyncCommunity/AsyncExtensions (0.41s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.5.2 (1.16s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git (0.39s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.22s)
Creating working copy for https://github.com/KazaKago/StoreFlowable.swift.git
Working copy of https://github.com/KazaKago/StoreFlowable.swift.git resolved at main
Creating working copy for https://github.com/AsyncCommunity/AsyncExtensions
Working copy of https://github.com/AsyncCommunity/AsyncExtensions resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.5
warning: '.resolve-product-dependencies': dependency 'storeflowable.swift' is not used by any target
Found 1 product dependencies
  - AsyncExtensions
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Compiling AsyncExtensions ConcurrentAccessRegulator.swift
[2/25] Compiling AsyncExtensions AsyncSequence+Assign.swift
[3/25] Compiling AsyncExtensions AsyncSequence+Collect.swift
[4/28] Compiling AsyncExtensions AsyncSequence+Multicast.swift
[5/28] Compiling AsyncExtensions AsyncSequence+Prepend.swift
[6/28] Compiling AsyncExtensions AsyncSequence+Scan.swift
[7/28] Compiling AsyncExtensions Streamed.swift
[8/28] Compiling AsyncExtensions Termination.swift
[9/28] Compiling AsyncExtensions AsyncIteratorByRef.swift
[10/28] Compiling AsyncExtensions AsyncSequences+Merge.swift
[11/28] Compiling AsyncExtensions AsyncSequences+Timer.swift
[12/28] Compiling AsyncExtensions AsyncSequences+Zip.swift
[13/28] Compiling AsyncExtensions AsyncSequences.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/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] Emitting module AsyncExtensions
[23/28] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[24/28] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[25/28] Compiling AsyncExtensions AsyncSequence+HandleEvents.swift
[26/28] Compiling AsyncExtensions AsyncSequence+Share.swift
[27/28] Compiling AsyncExtensions AsyncSequence+SwitchToLatest.swift
[28/28] Compiling AsyncExtensions AsyncSequence+WithLatestFrom.swift
[29/71] Emitting module StoreFlowable
[30/77] Compiling StoreFlowable LoadingStateZipper.swift
[31/77] Compiling StoreFlowable AdditionalDataState.swift
[32/77] Compiling StoreFlowable AnyDataStateFlowAccessor.swift
[33/77] Compiling StoreFlowable AnyDataStateManager.swift
[34/77] Compiling StoreFlowable DataState.swift
[35/77] Compiling StoreFlowable DataStateFlowAccessor.swift
[36/77] Compiling StoreFlowable DataStateManager.swift
[37/77] Compiling StoreFlowable AdditionalRequestOnErrorStateException.swift
[38/77] Compiling StoreFlowable AdditionalRequestOnNilException.swift
[39/77] Compiling StoreFlowable NoSuchElementError.swift
[40/77] Compiling StoreFlowable Fetcher.swift
[41/77] Compiling StoreFlowable PaginationFetcher.swift
[42/77] Compiling StoreFlowable AnyStoreFlowable.swift
[43/77] Compiling StoreFlowable AnyCacheDataManager.swift
[44/77] Compiling StoreFlowable AnyRequestKeyManager.swift
[45/77] Compiling StoreFlowable CacheDataManager.swift
[46/77] Compiling StoreFlowable RequestKeyManager.swift
[47/77] Compiling StoreFlowable Cacher.swift
[48/77] Compiling StoreFlowable Rethrow.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[49/77] Compiling StoreFlowable TaskSelect.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[50/77] Compiling StoreFlowable LoadingState.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[51/77] Compiling StoreFlowable LoadingStateSequence.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[52/77] Compiling StoreFlowable LoadingStateSequenceCombiner.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[53/77] Compiling StoreFlowable LoadingStateSequenceMapper.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/StoreFlowable/Core/AsyncAlgorithm/TaskSelect.swift:38:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return await withTaskCancellationHandler {
                 ^
[54/77] Compiling StoreFlowable StoreFlowableImpl.swift
[55/77] Compiling StoreFlowable StringUtils.swift
[56/77] Compiling StoreFlowable AnyOriginDataManager.swift
[57/77] Compiling StoreFlowable InternalFetched.swift
[58/77] Compiling StoreFlowable OriginDataManager.swift
[59/77] Compiling StoreFlowable AnyPaginationStoreFlowable.swift
[60/77] Compiling StoreFlowable PaginationStoreFlowable.swift
[61/77] Compiling StoreFlowable AnyTwoWayPaginationStoreFlowable.swift
[62/77] Compiling StoreFlowable TwoWayPaginationStoreFlowable.swift
[63/77] Compiling StoreFlowable StoreFlowable.swift
[64/77] Compiling StoreFlowable StoreFlowableExtension.swift
[65/77] Compiling StoreFlowable UnitHash.swift
[66/77] Compiling StoreFlowable TwoWayPaginationFetcher.swift
[67/77] Compiling StoreFlowable GettingFrom.swift
[68/77] Compiling StoreFlowable DataSelector.swift
[69/77] Compiling StoreFlowable DataStateMapper.swift
[70/77] Compiling StoreFlowable KeyedRequestType.swift
[71/77] Compiling StoreFlowable RequestType.swift
[72/77] Compiling StoreFlowable PaginationCacher.swift
[73/77] Compiling StoreFlowable TwoWayPaginationCacher.swift
[74/77] Compiling StoreFlowable AdditionalLoadingState.swift
[75/77] Compiling StoreFlowable AdditionalLoadingStateZipper.swift
[76/77] Compiling StoreFlowable AsyncCombineLatest2Sequence.swift
[77/77] Compiling StoreFlowable Locking.swift
Build complete! (21.96s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/kazakago/storeflowable.swift/main
Repository:               KazaKago/StoreFlowable.swift
Swift version used:       5.9
Target:                   StoreFlowable
Generating documentation for 'StoreFlowable'...
Converting documentation...
Conversion complete! (0.37s)
Generated DocC archive at '/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/kazakago/storeflowable.swift/main'
Fetching https://github.com/apple/swift-docc-plugin from cache
Updating https://github.com/AsyncCommunity/AsyncExtensions
Updated https://github.com/AsyncCommunity/AsyncExtensions (0.29s)
Fetched https://github.com/apple/swift-docc-plugin (0.33s)
Computing version for https://github.com/AsyncCommunity/AsyncExtensions
Computed https://github.com/AsyncCommunity/AsyncExtensions at 0.4.0 (1.04s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.08s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.40s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.06s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Compiling Snippets Snippet.swift
[2/45] Emitting module Snippets
[3/45] Compiling Snippets SnippetParser.swift
[4/45] Compiling SymbolKit SPI.swift
[5/45] Compiling SymbolKit Snippet.swift
[6/45] Compiling SymbolKit Extension.swift
[7/45] Compiling SymbolKit GenericConstraint.swift
[8/45] Compiling SymbolKit GenericParameter.swift
[9/50] Compiling SymbolKit AvailabilityItem.swift
[10/50] Compiling SymbolKit Domain.swift
[11/50] Compiling SymbolKit DeclarationFragments.swift
[12/50] Compiling SymbolKit Fragment.swift
[13/50] Compiling SymbolKit FragmentKind.swift
[14/50] Compiling SymbolKit FunctionParameter.swift
[15/50] Compiling SymbolKit FunctionSignature.swift
[16/50] Compiling SymbolKit Identifier.swift
[17/50] Compiling SymbolKit KindIdentifier.swift
[18/50] Compiling SymbolKit Location.swift
[19/50] Compiling SymbolKit Mutability.swift
[20/50] Compiling SymbolKit Names.swift
[21/50] Compiling SymbolKit SourceOrigin.swift
[22/50] Compiling SymbolKit GenericConstraints.swift
[23/50] Compiling SymbolKit Swift.swift
[24/50] Compiling SymbolKit SemanticVersion.swift
[25/50] Compiling SymbolKit AccessControl.swift
[26/50] Compiling SymbolKit Availability.swift
[27/50] Compiling SymbolKit Generics.swift
[28/50] Compiling SymbolKit Namespace.swift
[29/50] Compiling SymbolKit Symbol.swift
[30/50] Compiling SymbolKit SymbolKind.swift
[31/50] Compiling SymbolKit SymbolGraph.swift
[32/50] Compiling SymbolKit Mixin+Equals.swift
[33/50] Compiling SymbolKit Mixin+Hash.swift
[34/50] Compiling SymbolKit Mixin.swift
[35/50] Compiling SymbolKit LineList.swift
[36/50] Compiling SymbolKit Position.swift
[37/50] Compiling SymbolKit SourceRange.swift
[38/50] Compiling SymbolKit Metadata.swift
[39/50] Compiling SymbolKit Module.swift
[40/50] Compiling SymbolKit OperatingSystem.swift
[41/50] Compiling SymbolKit Platform.swift
[42/50] Compiling SymbolKit Relationship.swift
[43/50] Compiling SymbolKit RelationshipKind.swift
[44/50] Emitting module SymbolKit
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Emitting module snippet_extract
[52/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (8.13s)
Building for debugging...
Build complete! (0.34s)
     499
5	/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/kazakago/storeflowable.swift/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/kazakago/storeflowable.swift/main
File count: 499
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-kazakago-storeflowable.swift-main-ec906108.zip to s3://spi-docs-inbox/prod-kazakago-storeflowable.swift-main-ec906108.zip
Copying... [14%]
Copying... [21%]
Copying... [34%]
Copying... [41%]
Copying... [55%]
Copying... [62%]
Copying... [76%]
Copying... [82%]
Copying... [96%]
Copying... [100%]
Done.