The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build StateTree, reference v0.1.1 (d35898), with Swift 6.1 for Wasm on 28 May 2025 21:27:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GoodHatsLLC/StateTree.git
Reference: v0.1.1
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/GoodHatsLLC/StateTree
 * tag               v0.1.1     -> FETCH_HEAD
HEAD is now at d358988 documentation and dependency API improvements
Cloned https://github.com/GoodHatsLLC/StateTree.git
Revision (git rev-parse @):
d3589880e6dae493f6a531073c013c5a651f2b58
SUCCESS checkout https://github.com/GoodHatsLLC/StateTree.git at v0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GoodHatsLLC/StateTree.git
https://github.com/GoodHatsLLC/StateTree.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "disposable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GoodHatsLLC/Disposable.git"
    },
    {
      "identity" : "emitter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GoodHatsLLC/Emitter.git"
    },
    {
      "identity" : "swift-collections-v1_1-fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git"
    }
  ],
  "manifest_display_name" : "StateTree",
  "name" : "StateTree",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.3"
    },
    {
      "name" : "ios",
      "version" : "15.4"
    },
    {
      "name" : "tvos",
      "version" : "15.4"
    },
    {
      "name" : "watchos",
      "version" : "8.5"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.4"
    }
  ],
  "products" : [
    {
      "name" : "StateTree",
      "targets" : [
        "StateTree"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StateTreeImperativeUI",
      "targets" : [
        "StateTreeImperativeUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StateTreeTesting",
      "targets" : [
        "StateTreeTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "AsyncTimeoutTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "SwiftTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_dependencies" : [
        "Disposable",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "StateTree",
        "StateTreeImperativeUI",
        "StateTreeTesting"
      ],
      "sources" : [
        "Async.swift",
        "AsyncCombine.swift",
        "AsyncSubject.swift",
        "AsyncTimeout.swift",
        "AsyncValue.swift",
        "Collection+Ext.swift",
        "DeferredList.swift",
        "Flush.swift",
        "Locked.swift",
        "Optional+Ext.swift",
        "SpacingUnits.swift",
        "ThirdParty/AnyAsyncSequence/AnyAsyncSequence.swift",
        "ThirdParty/RuntimeWarning/RuntimeWarning.swift",
        "ThirdParty/SipHash/StableHasher.swift",
        "WeakRef.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TreeActor",
      "module_type" : "SwiftTarget",
      "name" : "TreeActor",
      "path" : "Sources/TreeActor",
      "product_memberships" : [
        "StateTree",
        "StateTreeImperativeUI",
        "StateTreeTesting"
      ],
      "sources" : [
        "TreeActor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StateTreeTests",
      "module_type" : "SwiftTarget",
      "name" : "StateTreeTests",
      "path" : "Tests/StateTreeTests",
      "product_dependencies" : [
        "HeapModule"
      ],
      "sources" : [
        "Actor/TreeActorTests.swift",
        "DebugInfo/TreeInfoTests.swift",
        "DebugInfo/UpdateStatsTests.swift",
        "Dependencies/DependenciesTests.swift",
        "Dependencies/TestDependencies.swift",
        "Fields/DependencyTests.swift",
        "Fields/ProjectionTests.swift",
        "Fields/RouteTests/SingleRouteTests.swift",
        "Fields/RouteTests/Union2RouteTests.swift",
        "Fields/RouteTests/Union3RouteTests.swift",
        "Fields/ValueTests.swift",
        "IDs/FieldIDTests.swift",
        "IDs/NodeIDTests.swift",
        "IntentTests/IntentApplicationTests.swift",
        "IntentTests/IntentSnapshotTests.swift",
        "Playback/PlaybackTests.swift",
        "Retention/RetentionTests.swift",
        "RoutingTests/ListRouterTests.swift",
        "RoutingTests/MaybeSingleRouterTests.swift",
        "RoutingTests/MaybeUnion2RouterTests.swift",
        "RoutingTests/MaybeUnion3RouterTests.swift",
        "RoutingTests/SingleRouterTests.swift",
        "RoutingTests/Union2RouterTests.swift",
        "RoutingTests/Union3RouterTests.swift",
        "Rules/OnChangeTests.swift",
        "Rules/OnReceiveTests.swift",
        "Rules/OnStartTests.swift",
        "Rules/OnUpdateTests.swift",
        "Rules/StartStopTests.swift",
        "Serialization/SerializationBugTests.swift",
        "Serialization/SerializationTests.swift",
        "StressTests/StressTests.swift"
      ],
      "target_dependencies" : [
        "StateTree"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StateTreeTesting",
      "module_type" : "SwiftTarget",
      "name" : "StateTreeTesting",
      "path" : "Sources/StateTreeTesting",
      "product_memberships" : [
        "StateTreeTesting"
      ],
      "sources" : [
        "Exported.swift",
        "TestTreeManager.swift",
        "TestingTree.swift"
      ],
      "target_dependencies" : [
        "StateTree",
        "StateTreePlayback"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StateTreePlaybackTests",
      "module_type" : "SwiftTarget",
      "name" : "StateTreePlaybackTests",
      "path" : "Tests/StateTreePlaybackTests",
      "sources" : [
        "PlaybackTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "StateTreePlayback"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StateTreePlayback",
      "module_type" : "SwiftTarget",
      "name" : "StateTreePlayback",
      "path" : "Sources/StateTreePlayback",
      "product_memberships" : [
        "StateTreeTesting"
      ],
      "sources" : [
        "PlayHandle.swift",
        "Player.swift",
        "RecordHandle.swift",
        "Recorder.swift",
        "StateFrame.swift"
      ],
      "target_dependencies" : [
        "StateTree"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StateTreeImperativeUITests",
      "module_type" : "SwiftTarget",
      "name" : "StateTreeImperativeUITests",
      "path" : "Tests/StateTreeImperativeUITests",
      "sources" : [
        "EventTests.swift"
      ],
      "target_dependencies" : [
        "StateTreeImperativeUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StateTreeImperativeUI",
      "module_type" : "SwiftTarget",
      "name" : "StateTreeImperativeUI",
      "path" : "Sources/StateTreeImperativeUI",
      "product_memberships" : [
        "StateTreeImperativeUI"
      ],
      "sources" : [
        "Export.swift",
        "Reported.swift",
        "ReportedTree.swift",
        "RouterAccess.swift"
      ],
      "target_dependencies" : [
        "StateTree"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StateTree",
      "module_type" : "SwiftTarget",
      "name" : "StateTree",
      "path" : "Sources/StateTree",
      "product_dependencies" : [
        "Disposable",
        "Emitter",
        "HeapModule",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "StateTree",
        "StateTreeImperativeUI",
        "StateTreeTesting"
      ],
      "sources" : [
        "Foundation/Export.swift",
        "Foundation/State/FieldID.swift",
        "Foundation/State/FieldRecord.swift",
        "Foundation/State/FieldType.swift",
        "Foundation/State/LSID.swift",
        "Foundation/State/NodeID.swift",
        "Foundation/State/NodeRecord.swift",
        "Foundation/State/RouteRecord.swift",
        "Foundation/State/RouteSource.swift",
        "Foundation/State/TreeState.swift",
        "Foundation/State/TreeStateRecord.swift",
        "Foundation/State/Union.swift",
        "Foundation/State/ValueRecord.swift",
        "Foundation/TreeError.swift",
        "System/Dependency/DependencyKey.swift",
        "System/Dependency/DependencyValues.swift",
        "System/Dependency/MetatypeWrapper.swift",
        "System/Fields/Dependency.swift",
        "System/Fields/Projection.swift",
        "System/Fields/Route.swift",
        "System/Fields/Scope.swift",
        "System/Fields/Value.swift",
        "System/Node/Initialization/AnyInitializedNode.swift",
        "System/Node/Initialization/FieldCapture.swift",
        "System/Node/Initialization/InitializedNode.swift",
        "System/Node/Initialization/NodeCapture.swift",
        "System/Node/Initialization/UninitializedNode.swift",
        "System/Node/Node.swift",
        "System/Projection/Implementation/Access/Access.swift",
        "System/Projection/Implementation/Access/Implementations/CapturedAccess.swift",
        "System/Projection/Implementation/Access/Implementations/ConstantAccess.swift",
        "System/Projection/Implementation/Access/Implementations/StoredAccess.swift",
        "System/Projection/Implementation/Access/Implementations/TransformedAccess.swift",
        "System/Projection/Implementation/Transformer/Implementations/PassthroughTransformer.swift",
        "System/Projection/Implementation/Transformer/Implementations/StatelessTransformer.swift",
        "System/Projection/Implementation/Transformer/Transformer.swift",
        "System/Projection/Operators/CompactMap.swift",
        "System/Projection/Operators/DynamicMember.swift",
        "System/Projection/Operators/Initializers.swift",
        "System/Projection/Operators/Map.swift",
        "System/Projection/Operators/ReplaceNil.swift",
        "System/Projection/Operators/SequenceFilter.swift",
        "System/Projection/Operators/SequenceFirst.swift",
        "System/Projection/Operators/SequenceSubscript.swift",
        "System/Projection/Operators/Statics.swift",
        "System/Rules/Inject/Inject.swift",
        "System/Rules/Lifecycle/OnChange.swift",
        "System/Rules/Lifecycle/OnIntent.swift",
        "System/Rules/Lifecycle/OnReceive.swift",
        "System/Rules/Lifecycle/OnStart.swift",
        "System/Rules/Lifecycle/OnStop.swift",
        "System/Rules/Lifecycle/OnUpdate.swift",
        "System/Rules/Routing/InnerRouteField.swift",
        "System/Rules/Routing/RouterSet.swift",
        "System/Rules/Routing/RouterType.swift",
        "System/Rules/Routing/Routers/ListRouter.swift",
        "System/Rules/Routing/Routers/MaybeSingleRouter.swift",
        "System/Rules/Routing/Routers/MaybeUnion2Router.swift",
        "System/Rules/Routing/Routers/MaybeUnion3Router.swift",
        "System/Rules/Routing/Routers/SingleRouter.swift",
        "System/Rules/Routing/Routers/Union2Router.swift",
        "System/Rules/Routing/Routers/Union3Router.swift",
        "System/Rules/Routing/Serve.swift",
        "System/Rules/RuleBuilder.swift",
        "System/Rules/Rules.swift",
        "System/Rules/Structural/EitherRule.swift",
        "System/Rules/Structural/EmptyRule.swift",
        "System/Rules/Structural/ErrorRule.swift",
        "System/Rules/Structural/MaybeRule.swift",
        "System/Rules/Structural/RuleSet.swift",
        "System/Rules/Structural/TupleRule.swift",
        "System/Runtime/ChangeManagers/StateApplier.swift",
        "System/Runtime/ChangeManagers/StateUpdater.swift",
        "System/Runtime/ChangeManagers/UpdateEffectInfoCollector.swift",
        "System/Runtime/ChangeManagers/UpdateStats.swift",
        "System/Runtime/Models/NodeEvent.swift",
        "System/Runtime/Models/RecordingEvent.swift",
        "System/Runtime/Models/RouteChanges.swift",
        "System/Runtime/Models/RuntimeConfiguration.swift",
        "System/Runtime/Models/RuntimeErrors.swift",
        "System/Runtime/Models/StateChangeMetadata.swift",
        "System/Runtime/Models/TreeEvent.swift",
        "System/Runtime/Models/TreeLifecyclleEvent.swift",
        "System/Runtime/PriorityQueue.swift",
        "System/Runtime/Runtime.swift",
        "System/Runtime/ScopeStorage.swift",
        "System/Runtime/StateStorage.swift",
        "System/Runtime/TreeStateRecord+Ext.swift",
        "System/Runtime/ValueDependencyTracker.swift",
        "System/Scope/AnyScope.swift",
        "System/Scope/NeverScope.swift",
        "System/Scope/NodeScope.swift",
        "System/Scope/ScopeAccess.swift",
        "System/Scope/ScopeType.swift",
        "System/Scope/ScopeUpdateLifecycle.swift",
        "System/Scope/StateSyncableScope.swift",
        "System/Scope/UpdatableScope.swift",
        "System/Tree/StateTreeInfo.swift",
        "System/Tree/Tree.swift",
        "System/Tree/TreeHandle.swift"
      ],
      "target_dependencies" : [
        "Behavior",
        "Intents",
        "TreeActor",
        "Utilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntentsTests",
      "module_type" : "SwiftTarget",
      "name" : "IntentsTests",
      "path" : "Tests/IntentsTests",
      "sources" : [
        "Intents/IntentStepExtractionTests.swift",
        "Intents/IntentStepTests.swift",
        "Intents/IntentURLEncodingTests.swift",
        "URLEncodedForm/URLEncodedFormTests.swift"
      ],
      "target_dependencies" : [
        "Intents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Intents",
      "module_type" : "SwiftTarget",
      "name" : "Intents",
      "path" : "Sources/Intents",
      "product_memberships" : [
        "StateTree",
        "StateTreeImperativeUI",
        "StateTreeTesting"
      ],
      "sources" : [
        "Intents/ActiveIntent.swift",
        "Intents/Intent.swift",
        "Intents/IntentAction.swift",
        "Intents/IntentStepResolver.swift",
        "Intents/StepType.swift",
        "Intents/StepTypes/AnyStep.swift",
        "Intents/StepTypes/JSONPayloadStep.swift",
        "Intents/StepTypes/Step.swift",
        "Intents/StepTypes/URLPayloadStep.swift",
        "ThirdParty/URLEncoder/BasicCodingKey.swift",
        "ThirdParty/URLEncoder/URLEncodedFormData.swift",
        "ThirdParty/URLEncoder/URLEncodedFormDecoder.swift",
        "ThirdParty/URLEncoder/URLEncodedFormEncoder.swift",
        "ThirdParty/URLEncoder/URLEncodedFormError.swift",
        "ThirdParty/URLEncoder/URLEncodedFormParser.swift",
        "ThirdParty/URLEncoder/URLEncodedFormSerializer.swift",
        "ThirdParty/URLEncoder/URLQueryFragmentConvertible.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BehaviorTests",
      "module_type" : "SwiftTarget",
      "name" : "BehaviorTests",
      "path" : "Tests/BehaviorTests",
      "sources" : [
        "AsyncSingleTests.swift",
        "BehaviorIDTests.swift",
        "Helpers.swift",
        "StreamTests.swift",
        "SyncSingleTests.swift"
      ],
      "target_dependencies" : [
        "Behavior"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Behavior",
      "module_type" : "SwiftTarget",
      "name" : "Behavior",
      "path" : "Sources/Behavior",
      "product_dependencies" : [
        "Disposable",
        "Emitter"
      ],
      "product_memberships" : [
        "StateTree",
        "StateTreeImperativeUI",
        "StateTreeTesting"
      ],
      "sources" : [
        "Behaviors/AsyncSingle.swift",
        "Behaviors/Stream.swift",
        "Behaviors/SyncSingle.swift",
        "Components/AsyncBehaviorType.swift",
        "Components/BehaviorHandlerType.swift",
        "Components/BehaviorType.swift",
        "Components/Behaviors.swift",
        "Components/HandlerSurface.swift",
        "Components/ResolverType.swift",
        "Components/StreamBehaviorType.swift",
        "Components/SubscriberType.swift",
        "Components/SyncBehaviorType.swift",
        "CreationStages/ActivatedBehavior.swift",
        "CreationStages/AttachableBehavior.swift",
        "CreationStages/Makers.swift",
        "CreationStages/StartableBehavior.swift",
        "Scoping/BehaviorScoping.swift",
        "Tracking/BehaviorID.swift",
        "Tracking/BehaviorInterceptor.swift",
        "Tracking/BehaviorResolution.swift",
        "Tracking/BehaviorTracker.swift"
      ],
      "target_dependencies" : [
        "TreeActor",
        "Utilities"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Fetching https://github.com/GoodHatsLLC/Emitter.git
[1/926] Fetching emitter
[927/9825] Fetching emitter, swift-collections-v1_1-fork
Fetched https://github.com/GoodHatsLLC/Emitter.git from cache (0.46s)
[801/8899] Fetching swift-collections-v1_1-fork
Fetching https://github.com/GoodHatsLLC/Disposable.git
Fetched https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git from cache (1.38s)
[1/274] Fetching disposable
Fetched https://github.com/GoodHatsLLC/Disposable.git from cache (0.41s)
Computing version for https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Computed https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git at 1.1.0 (4.56s)
Computing version for https://github.com/GoodHatsLLC/Emitter.git
Computed https://github.com/GoodHatsLLC/Emitter.git at 1.0.0 (0.92s)
Computing version for https://github.com/GoodHatsLLC/Disposable.git
Computed https://github.com/GoodHatsLLC/Disposable.git at 1.0.0 (2.10s)
Creating working copy for https://github.com/GoodHatsLLC/Disposable.git
Working copy of https://github.com/GoodHatsLLC/Disposable.git resolved at 1.0.0
Creating working copy for https://github.com/GoodHatsLLC/Emitter.git
Working copy of https://github.com/GoodHatsLLC/Emitter.git resolved at 1.0.0
Creating working copy for https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git
Working copy of https://github.com/GoodHatsLLC/swift-collections-v1_1-fork.git resolved at 1.1.0
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/43] Emitting module _CollectionsUtilities
[16/45] Emitting module Disposable
[17/46] Compiling Disposable Task.swift
[18/46] Compiling Disposable Disposable.swift
[19/46] Compiling Disposable AutoDisposable.swift
[20/46] Compiling Disposable CombineExtensions.swift
[21/46] Compiling Disposable TaskExtensions.swift
[22/46] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/46] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/46] Compiling Disposable ConvenienceStages.swift
[25/46] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/46] Compiling _CollectionsUtilities Integer rank.swift
[27/46] Compiling _CollectionsUtilities Descriptions.swift
[28/46] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[29/46] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[30/46] Compiling _CollectionsUtilities UInt+reversed.swift
[31/46] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[32/46] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[33/46] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[34/46] Compiling _CollectionsUtilities _SortedCollection.swift
[35/46] Compiling _CollectionsUtilities _UniqueCollection.swift
[36/46] Compiling _CollectionsUtilities Debugging.swift
[37/47] Emitting module TreeActor
[38/47] Compiling TreeActor TreeActor.swift
[41/110] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[42/110] Compiling HeapModule Heap+Descriptions.swift
[43/110] Compiling HeapModule _HeapNode.swift
[44/110] Compiling HeapModule Heap.swift
[45/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/110] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/110] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/110] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/111] Compiling HeapModule Heap+Invariants.swift
[53/113] Compiling HeapModule Heap+UnsafeHandle.swift
[54/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/117] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/117] Emitting module HeapModule
[63/118] Compiling OrderedCollections OrderedDictionary+Codable.swift
[64/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[65/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[66/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[67/118] Compiling Disposable Locked.swift
/host/spi-builder-workspace/.build/checkouts/Disposable/Sources/Disposable/Locked.swift:223:5: error: cannot find 'pthread_mutex_lock' in scope
221 |   @inline(__always)
222 |   fileprivate func lock() {
223 |     pthread_mutex_lock(&mutex)
    |     `- error: cannot find 'pthread_mutex_lock' in scope
224 |   }
225 |
/host/spi-builder-workspace/.build/checkouts/Disposable/Sources/Disposable/Locked.swift:228:5: error: cannot find 'pthread_mutex_unlock' in scope
226 |   @inline(__always)
227 |   fileprivate func unlock() {
228 |     pthread_mutex_unlock(&mutex)
    |     `- error: cannot find 'pthread_mutex_unlock' in scope
229 |   }
230 |
[68/118] Compiling Disposable DisposableBuilder.swift
[69/118] Compiling Disposable ErasedDisposable.swift
[70/118] Compiling Disposable DisposableStage.swift
[71/118] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[72/118] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[73/118] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[74/118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[75/118] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[76/118] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[77/118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[78/118] Compiling OrderedCollections OrderedDictionary+Values.swift
[79/118] Compiling OrderedCollections OrderedDictionary.swift
[80/118] Compiling OrderedCollections OrderedSet+Codable.swift
[81/118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/118] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/118] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/118] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/118] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/118] Compiling OrderedCollections OrderedSet+Hashable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Emitting module TreeActor
[3/30] Compiling TreeActor TreeActor.swift
[5/31] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[6/31] Compiling _CollectionsUtilities UInt+reversed.swift
[7/33] Compiling _CollectionsUtilities Array+WithContiguousStorage Compatibility.swift
[8/33] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[9/33] Emitting module Disposable
[10/34] Compiling Disposable Locked.swift
/host/spi-builder-workspace/.build/checkouts/Disposable/Sources/Disposable/Locked.swift:223:5: error: cannot find 'pthread_mutex_lock' in scope
221 |   @inline(__always)
222 |   fileprivate func lock() {
223 |     pthread_mutex_lock(&mutex)
    |     `- error: cannot find 'pthread_mutex_lock' in scope
224 |   }
225 |
/host/spi-builder-workspace/.build/checkouts/Disposable/Sources/Disposable/Locked.swift:228:5: error: cannot find 'pthread_mutex_unlock' in scope
226 |   @inline(__always)
227 |   fileprivate func unlock() {
228 |     pthread_mutex_unlock(&mutex)
    |     `- error: cannot find 'pthread_mutex_unlock' in scope
229 |   }
230 |
[11/34] Compiling _CollectionsUtilities _UniqueCollection.swift
[12/34] Compiling _CollectionsUtilities Debugging.swift
[13/34] Compiling _CollectionsUtilities Descriptions.swift
[14/34] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[17/34] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[18/34] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[19/34] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/34] Compiling _CollectionsUtilities Integer rank.swift
[21/34] Compiling Disposable Disposable.swift
[24/34] Compiling Disposable DisposableStage.swift
[25/34] Compiling Disposable ErasedDisposable.swift
[26/34] Compiling Disposable DisposableBuilder.swift
[27/34] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/34] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/34] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[30/34] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[31/34] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[32/34] Compiling _CollectionsUtilities _SortedCollection.swift
[33/34] Compiling Disposable Task.swift
[34/34] Emitting module _CollectionsUtilities
BUILD FAILURE 6.1 wasm