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 StitcherMacros, reference v1.1.0 (6689ae), with Swift 6.1 for Wasm on 29 May 2025 11:15:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/athankefalas/StitcherMacros.git
Reference: v1.1.0
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/athankefalas/StitcherMacros
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 6689ae8 Release version 1.1.0
Cloned https://github.com/athankefalas/StitcherMacros.git
Revision (git rev-parse @):
6689ae827df0c1ac11623ae0af298f3a3ef4eae7
SUCCESS checkout https://github.com/athankefalas/StitcherMacros.git at v1.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/athankefalas/StitcherMacros.git
https://github.com/athankefalas/StitcherMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "stitcher",
      "requirement" : {
        "exact" : [
          "1.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/athankefalas/Stitcher.git"
    }
  ],
  "manifest_display_name" : "StitcherMacros",
  "name" : "StitcherMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "StitcherMacros",
      "targets" : [
        "StitcherMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StitcherMacrosPlugins",
      "targets" : [
        "StitcherMacrosPlugins"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StitcherMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacrosTests",
      "path" : "Tests/StitcherMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "StitcherMacrosTests.swift",
        "Tests/InjectedParametersClassFunctionTests.swift",
        "Tests/InjectedParametersMacroForFunctionsTests.swift",
        "Types/Types.swift",
        "Types/Utils.swift"
      ],
      "target_dependencies" : [
        "StitcherMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StitcherMacrosPlugins",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacrosPlugins",
      "path" : "Sources/StitcherMacrosPlugins",
      "product_dependencies" : [
        "Stitcher",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StitcherMacros",
        "StitcherMacrosPlugins"
      ],
      "sources" : [
        "InjectedParameters/Diagnostic/InjectedParametersDiagnostic.swift",
        "InjectedParameters/Diagnostic/LogDiagnostic.swift",
        "InjectedParameters/InjectedParametersMacro.swift",
        "InjectedParameters/InvocationParameter.swift",
        "InjectedParameters/Parameters/AttachedParentKind.swift",
        "InjectedParameters/Parameters/IgnoredParameter.swift",
        "InjectedParameters/Parameters/InjectedParametersConfiguration.swift",
        "InjectedParameters/Syntax/FunctionInvocationSyntax.swift",
        "InjectedParameters/Syntax/InitializerInvocationSyntax.swift",
        "PreferredInitializer/PreferredInitializerDiagnostic.swift",
        "PreferredInitializer/PreferredInitializerMacro.swift",
        "RegisterableDependency/Diagnostic/RegisterableDiagnostic.swift",
        "RegisterableDependency/Parameters/RegisterableConfiguration.swift",
        "RegisterableDependency/RegisterableMacro.swift",
        "RegisterableDependency/Syntax/PropertyDeclarationSyntax.swift",
        "RegisterableDependency/Syntax/ProtocolConformanceSyntax.swift",
        "RegisterableDependency/Syntax/RegisterableDependencyImplementationSyntax.swift",
        "StitcherMacrosPlugin.swift",
        "Utils/Attributes.swift",
        "Utils/DefinedMacro.swift",
        "Utils/StringExtensions.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StitcherMacros",
      "module_type" : "SwiftTarget",
      "name" : "StitcherMacros",
      "path" : "Sources/StitcherMacros",
      "product_dependencies" : [
        "Stitcher"
      ],
      "product_memberships" : [
        "StitcherMacros"
      ],
      "sources" : [
        "StitcherMacros.swift"
      ],
      "target_dependencies" : [
        "StitcherMacrosPlugins"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/athankefalas/Stitcher.git
Fetching https://github.com/apple/swift-syntax.git
[1/1159] Fetching stitcher
Fetched https://github.com/athankefalas/Stitcher.git from cache (0.64s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.39s)
Computing version for https://github.com/athankefalas/Stitcher.git
Computed https://github.com/athankefalas/Stitcher.git at 1.1.0 (16.71s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8280] Fetching opencombine
[84/24871] Fetching opencombine, swift-collections
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.05s)
[5973/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (5.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (2.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.30s)
Creating working copy for https://github.com/athankefalas/Stitcher.git
Working copy of https://github.com/athankefalas/Stitcher.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Building for debugging...
[0/64] Write sources
[36/64] Write swift-version-24593BA9C3E375BF.txt
[37/73] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[39/284] Emitting module InternalCollectionsUtilities
[41/288] Emitting module OpenCombine
[42/300] Emitting module SwiftSyntax509
[43/300] Compiling SwiftSyntax509 Empty.swift
[44/301] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[45/301] Compiling OpenCombine CurrentValueSubject.swift
[46/301] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[47/301] Compiling OpenCombine Future.swift
[48/301] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/301] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/301] Compiling OpenCombine ConcurrencyHelpers.swift
[51/301] Compiling OpenCombine Future+Concurrency.swift
[52/301] Compiling OpenCombine GENERATED-RootProtocols.swift
[53/301] Compiling OpenCombine ConduitBase.swift
[54/301] Compiling OpenCombine ConduitList.swift
[55/301] Compiling OpenCombine DebugHook.swift
[58/301] Compiling OpenCombine Cancellable.swift
[59/301] Compiling OpenCombine Codable.swift
[60/301] Compiling OpenCombine CombineIdentifier.swift
[61/301] Compiling OpenCombine AnyCancellable.swift
[62/301] Compiling OpenCombine AnyPublisher.swift
[63/301] Compiling OpenCombine AnySubscriber.swift
[93/302] Emitting module OpenCombine
[94/315] Compiling OpenCombine Utils.swift
[95/315] Compiling OpenCombine Violations.swift
[96/315] Compiling OpenCombine ImmediateScheduler.swift
[97/315] Compiling OpenCombine ObservableObject.swift
[98/315] Compiling OpenCombine PassthroughSubject.swift
[99/315] Compiling OpenCombine Published.swift
[100/315] Compiling OpenCombine Publisher+Subscribe.swift
[101/315] Compiling OpenCombine Deferred.swift
[102/315] Compiling OpenCombine Empty.swift
[103/315] Compiling OpenCombine Fail.swift
[104/315] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[105/315] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[106/315] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[112/315] Compiling OpenCombine PartialCompletion.swift
[113/315] Compiling OpenCombine PublishedSubject.swift
[114/315] Compiling OpenCombine PublishedSubscriber.swift
[115/315] Compiling OpenCombine ReduceProducer.swift
[116/315] Compiling OpenCombine SubjectSubscriber.swift
[117/315] Compiling OpenCombine SubscriberTap.swift
[118/315] Compiling OpenCombine SubscriptionStatus.swift
[119/315] Compiling OpenCombine SubscriptionTap.swift
[134/315] Compiling OpenCombine Publishers.Map.swift
[135/315] Compiling OpenCombine Publishers.MapError.swift
[136/315] Compiling OpenCombine Publishers.MeasureInterval.swift
[137/315] Compiling OpenCombine Publishers.Multicast.swift
[138/315] Compiling OpenCombine Publishers.Output.swift
[139/315] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[140/315] Compiling OpenCombine Publishers.PrefixWhile.swift
[141/315] Compiling OpenCombine Publishers.Print.swift
[142/315] Compiling OpenCombine Publishers.ReceiveOn.swift
[143/315] Compiling OpenCombine Publishers.Reduce.swift
[144/315] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[145/315] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[146/315] Compiling OpenCombine Publishers.ReplaceError.swift
[174/315] Wrapping AST for SwiftSyntax509 for debugging
[176/360] Compiling OpenCombine Result.swift
[177/360] Compiling OpenCombine Scheduler.swift
[178/360] Compiling OpenCombine Subject+Void.swift
[179/360] Compiling OpenCombine Subscriber+Void.swift
[180/360] Compiling OpenCombine Subscribers.Assign.swift
[181/360] Compiling OpenCombine Subscribers.Completion.swift
[182/360] Compiling OpenCombine Subscribers.Demand.swift
[183/360] Compiling OpenCombine Subscribers.Sink.swift
[184/360] Compiling OpenCombine Subscribers.swift
[185/360] Compiling OpenCombine Subscription.swift
[186/360] Compiling OpenCombine Subscriptions.swift
[187/360] Compiling OpenCombine _Introspection.swift
[188/581] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[189/581] Compiling HeapModule Heap+Invariants.swift
[190/581] Compiling HashTreeCollections _HashNode+Structural union.swift
[191/581] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[192/583] Compiling HeapModule Heap+Descriptions.swift
[193/583] Compiling HashTreeCollections _HashTreeStatistics.swift
[194/583] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[195/583] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[196/583] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[197/583] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[198/583] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[199/583] Compiling HashTreeCollections _HashNode+Structural merge.swift
[200/583] Compiling HashTreeCollections _AncestorHashSlots.swift
[201/583] Compiling HashTreeCollections _Bitmap.swift
[202/583] Compiling HashTreeCollections _Bucket.swift
[203/583] Compiling HashTreeCollections _Hash.swift
[204/583] Compiling HashTreeCollections _HashLevel.swift
[205/583] Compiling HashTreeCollections _HashNode+Builder.swift
[206/583] Compiling HashTreeCollections _HashNode+Debugging.swift
[207/583] Compiling HashTreeCollections _HashNode+Initializers.swift
[208/583] Compiling HashTreeCollections _HashNode+Invariants.swift
[209/583] Compiling HashTreeCollections _HashNode+Lookups.swift
[210/583] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[211/583] Compiling HashTreeCollections TreeDictionary.swift
[212/583] Compiling HashTreeCollections TreeSet+Codable.swift
[213/583] Compiling HashTreeCollections TreeSet+Collection.swift
[214/583] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[215/583] Compiling HashTreeCollections TreeSet+Debugging.swift
[216/583] Compiling HashTreeCollections TreeSet+Descriptions.swift
[217/583] Compiling HashTreeCollections TreeSet+Equatable.swift
[218/583] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[219/583] Compiling HashTreeCollections TreeSet+Extras.swift
[220/583] Compiling HashTreeCollections TreeSet+Filter.swift
[221/583] Compiling OpenCombine Publishers.Retry.swift
[222/583] Compiling OpenCombine Publishers.Scan.swift
[223/583] Compiling OpenCombine Publishers.Sequence.swift
[224/583] Compiling OpenCombine Publishers.SetFailureType.swift
[225/583] Compiling OpenCombine Publishers.Share.swift
[226/583] Compiling OpenCombine Publishers.SubscribeOn.swift
[227/583] Compiling OpenCombine Publishers.SwitchToLatest.swift
[228/583] Compiling OpenCombine Publishers.Throttle.swift
[229/583] Compiling OpenCombine Publishers.Timeout.swift
[230/583] Compiling OpenCombine Publishers.Zip.swift
[231/583] Compiling OpenCombine Publishers.swift
[232/583] Compiling OpenCombine Record.swift
[233/583] Compiling OpenCombine Result.Publisher.swift
[234/583] Compiling HeapModule Heap.swift
[235/583] Compiling HeapModule _HeapNode.swift
[236/583] Compiling HashTreeCollections TreeSet+Hashable.swift
[237/583] Compiling HashTreeCollections TreeSet+Sendable.swift
[238/583] Compiling HashTreeCollections TreeSet+Sequence.swift
[239/583] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[240/583] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[241/583] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[242/583] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[243/583] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[244/583] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[245/583] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[288/584] Compiling HeapModule Heap+UnsafeHandle.swift
[289/584] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[290/584] Compiling HashTreeCollections _HashNode.swift
[291/584] Compiling HashTreeCollections _HashNodeHeader.swift
[292/584] Compiling HashTreeCollections _HashSlot.swift
[293/584] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[294/584] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[295/584] Emitting module HeapModule
[335/603] Compiling DequeModule _DequeSlot.swift
[336/603] Compiling DequeModule _UnsafeWrappedBuffer.swift
[337/726] Compiling _RopeModule BigString+Builder.swift
[338/726] Compiling _RopeModule BigString+Contents.swift
[339/728] Compiling _RopeModule Rope+Debugging.swift
[340/728] Compiling _RopeModule Rope+Invariants.swift
[341/728] Compiling _RopeModule Rope+_Node.swift
[342/728] Compiling _RopeModule _RopeVersion.swift
[343/728] Compiling _RopeModule Rope+Collection.swift
[344/728] Compiling _RopeModule Rope+Index.swift
[345/728] Compiling _RopeModule Rope+Sequence.swift
[346/728] Compiling _RopeModule Rope+Append.swift
[347/728] Compiling _RopeModule Rope+Extract.swift
[348/728] Compiling _RopeModule Rope+Find.swift
[349/728] Compiling _RopeModule BigString+Iterators.swift
[350/728] Compiling _RopeModule BigString+Metrics.swift
[351/728] Compiling _RopeModule BigString+Summary.swift
[352/728] Compiling _RopeModule BigString.swift
[353/728] Compiling _RopeModule BigString+Comparable.swift
[354/728] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[355/728] Compiling _RopeModule BigString+CustomStringConvertible.swift
[356/728] Compiling _RopeModule BigString+Equatable.swift
[357/728] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[358/728] Compiling _RopeModule BigString+Hashing.swift
[359/728] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[360/728] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[361/728] Compiling _RopeModule BigString+Sequence.swift
[362/728] Compiling _RopeModule BigString+TextOutputStream.swift
[363/728] Compiling _RopeModule BigString+Append.swift
[364/728] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[365/728] Compiling _RopeModule BigString+Insert.swift
[366/728] Compiling _RopeModule BigString+Managing Breaks.swift
[367/728] Compiling _RopeModule BigString+RemoveSubrange.swift
[368/728] Compiling _RopeModule BigString+ReplaceSubrange.swift
[369/728] Compiling _RopeModule BigString+Split.swift
[370/728] Compiling _RopeModule Range+BigString.swift
[371/728] Compiling _RopeModule BigString+UTF16View.swift
[372/728] Compiling _RopeModule BigString+UTF8View.swift
[373/728] Compiling _RopeModule BigString+Chunk.swift
[374/728] Compiling _RopeModule BigString+BidirectionalCollection.swift
[377/728] Compiling _RopeModule BigString+Debugging.swift
[378/728] Compiling _RopeModule BigString+Index.swift
[379/728] Compiling _RopeModule BigString+Ingester.swift
[380/728] Compiling _RopeModule BigString+Invariants.swift
[381/728] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[382/728] Compiling _RopeModule BigString+Chunk+Breaks.swift
[385/728] Compiling _RopeModule BigString+Chunk+Counts.swift
[386/728] Compiling _RopeModule BigString+Chunk+Description.swift
[387/728] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[388/728] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[389/728] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[390/734] Emitting module DequeModule
[391/735] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[392/735] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[393/735] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[394/735] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[395/735] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[396/735] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[397/735] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[398/735] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[399/735] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[400/735] Compiling HashTreeCollections TreeSet.swift
[402/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[403/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[404/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[405/735] Compiling _RopeModule Rope.swift
[406/735] Compiling SwiftSyntax SyntaxDeclNodes.swift
[407/735] Compiling SwiftSyntax SyntaxExprNodes.swift
[408/735] Compiling SwiftSyntax SyntaxNodes.swift
[409/735] Compiling SwiftSyntax SyntaxPatternNodes.swift
[410/735] Compiling SwiftSyntax SyntaxStmtNodes.swift
[411/735] Compiling SwiftSyntax SyntaxTypeNodes.swift
[412/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[413/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[414/735] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[415/735] Compiling _RopeModule BigSubstring.swift
[431/744] Compiling _RopeModule BigString+Chunk+Splitting.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[432/744] Emitting module OpenCombineDispatch
/host/spi-builder-workspace/.build/checkouts/OpenCombine/Sources/OpenCombineDispatch/DispatchQueue+Scheduler.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import OpenCombine
 10 |
[433/744] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
/host/spi-builder-workspace/.build/checkouts/OpenCombine/Sources/OpenCombineDispatch/DispatchQueue+Scheduler.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import OpenCombine
 10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/27] Write swift-version-24593BA9C3E375BF.txt
[2/30] Emitting module SwiftSyntax509
[3/46] Compiling SwiftSyntax509 Empty.swift
[5/63] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[6/63] Compiling InternalCollectionsUtilities UInt+reversed.swift
[7/144] Compiling OpenCombine Violations.swift
[8/144] Compiling OpenCombine ImmediateScheduler.swift
[9/168] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[10/168] Compiling OpenCombine CurrentValueSubject.swift
[11/251] Compiling OpenCombine GENERATED-RootProtocols.swift
[12/251] Compiling OpenCombine ConduitBase.swift
[13/251] Compiling OpenCombine ConduitList.swift
[14/251] Compiling OpenCombine DebugHook.swift
[17/296] Compiling SwiftSyntax SyntaxArena.swift
[18/296] Compiling SwiftSyntax SyntaxChildren.swift
[21/296] Emitting module InternalCollectionsUtilities
[23/296] Compiling SwiftSyntax AbsolutePosition.swift
[24/296] Compiling SwiftSyntax Assert.swift
[25/296] Compiling SwiftSyntax RawSyntax.swift
[26/296] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/296] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/296] Compiling SwiftSyntax BumpPtrAllocator.swift
[29/296] Compiling SwiftSyntax CommonAncestor.swift
[30/296] Compiling SwiftSyntax Convenience.swift
[31/296] Compiling SwiftSyntax RawSyntaxTokenView.swift
[32/296] Compiling SwiftSyntax SourceLength.swift
[34/331] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[35/331] Compiling _RopeModule BigString+Chunk+Breaks.swift
[36/331] Compiling _RopeModule BigString+Iterators.swift
[37/331] Compiling _RopeModule BigString+Metrics.swift
[38/331] Compiling _RopeModule BigString+Builder.swift
[39/331] Compiling _RopeModule BigString+Contents.swift
[40/331] Compiling _RopeModule BigString+Debugging.swift
[41/331] Compiling _RopeModule BigString+Index.swift
[42/331] Compiling _RopeModule BigString+Ingester.swift
[43/331] Compiling _RopeModule BigString+Invariants.swift
[44/478] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[46/504] Compiling HeapModule Heap+Descriptions.swift
[47/504] Compiling HeapModule Heap.swift
[48/504] Compiling HeapModule _HeapNode.swift
[49/519] Compiling HeapModule Heap+Invariants.swift
[50/519] Compiling HeapModule Heap+UnsafeHandle.swift
[51/519] Emitting module HeapModule
[52/520] Compiling DequeModule _DequeBuffer.swift
[53/520] Compiling DequeModule _DequeBufferHeader.swift
[54/520] Compiling HashTreeCollections TreeSet+Hashable.swift
[55/520] Compiling HashTreeCollections TreeSet+Sendable.swift
[56/520] Compiling HashTreeCollections TreeSet+Sequence.swift
[57/520] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[58/520] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[59/520] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[60/520] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[61/520] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[62/520] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[63/520] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[65/532] Compiling HashTreeCollections TreeDictionary+Values.swift
[66/532] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[67/532] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[68/532] Compiling HashTreeCollections _HashNode+Storage.swift
[69/532] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[70/532] Compiling HashTreeCollections _HashNode+Structural filter.swift
[71/532] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[72/532] Compiling HashTreeCollections _RawHashNode.swift
[73/532] Compiling HashTreeCollections _UnmanagedHashNode.swift
[74/532] Compiling HashTreeCollections _UnsafePath.swift
[75/532] Compiling HashTreeCollections TreeDictionary+Codable.swift
[76/532] Compiling HashTreeCollections TreeDictionary+Collection.swift
[77/532] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[78/532] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[79/539] Compiling DequeModule Deque+Testing.swift
[80/539] Compiling DequeModule Deque._Storage.swift
[81/539] Compiling DequeModule Deque+Equatable.swift
[82/539] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/539] Compiling DequeModule Deque+CustomReflectable.swift
[84/539] Compiling DequeModule Deque+Descriptions.swift
[85/539] Compiling DequeModule Deque+Extras.swift
[86/539] Compiling DequeModule Deque+Hashable.swift
[87/539] Compiling DequeModule Deque+Codable.swift
[88/539] Compiling DequeModule Deque+Collection.swift
[97/539] Compiling DequeModule Deque._UnsafeHandle.swift
[98/539] Compiling DequeModule Deque.swift
[106/551] Compiling DequeModule _DequeSlot.swift
[107/551] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/551] Compiling HashTreeCollections _HashNode+Builder.swift
[109/551] Compiling HashTreeCollections _HashNode+Debugging.swift
[110/551] Compiling HashTreeCollections _HashNode+Initializers.swift
[111/551] Compiling HashTreeCollections _HashNode+Invariants.swift
[112/551] Compiling HashTreeCollections _HashNode+Lookups.swift
[113/551] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[114/551] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[115/551] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[116/551] Compiling HashTreeCollections TreeDictionary.swift
[117/551] Compiling HashTreeCollections TreeSet+Codable.swift
[118/551] Compiling HashTreeCollections TreeSet+Collection.swift
[119/551] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/551] Compiling HashTreeCollections TreeSet+Debugging.swift
[121/551] Compiling HashTreeCollections TreeSet+Descriptions.swift
[122/551] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/551] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/551] Compiling HashTreeCollections TreeSet+Extras.swift
[125/551] Compiling HashTreeCollections TreeSet+Filter.swift
[126/551] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[127/551] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[128/551] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[129/551] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[130/551] Compiling HashTreeCollections _HashNode+Structural merge.swift
[131/551] Compiling HashTreeCollections _HashTreeIterator.swift
[132/551] Compiling HashTreeCollections _HashTreeStatistics.swift
[133/551] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[134/551] Compiling HashTreeCollections TreeDictionary+Filter.swift
[135/551] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[136/551] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[137/551] Compiling HashTreeCollections TreeDictionary+Keys.swift
[138/551] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[139/551] Compiling HashTreeCollections TreeDictionary+Merge.swift
[140/551] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[141/551] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[153/619] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[154/619] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[155/619] Compiling _RopeModule BigString+Comparable.swift
[156/619] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[157/619] Compiling _RopeModule BigString+CustomStringConvertible.swift
[158/619] Compiling _RopeModule BigString+Equatable.swift
[159/619] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[160/619] Compiling _RopeModule BigString+Hashing.swift
[161/619] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[162/619] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[163/619] Compiling _RopeModule BigString+Sequence.swift
[164/628] Compiling _RopeModule _CharacterRecognizer.swift
[165/628] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[166/628] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[167/628] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[168/628] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[169/628] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[170/628] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[171/628] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[172/628] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[173/628] Compiling HashTreeCollections TreeSet.swift
[174/628] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[175/628] Compiling _RopeModule BigString+Chunk+Breaks.swift
[176/628] Compiling _RopeModule BigString+Chunk+Description.swift
[179/628] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[180/628] Compiling _RopeModule BigString+Chunk+Splitting.swift
[181/628] Compiling _RopeModule BigString+Chunk.swift
[182/628] Compiling _RopeModule BigString+BidirectionalCollection.swift
[183/628] Compiling _RopeModule BigString+Append.swift
[184/628] Compiling _RopeModule BigString+Initializers.swift
[185/628] Compiling _RopeModule BigString+Insert.swift
[186/628] Compiling _RopeModule BigString+Managing Breaks.swift
[187/628] Compiling _RopeModule BigString+RemoveSubrange.swift
[188/628] Compiling _RopeModule BigString+ReplaceSubrange.swift
[189/628] Compiling _RopeModule BigString+Builder.swift
[190/628] Compiling _RopeModule BigString+Contents.swift
[191/628] Compiling _RopeModule BigString+Debugging.swift
[192/628] Compiling _RopeModule BigString+Index.swift
[193/628] Compiling _RopeModule BigString+Ingester.swift
[194/628] Compiling _RopeModule BigString+Invariants.swift
[195/628] Compiling _RopeModule BigString+Iterators.swift
[196/628] Compiling _RopeModule BigString+Metrics.swift
[206/628] Compiling OpenCombine Publishers.Print.swift
[207/628] Compiling OpenCombine Publishers.ReceiveOn.swift
[208/628] Compiling OpenCombine Publishers.Reduce.swift
[209/628] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[210/628] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[211/628] Compiling OpenCombine Publishers.ReplaceError.swift
[218/628] Compiling _RopeModule BigString+Split.swift
[219/628] Compiling _RopeModule Range+BigString.swift
[220/628] Compiling _RopeModule BigString+UTF16View.swift
[221/628] Compiling _RopeModule BigString+UTF8View.swift
[222/628] Emitting module DequeModule
[223/629] Compiling _RopeModule BigSubstring.swift
[224/629] Compiling _RopeModule Rope+Builder.swift
[225/629] Compiling _RopeModule Rope+Debugging.swift
[226/629] Compiling _RopeModule Rope+Invariants.swift
[227/629] Compiling _RopeModule Rope+_Node.swift
[228/629] Compiling _RopeModule Rope+_Storage.swift
[229/629] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[230/629] Compiling _RopeModule Rope+_UnsafeHandle.swift
[231/629] Compiling _RopeModule Rope.swift
[232/629] Compiling _RopeModule RopeElement.swift
[233/629] Compiling _RopeModule RopeMetric.swift
[236/629] Compiling _RopeModule RopeSummary.swift
[237/629] Compiling _RopeModule _RopeItem.swift
[238/629] Compiling _RopeModule _RopePath.swift
[239/629] Compiling _RopeModule _RopeVersion.swift
[240/629] Compiling _RopeModule Rope+Collection.swift
[241/629] Compiling _RopeModule Rope+Index.swift
[244/629] Compiling _RopeModule BigString+Chunk+Counts.swift
[252/629] Compiling _RopeModule BigString+TextOutputStream.swift
[253/629] Compiling _RopeModule BigString+UnicodeScalarView.swift
[254/629] Compiling _RopeModule BigSubstring+UTF16View.swift
[255/629] Compiling _RopeModule BigSubstring+UTF8View.swift
[256/629] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[275/629] Compiling OpenCombine Result.swift
[276/629] Compiling OpenCombine Scheduler.swift
[277/629] Compiling OpenCombine Subject+Void.swift
[278/629] Compiling OpenCombine Subscriber+Void.swift
[279/629] Compiling OpenCombine Subscribers.Assign.swift
[280/629] Compiling OpenCombine Subscribers.Completion.swift
[281/629] Compiling OpenCombine Subscribers.Demand.swift
[282/629] Compiling OpenCombine Subscribers.Sink.swift
[283/629] Compiling OpenCombine Subscribers.swift
[284/629] Compiling OpenCombine Subscription.swift
[285/629] Compiling OpenCombine Subscriptions.swift
[286/629] Compiling OpenCombine _Introspection.swift
[300/629] Emitting module OpenCombine
[310/629] Compiling _RopeModule Rope+Sequence.swift
[311/629] Compiling _RopeModule Rope+Append.swift
[312/629] Compiling _RopeModule Rope+Extract.swift
[313/629] Compiling _RopeModule Rope+Find.swift
[322/629] Compiling _RopeModule BigString+Summary.swift
[323/629] Compiling _RopeModule BigString.swift
[389/641] Emitting module OpenCombine
[397/675] Emitting module OrderedCollections
[398/703] Compiling _RopeModule Rope+ForEachWhile.swift
[399/703] Compiling _RopeModule Rope+Insert.swift
[400/703] Compiling _RopeModule Rope+Join.swift
[401/703] Compiling _RopeModule Rope+MutatingForEach.swift
[402/703] Compiling _RopeModule Rope+Remove.swift
[403/703] Compiling _RopeModule Rope+RemoveSubrange.swift
[404/703] Compiling _RopeModule Rope+Split.swift
[405/703] Compiling _RopeModule Optional Utilities.swift
[406/703] Compiling _RopeModule String Utilities.swift
[407/703] Compiling _RopeModule String.Index+ABI.swift
[413/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[414/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[415/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[416/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[417/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[418/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[419/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[420/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[421/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[422/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[423/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[424/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[425/706] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[426/706] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[427/720] Emitting module OpenCombineDispatch
/host/spi-builder-workspace/.build/checkouts/OpenCombine/Sources/OpenCombineDispatch/DispatchQueue+Scheduler.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import OpenCombine
 10 |
[428/720] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
/host/spi-builder-workspace/.build/checkouts/OpenCombine/Sources/OpenCombineDispatch/DispatchQueue+Scheduler.swift:8:8: error: no such module 'Dispatch'
  6 | //
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import OpenCombine
 10 |
BUILD FAILURE 6.1 wasm