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

Successful build of SwiftVizScale, reference main (6ce5a9), with Swift 6.1 for Wasm on 29 May 2025 07:30:53 UTC.

Swift 6 data race errors: 0

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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftviz/Scale.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/swiftviz/Scale
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6ce5a96 consistency cleanup
Cloned https://github.com/swiftviz/Scale.git
Revision (git rev-parse @):
6ce5a969597393cf3dc3f1444a58972da6f3761e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftviz/Scale.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftviz/Scale.git
https://github.com/swiftviz/Scale.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftVizScale",
  "name" : "SwiftVizScale",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "SwiftVizScale",
      "targets" : [
        "SwiftVizScale"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScaleVisualTests",
      "targets" : [
        "SwiftVizScale",
        "VisualTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleSnippet",
      "targets" : [
        "ExampleSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VisualTests",
      "module_type" : "SwiftTarget",
      "name" : "VisualTests",
      "path" : "Sources/VisualTests",
      "product_memberships" : [
        "ScaleVisualTests",
        "ExampleSnippet"
      ],
      "sources" : [
        "ColorInterpolatorView.swift",
        "InterpolationView.swift",
        "LCHAssembler.swift"
      ],
      "target_dependencies" : [
        "SwiftVizScale"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftVizScaleTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVizScaleTests",
      "path" : "Tests/SwiftVizScaleTests",
      "sources" : [
        "ArrayInterpolatorTests.swift",
        "BandScaleTests.swift",
        "ContinuousScaleTests.swift",
        "DateNiceValueTests.swift",
        "DateScaleTests.swift",
        "DiscreteScaleTests.swift",
        "ExternalPackageTests.swift",
        "Histogram/HistogramTests.swift",
        "Histogram/RandomAccessCollectionStatTests.swift",
        "InterpolateTests.swift",
        "LCHTests.swift",
        "LogScaleTests.swift",
        "NiceValueTests.swift",
        "NormalizeTests.swift",
        "PointScaleTests.swift",
        "PowerScaleTests.swift",
        "RadialScaleTests.swift",
        "ScaleAssertions.swift",
        "ScaleFactoryTests.swift",
        "ScaleTemplateTests.swift",
        "TickTests.swift",
        "TimeScaleTests.swift"
      ],
      "target_dependencies" : [
        "SwiftVizScale"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftVizScale",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVizScale",
      "path" : "Sources/SwiftVizScale",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "SwiftVizScale",
        "ScaleVisualTests",
        "ExampleSnippet"
      ],
      "sources" : [
        "BandScale.swift",
        "Color/CGColor+hex.swift",
        "Color/LCH.swift",
        "ContinuousScale.swift",
        "ContinuousScaleType.swift",
        "DateScale.swift",
        "DiscreteScale.swift",
        "DomainDataTransform.swift",
        "Histogram/Collection+SimpleStats.swift",
        "Histogram/Histogram.swift",
        "Histogram/HistogramBinRange.swift",
        "Interpolation.swift",
        "Interpolators/ColorInterpolator.swift",
        "Interpolators/ColorScheme.swift",
        "Interpolators/ComputedRGBInterpolator.swift",
        "Interpolators/IndexedColorInterpolator.swift",
        "Interpolators/LCHColorInterpolator.swift",
        "NiceValue.swift",
        "PointScale.swift",
        "ReversibleScale.swift",
        "Scale.swift",
        "SequentialScale.swift",
        "Tick.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleSnippet",
      "module_type" : "SwiftTarget",
      "name" : "ExampleSnippet",
      "path" : "Snippets",
      "product_memberships" : [
        "ExampleSnippet"
      ],
      "sources" : [
        "ExampleSnippet.swift"
      ],
      "target_dependencies" : [
        "VisualTests",
        "SwiftVizScale"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.8"
}
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/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.62s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/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.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/27] Write sources
[13/27] Write swift-version-24593BA9C3E375BF.txt
[15/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/42] Compiling InternalCollectionsUtilities Descriptions.swift
[17/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/42] Compiling InternalCollectionsUtilities Debugging.swift
[22/42] Emitting module InternalCollectionsUtilities
[23/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/42] Compiling InternalCollectionsUtilities Integer rank.swift
[29/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/46] Wrapping AST for InternalCollectionsUtilities for debugging
[32/317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[33/317] Compiling HeapModule Heap+Descriptions.swift
[34/317] Compiling BitCollections BitArray._UnsafeHandle.swift
[35/317] Compiling BitCollections BitArray.swift
[36/319] Compiling HeapModule Heap.swift
[37/319] Compiling HeapModule _HeapNode.swift
[38/319] Compiling _RopeModule BigString+Debugging.swift
[39/319] Compiling _RopeModule BigString+Index.swift
[40/319] Compiling HashTreeCollections TreeSet+Hashable.swift
[41/319] Compiling HashTreeCollections TreeSet+Sendable.swift
[42/319] Compiling HashTreeCollections TreeSet+Sequence.swift
[43/319] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[44/319] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[45/319] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[46/319] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[47/319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[48/319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[49/319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[50/329] Compiling HeapModule Heap+Invariants.swift
[51/329] Compiling HeapModule Heap+UnsafeHandle.swift
[52/329] Compiling HashTreeCollections TreeDictionary+Collection.swift
[53/329] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[54/329] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[55/329] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[56/329] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[57/329] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[58/329] Compiling HashTreeCollections TreeDictionary+Filter.swift
[59/329] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[60/329] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[61/329] Compiling HashTreeCollections TreeDictionary+Keys.swift
[62/329] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[63/329] Compiling HashTreeCollections TreeDictionary+Merge.swift
[64/329] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[65/329] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[66/336] Emitting module HeapModule
[68/337] Compiling DequeModule _DequeSlot.swift
[69/337] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/337] Compiling _RopeModule BigString+Ingester.swift
[71/337] Compiling _RopeModule BigString+Invariants.swift
[72/337] Compiling BitCollections BitArray+Shifts.swift
[73/337] Compiling BitCollections BitArray+Testing.swift
[74/337] Compiling _RopeModule BigString+Summary.swift
[75/337] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[76/337] Compiling _RopeModule BigString+Iterators.swift
[77/337] Compiling _RopeModule BigString+Metrics.swift
[77/337] Wrapping AST for HeapModule for debugging
[79/337] Compiling _RopeModule BigSubstring.swift
[80/337] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[81/337] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[82/337] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[83/337] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[84/337] Compiling HashTreeCollections _HashNode.swift
[85/337] Compiling HashTreeCollections _HashNodeHeader.swift
[86/337] Compiling HashTreeCollections _HashSlot.swift
[87/337] Compiling HashTreeCollections _HashStack.swift
[88/337] Compiling HashTreeCollections _HashTreeIterator.swift
[89/337] Compiling HashTreeCollections _HashTreeStatistics.swift
[90/337] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[91/337] Compiling HashTreeCollections _RawHashNode.swift
[92/337] Compiling HashTreeCollections _UnmanagedHashNode.swift
[93/337] Compiling HashTreeCollections _UnsafePath.swift
[94/337] Compiling HashTreeCollections TreeDictionary+Codable.swift
[95/337] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[96/337] Compiling BitCollections BitSet+CustomReflectable.swift
[97/337] Compiling BitCollections BitSet+CustomStringConvertible.swift
[98/337] Compiling BitCollections BitSet+Equatable.swift
[99/337] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[100/337] Compiling BitCollections BitSet+Extras.swift
[101/337] Compiling BitCollections BitSet+Hashable.swift
[102/337] Compiling BitCollections BitSet+Initializers.swift
[117/344] Compiling BitCollections BitSet.Index.swift
[118/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[119/344] Compiling BitCollections BitSet.swift
[136/344] Compiling BitCollections Range+Utilities.swift
[137/344] Compiling BitCollections Slice+Utilities.swift
[138/344] Compiling BitCollections UInt+Tricks.swift
[139/344] Compiling BitCollections _Word.swift
[140/344] Compiling OrderedCollections OrderedSet.swift
[141/344] Compiling OrderedCollections _UnsafeBitset.swift
[142/344] Compiling HashTreeCollections TreeSet+Equatable.swift
[143/344] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[144/344] Compiling HashTreeCollections TreeSet+Extras.swift
[145/344] Compiling HashTreeCollections TreeSet+Filter.swift
[146/344] Compiling _RopeModule BigString+Builder.swift
[147/344] Compiling _RopeModule BigString+Contents.swift
[162/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[163/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[164/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[165/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[166/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[167/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[168/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[169/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[170/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[171/344] Compiling HashTreeCollections TreeSet.swift
[172/344] Emitting module DequeModule
[174/345] Emitting module BitCollections
[198/345] Wrapping AST for DequeModule for debugging
[211/345] Emitting module OrderedCollections
[253/356] Wrapping AST for BitCollections for debugging
[254/356] Wrapping AST for OrderedCollections for debugging
[256/356] Emitting module _RopeModule
[290/356] Emitting module HashTreeCollections
[291/357] Compiling _RopeModule Rope+Join.swift
[292/357] Compiling _RopeModule Rope+MutatingForEach.swift
[293/357] Compiling _RopeModule Rope+Remove.swift
[294/357] Compiling _RopeModule Rope+RemoveSubrange.swift
[295/357] Compiling _RopeModule Rope+Split.swift
[296/357] Compiling _RopeModule Optional Utilities.swift
[297/357] Compiling _RopeModule String Utilities.swift
[298/357] Compiling _RopeModule String.Index+ABI.swift
[299/357] Compiling _RopeModule _CharacterRecognizer.swift
[350/358] Wrapping AST for HashTreeCollections for debugging
[351/358] Wrapping AST for _RopeModule for debugging
[353/360] Compiling Collections Collections.swift
[354/360] Emitting module Collections
[355/361] Wrapping AST for Collections for debugging
[357/383] Compiling SwiftVizScale ContinuousScale.swift
[358/383] Compiling SwiftVizScale ContinuousScaleType.swift
[359/383] Compiling SwiftVizScale DateScale.swift
[360/385] Compiling SwiftVizScale BandScale.swift
[361/385] Compiling SwiftVizScale CGColor+hex.swift
[362/385] Compiling SwiftVizScale LCH.swift
[363/385] Compiling SwiftVizScale Histogram.swift
[364/385] Compiling SwiftVizScale HistogramBinRange.swift
[365/385] Compiling SwiftVizScale Interpolation.swift
[366/385] Emitting module SwiftVizScale
[367/385] Compiling SwiftVizScale IndexedColorInterpolator.swift
[368/385] Compiling SwiftVizScale LCHColorInterpolator.swift
[369/385] Compiling SwiftVizScale NiceValue.swift
[370/385] Compiling SwiftVizScale ColorInterpolator.swift
[371/385] Compiling SwiftVizScale ColorScheme.swift
[372/385] Compiling SwiftVizScale ComputedRGBInterpolator.swift
[373/385] Compiling SwiftVizScale DiscreteScale.swift
[374/385] Compiling SwiftVizScale DomainDataTransform.swift
[375/385] Compiling SwiftVizScale Collection+SimpleStats.swift
[376/385] Compiling SwiftVizScale PointScale.swift
[377/385] Compiling SwiftVizScale ReversibleScale.swift
[378/385] Compiling SwiftVizScale Scale.swift
[379/385] Compiling SwiftVizScale SequentialScale.swift
[380/385] Compiling SwiftVizScale Tick.swift
[381/386] Wrapping AST for SwiftVizScale for debugging
[383/390] Compiling VisualTests LCHAssembler.swift
[384/390] Emitting module VisualTests
[385/390] Compiling VisualTests InterpolationView.swift
[386/390] Compiling VisualTests ColorInterpolatorView.swift
[387/391] Wrapping AST for VisualTests for debugging
[389/393] Emitting module ExampleSnippet
[390/393] Compiling ExampleSnippet ExampleSnippet.swift
[391/394] Wrapping AST for ExampleSnippet for debugging
[392/394] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[393/394] Linking ExampleSnippet.wasm
Build complete! (66.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftVizScale",
  "name" : "SwiftVizScale",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "SwiftVizScale",
      "targets" : [
        "SwiftVizScale"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ScaleVisualTests",
      "targets" : [
        "SwiftVizScale",
        "VisualTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleSnippet",
      "targets" : [
        "ExampleSnippet"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VisualTests",
      "module_type" : "SwiftTarget",
      "name" : "VisualTests",
      "path" : "Sources/VisualTests",
      "product_memberships" : [
        "ScaleVisualTests",
        "ExampleSnippet"
      ],
      "sources" : [
        "ColorInterpolatorView.swift",
        "InterpolationView.swift",
        "LCHAssembler.swift"
      ],
      "target_dependencies" : [
        "SwiftVizScale"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftVizScaleTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVizScaleTests",
      "path" : "Tests/SwiftVizScaleTests",
      "sources" : [
        "ArrayInterpolatorTests.swift",
        "BandScaleTests.swift",
        "ContinuousScaleTests.swift",
        "DateNiceValueTests.swift",
        "DateScaleTests.swift",
        "DiscreteScaleTests.swift",
        "ExternalPackageTests.swift",
        "Histogram/HistogramTests.swift",
        "Histogram/RandomAccessCollectionStatTests.swift",
        "InterpolateTests.swift",
        "LCHTests.swift",
        "LogScaleTests.swift",
        "NiceValueTests.swift",
        "NormalizeTests.swift",
        "PointScaleTests.swift",
        "PowerScaleTests.swift",
        "RadialScaleTests.swift",
        "ScaleAssertions.swift",
        "ScaleFactoryTests.swift",
        "ScaleTemplateTests.swift",
        "TickTests.swift",
        "TimeScaleTests.swift"
      ],
      "target_dependencies" : [
        "SwiftVizScale"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftVizScale",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVizScale",
      "path" : "Sources/SwiftVizScale",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "SwiftVizScale",
        "ScaleVisualTests",
        "ExampleSnippet"
      ],
      "sources" : [
        "BandScale.swift",
        "Color/CGColor+hex.swift",
        "Color/LCH.swift",
        "ContinuousScale.swift",
        "ContinuousScaleType.swift",
        "DateScale.swift",
        "DiscreteScale.swift",
        "DomainDataTransform.swift",
        "Histogram/Collection+SimpleStats.swift",
        "Histogram/Histogram.swift",
        "Histogram/HistogramBinRange.swift",
        "Interpolation.swift",
        "Interpolators/ColorInterpolator.swift",
        "Interpolators/ColorScheme.swift",
        "Interpolators/ComputedRGBInterpolator.swift",
        "Interpolators/IndexedColorInterpolator.swift",
        "Interpolators/LCHColorInterpolator.swift",
        "NiceValue.swift",
        "PointScale.swift",
        "ReversibleScale.swift",
        "Scale.swift",
        "SequentialScale.swift",
        "Tick.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleSnippet",
      "module_type" : "SwiftTarget",
      "name" : "ExampleSnippet",
      "path" : "Snippets",
      "product_memberships" : [
        "ExampleSnippet"
      ],
      "sources" : [
        "ExampleSnippet.swift"
      ],
      "target_dependencies" : [
        "VisualTests",
        "SwiftVizScale"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.8"
}
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
Done.