The Swift Package Index logo.Swift Package Index

Build Information

Failed to build VelocitySampler, reference main (10715d), with Swift 6.1 for Wasm on 30 May 2025 09:59:58 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/harlanhaskins/VelocitySampler.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/harlanhaskins/VelocitySampler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 10715df Update VelocitySampler.swift
Cloned https://github.com/harlanhaskins/VelocitySampler.git
Revision (git rev-parse @):
10715dfd3e6d12f3a258acaa211c319bb9d047f2
SUCCESS checkout https://github.com/harlanhaskins/VelocitySampler.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/harlanhaskins/VelocitySampler.git
https://github.com/harlanhaskins/VelocitySampler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "VelocitySampler",
  "name" : "VelocitySampler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "VelocitySampler",
      "targets" : [
        "VelocitySampler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VelocitySamplerTests",
      "module_type" : "SwiftTarget",
      "name" : "VelocitySamplerTests",
      "path" : "Tests/VelocitySamplerTests",
      "sources" : [
        "VelocitySamplerTests.swift"
      ],
      "target_dependencies" : [
        "VelocitySampler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VelocitySampler",
      "module_type" : "SwiftTarget",
      "name" : "VelocitySampler",
      "path" : "Sources/VelocitySampler",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "VelocitySampler"
      ],
      "sources" : [
        "VelocitySampler.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.62s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (2.77s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/24] Compiling InternalCollectionsUtilities Debugging.swift
[13/25] Emitting module InternalCollectionsUtilities
[14/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/25] Compiling InternalCollectionsUtilities Integer rank.swift
[20/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/25] Compiling InternalCollectionsUtilities Descriptions.swift
[23/25] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/25] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/25] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/300] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[28/300] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[29/300] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[30/300] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[31/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/302] Compiling HashTreeCollections _HashStack.swift
[33/302] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[34/302] Compiling HeapModule Heap+Descriptions.swift
[35/302] Compiling HeapModule Heap.swift
[36/302] Compiling HeapModule _HeapNode.swift
[37/302] Compiling HeapModule Heap+Invariants.swift
[38/302] Compiling HeapModule Heap+UnsafeHandle.swift
[39/302] Emitting module HeapModule
[40/303] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[41/303] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[42/303] Compiling HashTreeCollections TreeDictionary+Keys.swift
[43/303] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[44/303] Compiling HashTreeCollections TreeDictionary+Merge.swift
[45/303] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[46/303] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[47/310] Compiling DequeModule _DequeSlot.swift
[48/310] Compiling DequeModule _UnsafeWrappedBuffer.swift
[49/310] Emitting module BitCollections
[50/317] Compiling HashTreeCollections _HashNode+Initializers.swift
[51/317] Compiling HashTreeCollections _HashNode+Invariants.swift
[52/317] Compiling HashTreeCollections _HashNode+Lookups.swift
[53/317] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[54/317] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[55/317] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[56/317] Compiling HashTreeCollections TreeDictionary+Filter.swift
[58/317] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[59/317] Compiling HashTreeCollections _AncestorHashSlots.swift
[60/317] Compiling HashTreeCollections _Bitmap.swift
[61/317] Compiling HashTreeCollections _Bucket.swift
[62/317] Compiling HashTreeCollections _Hash.swift
[63/317] Compiling HashTreeCollections _HashLevel.swift
[64/317] Compiling HashTreeCollections _HashNode+Builder.swift
[65/317] Compiling HashTreeCollections _HashNode+Debugging.swift
[66/317] Compiling HashTreeCollections TreeSet+Hashable.swift
[67/317] Compiling HashTreeCollections TreeSet+Sendable.swift
[68/317] Compiling HashTreeCollections TreeSet+Sequence.swift
[69/317] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[70/317] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[71/317] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[72/317] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[73/317] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[74/317] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[75/317] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[76/327] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[83/327] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[84/327] Compiling HashTreeCollections _RawHashNode.swift
[85/327] Compiling HashTreeCollections _UnmanagedHashNode.swift
[86/327] Compiling HashTreeCollections _UnsafePath.swift
[87/327] Compiling HashTreeCollections TreeDictionary+Codable.swift
[88/327] Compiling HashTreeCollections TreeDictionary+Collection.swift
[89/327] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[90/327] Compiling BitCollections Range+Utilities.swift
[91/327] Compiling BitCollections Slice+Utilities.swift
[92/327] Compiling BitCollections UInt+Tricks.swift
[93/327] Compiling BitCollections _Word.swift
[94/327] Compiling OrderedCollections OrderedSet.swift
[95/327] Compiling OrderedCollections _UnsafeBitset.swift
[96/327] Compiling HashTreeCollections TreeSet+Equatable.swift
[97/327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[98/327] Compiling HashTreeCollections TreeSet+Extras.swift
[99/327] Compiling HashTreeCollections TreeSet+Filter.swift
[108/327] Compiling HashTreeCollections _HashNodeHeader.swift
[109/327] Compiling HashTreeCollections _HashSlot.swift
[110/327] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[111/327] Compiling HashTreeCollections _HashNode.swift
[112/327] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[113/327] Compiling HashTreeCollections _HashNode+Storage.swift
[114/327] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[115/327] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[116/327] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[117/327] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[118/327] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[119/327] Compiling HashTreeCollections _HashNode+Structural merge.swift
[120/327] Compiling HashTreeCollections _HashTreeIterator.swift
[121/327] Compiling HashTreeCollections _HashTreeStatistics.swift
[130/327] Compiling BitCollections BitSet.Index.swift
[131/327] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/327] Compiling BitCollections BitSet.swift
[147/327] Compiling HashTreeCollections _HashNode+Structural union.swift
[148/327] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[149/327] Emitting module DequeModule
[174/328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/328] Compiling HashTreeCollections TreeSet.swift
[274/338] Emitting module OrderedCollections
[310/339] Emitting module _RopeModule
[311/339] Emitting module HashTreeCollections
[313/340] Compiling _RopeModule Rope+Join.swift
[314/340] Compiling _RopeModule Rope+MutatingForEach.swift
[315/340] Compiling _RopeModule Rope+Remove.swift
[316/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[317/340] Compiling _RopeModule Rope+Split.swift
[318/340] Compiling _RopeModule Optional Utilities.swift
[319/340] Compiling _RopeModule String Utilities.swift
[320/340] Compiling _RopeModule String.Index+ABI.swift
[321/340] Compiling _RopeModule _CharacterRecognizer.swift
[342/343] Emitting module Collections
[343/343] Compiling Collections Collections.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[345/346] Emitting module VelocitySampler
/host/spi-builder-workspace/Sources/VelocitySampler/VelocitySampler.swift:9:15: error: no such module 'CoreGraphics'
  7 |
  8 | internal import Collections
  9 | public import CoreGraphics
    |               `- error: no such module 'CoreGraphics'
 10 | public import QuartzCore
 11 | import Foundation
[346/346] Compiling VelocitySampler VelocitySampler.swift
/host/spi-builder-workspace/Sources/VelocitySampler/VelocitySampler.swift:9:15: error: no such module 'CoreGraphics'
  7 |
  8 | internal import Collections
  9 | public import CoreGraphics
    |               `- error: no such module 'CoreGraphics'
 10 | public import QuartzCore
 11 | import Foundation
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/15] Compiling InternalCollectionsUtilities Descriptions.swift
[4/15] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/15] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/15] Compiling InternalCollectionsUtilities Debugging.swift
[7/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[8/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/16] Compiling InternalCollectionsUtilities Integer rank.swift
[18/291] Compiling HeapModule Heap+Descriptions.swift
[19/291] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[20/291] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[21/293] Compiling HeapModule _HeapNode.swift
[22/293] Compiling HeapModule Heap.swift
[23/293] Compiling HeapModule Heap+Invariants.swift
[24/293] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[25/293] Compiling HeapModule Heap+UnsafeHandle.swift
[26/293] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[27/293] Compiling HashTreeCollections _HashNode+Storage.swift
[28/293] Emitting module HeapModule
[29/294] Compiling HashTreeCollections _Bucket.swift
[30/294] Compiling HashTreeCollections _Hash.swift
[31/294] Compiling HashTreeCollections _HashLevel.swift
[32/294] Compiling HashTreeCollections _HashNode+Builder.swift
[33/294] Compiling HashTreeCollections _HashNode+Debugging.swift
[34/294] Compiling HashTreeCollections _HashNode+Initializers.swift
[35/294] Compiling HashTreeCollections _HashNode+Invariants.swift
[36/301] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[37/301] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[46/308] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[47/308] Compiling HashTreeCollections _HashNode.swift
[48/308] Compiling DequeModule _DequeSlot.swift
[49/308] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/308] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[51/308] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[52/308] Compiling HashTreeCollections TreeDictionary+Keys.swift
[53/308] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[54/308] Compiling HashTreeCollections TreeDictionary+Merge.swift
[55/308] Compiling BitCollections BitSet.Index.swift
[56/308] Compiling BitCollections BitSet._UnsafeHandle.swift
[57/308] Compiling HashTreeCollections TreeSet+Hashable.swift
[58/308] Compiling HashTreeCollections TreeSet+Sendable.swift
[59/308] Compiling HashTreeCollections TreeSet+Sequence.swift
[60/308] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[61/308] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[62/308] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[63/308] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[64/308] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[65/308] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[66/308] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[67/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[68/318] Compiling HashTreeCollections TreeDictionary+Collection.swift
[69/318] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[70/318] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[71/318] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[72/318] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[73/318] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[74/318] Compiling HashTreeCollections TreeDictionary+Filter.swift
[75/318] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[76/318] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[77/318] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[78/318] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[79/318] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[80/318] Compiling HashTreeCollections _HashNode+Structural merge.swift
[81/318] Compiling HashTreeCollections _AncestorHashSlots.swift
[82/318] Compiling HashTreeCollections _Bitmap.swift
[83/318] Compiling OrderedCollections OrderedSet+SubSequence.swift
[84/318] Compiling OrderedCollections OrderedSet+Testing.swift
[85/318] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[86/318] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[87/318] Compiling OrderedCollections OrderedSet.swift
[88/318] Compiling OrderedCollections _UnsafeBitset.swift
[89/318] Compiling HashTreeCollections TreeSet+Equatable.swift
[90/318] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[91/318] Compiling HashTreeCollections TreeSet+Extras.swift
[92/318] Compiling HashTreeCollections TreeSet+Filter.swift
[93/318] Compiling HashTreeCollections _HashStack.swift
[94/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[95/318] Compiling HashTreeCollections _HashNodeHeader.swift
[96/318] Compiling HashTreeCollections _HashSlot.swift
[104/318] Compiling HashTreeCollections _UnsafePath.swift
[111/318] Compiling HashTreeCollections _HashNode+Lookups.swift
[112/318] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[113/318] Compiling HashTreeCollections _HashTreeIterator.swift
[114/318] Compiling HashTreeCollections _HashTreeStatistics.swift
[115/318] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[116/318] Compiling HashTreeCollections _RawHashNode.swift
[117/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[150/318] Compiling HashTreeCollections _HashNode+Structural union.swift
[151/318] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[162/318] Compiling OrderedCollections OrderedSet+Sendable.swift
[163/318] Emitting module DequeModule
[164/318] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[165/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[166/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[167/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[168/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[169/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[170/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[171/318] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[172/318] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[173/318] Compiling HashTreeCollections TreeSet.swift
[174/319] Emitting module BitCollections
[236/329] Emitting module OrderedCollections
[248/330] Emitting module _RopeModule
[269/330] Emitting module HashTreeCollections
[304/331] Compiling _RopeModule Rope+Join.swift
[305/331] Compiling _RopeModule Rope+MutatingForEach.swift
[306/331] Compiling _RopeModule Rope+Remove.swift
[307/331] Compiling _RopeModule Rope+RemoveSubrange.swift
[308/331] Compiling _RopeModule Rope+Split.swift
[309/331] Compiling _RopeModule Optional Utilities.swift
[310/331] Compiling _RopeModule String Utilities.swift
[311/331] Compiling _RopeModule String.Index+ABI.swift
[312/331] Compiling _RopeModule _CharacterRecognizer.swift
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[336/337] Emitting module VelocitySampler
/host/spi-builder-workspace/Sources/VelocitySampler/VelocitySampler.swift:9:15: error: no such module 'CoreGraphics'
  7 |
  8 | internal import Collections
  9 | public import CoreGraphics
    |               `- error: no such module 'CoreGraphics'
 10 | public import QuartzCore
 11 | import Foundation
[337/337] Compiling VelocitySampler VelocitySampler.swift
/host/spi-builder-workspace/Sources/VelocitySampler/VelocitySampler.swift:9:15: error: no such module 'CoreGraphics'
  7 |
  8 | internal import Collections
  9 | public import CoreGraphics
    |               `- error: no such module 'CoreGraphics'
 10 | public import QuartzCore
 11 | import Foundation
BUILD FAILURE 6.1 wasm