The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftVizScale, reference main (6ce5a9), with Swift 6.1 for Linux on 28 Apr 2025 15:27:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
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:         linux
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2049] Fetching swift-docc-plugin
[2050/18291] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
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
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
[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/44] Emitting module InternalCollectionsUtilities
[16/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/46] Compiling InternalCollectionsUtilities Specialize.swift
[18/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/46] Compiling InternalCollectionsUtilities Integer rank.swift
[20/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/46] Compiling InternalCollectionsUtilities Debugging.swift
[22/46] Compiling InternalCollectionsUtilities Descriptions.swift
[23/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[32/46] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[33/46] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[34/52] Wrapping AST for InternalCollectionsUtilities for debugging
[36/192] Compiling HeapModule Heap+Invariants.swift
[37/192] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/245] Compiling HeapModule Heap+Descriptions.swift
[39/245] Compiling BitCollections BitArray+Codable.swift
[40/245] Compiling BitCollections BitArray+Collection.swift
[41/245] Compiling BitCollections BitArray+RandomBits.swift
[42/245] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[43/273] Compiling HashTreeCollections _AncestorHashSlots.swift
[44/273] Compiling HashTreeCollections _Bitmap.swift
[45/323] Compiling HeapModule Heap.swift
[46/323] Compiling HeapModule _HeapNode.swift
[47/323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[48/323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[49/323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[50/323] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[51/323] Compiling HashTreeCollections TreeDictionary+Merge.swift
[52/323] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[53/323] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[54/330] Emitting module HeapModule
[55/330] Compiling HeapModule Heap+UnsafeHandle.swift
[56/331] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[57/331] Compiling HashTreeCollections _HashNode+Structural filter.swift
[59/331] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[60/331] Compiling HashTreeCollections _HashNode+Storage.swift
[61/331] Compiling HashTreeCollections _HashNode+Debugging.swift
[62/331] Compiling HashTreeCollections _HashNode+Initializers.swift
[63/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[64/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[65/331] Compiling HashTreeCollections _HashNode+Structural union.swift
[66/331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[67/331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[68/331] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[69/331] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[70/331] Compiling HashTreeCollections _HashNode.swift
[71/331] Compiling HashTreeCollections _HashNodeHeader.swift
[72/331] Compiling HashTreeCollections _HashSlot.swift
[73/331] Compiling HashTreeCollections _HashStack.swift
[74/331] Compiling HashTreeCollections _HashTreeIterator.swift
[75/331] Compiling HashTreeCollections _HashTreeStatistics.swift
[76/331] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[77/331] Compiling HashTreeCollections _RawHashNode.swift
[78/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[79/331] Compiling HashTreeCollections _UnsafePath.swift
[79/331] Wrapping AST for HeapModule for debugging
[81/331] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[82/331] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[83/331] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[84/331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[85/331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[86/331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[87/331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[88/331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[96/331] Compiling HashTreeCollections TreeDictionary+Codable.swift
[97/331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[98/331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[99/331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[100/331] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[101/331] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[102/331] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[103/331] Compiling HashTreeCollections TreeDictionary+Filter.swift
[104/338] Compiling BitCollections Range+Utilities.swift
[105/338] Compiling BitCollections Slice+Utilities.swift
[106/338] Compiling BitCollections UInt+Tricks.swift
[107/338] Compiling BitCollections _Word.swift
[108/338] Compiling OrderedCollections OrderedSet.swift
[109/338] Compiling OrderedCollections _UnsafeBitset.swift
[110/338] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[111/338] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[112/338] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[113/338] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[114/348] Compiling HashTreeCollections _HashLevel.swift
[115/348] Compiling HashTreeCollections _HashNode+Builder.swift
[116/348] Compiling HashTreeCollections TreeDictionary.swift
[117/348] Compiling HashTreeCollections TreeSet+Codable.swift
[118/348] Compiling HashTreeCollections TreeSet+Collection.swift
[119/348] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/348] Compiling HashTreeCollections TreeSet+Debugging.swift
[121/348] Compiling HashTreeCollections TreeSet+Descriptions.swift
[122/348] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/348] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/348] Compiling HashTreeCollections TreeSet+Extras.swift
[125/348] Compiling HashTreeCollections TreeSet+Filter.swift
[140/348] Compiling HashTreeCollections _HashNode+Invariants.swift
[141/348] Compiling HashTreeCollections _HashNode+Lookups.swift
[148/348] Emitting module DequeModule
[158/349] Compiling BitCollections BitSet.Index.swift
[159/349] Compiling BitCollections BitSet._UnsafeHandle.swift
[160/349] Compiling BitCollections BitSet.swift
[160/349] Wrapping AST for DequeModule for debugging
[171/349] Compiling HashTreeCollections _Bucket.swift
[172/349] Compiling HashTreeCollections _Hash.swift
[185/349] Emitting module BitCollections
[201/349] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[202/349] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[203/349] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[204/349] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[205/349] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[206/349] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[207/349] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[208/349] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[209/349] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[210/349] Compiling HashTreeCollections TreeSet.swift
[256/359] Emitting module OrderedCollections
[256/360] Wrapping AST for BitCollections for debugging
[268/360] Wrapping AST for OrderedCollections for debugging
[270/360] Emitting module _RopeModule
[343/360] Compiling _RopeModule Rope+Join.swift
[344/360] Compiling _RopeModule Rope+MutatingForEach.swift
[345/360] Compiling _RopeModule Rope+Remove.swift
[346/360] Compiling _RopeModule Rope+RemoveSubrange.swift
[347/360] Compiling _RopeModule Rope+Split.swift
[348/360] Compiling _RopeModule Optional Utilities.swift
[349/360] Compiling _RopeModule String Utilities.swift
[350/360] Compiling _RopeModule String.Index+ABI.swift
[351/360] Compiling _RopeModule _CharacterRecognizer.swift
[353/361] Emitting module HashTreeCollections
[353/362] Wrapping AST for _RopeModule for debugging
[355/362] Wrapping AST for HashTreeCollections for debugging
[357/364] Emitting module Collections
[358/364] Compiling Collections Collections.swift
[359/365] Wrapping AST for Collections for debugging
[361/387] Emitting module SwiftVizScale
[362/389] Compiling SwiftVizScale IndexedColorInterpolator.swift
[363/389] Compiling SwiftVizScale LCHColorInterpolator.swift
[364/389] Compiling SwiftVizScale NiceValue.swift
[365/389] Compiling SwiftVizScale ColorInterpolator.swift
[366/389] Compiling SwiftVizScale ColorScheme.swift
[367/389] Compiling SwiftVizScale ComputedRGBInterpolator.swift
[368/389] Compiling SwiftVizScale DiscreteScale.swift
[369/389] Compiling SwiftVizScale DomainDataTransform.swift
[370/389] Compiling SwiftVizScale Collection+SimpleStats.swift
[371/389] Compiling SwiftVizScale PointScale.swift
[372/389] Compiling SwiftVizScale ReversibleScale.swift
[373/389] Compiling SwiftVizScale Scale.swift
[374/389] Compiling SwiftVizScale SequentialScale.swift
[375/389] Compiling SwiftVizScale Tick.swift
[376/389] Compiling SwiftVizScale ContinuousScale.swift
[377/389] Compiling SwiftVizScale ContinuousScaleType.swift
[378/389] Compiling SwiftVizScale DateScale.swift
[379/389] Compiling SwiftVizScale BandScale.swift
[380/389] Compiling SwiftVizScale CGColor+hex.swift
[381/389] Compiling SwiftVizScale LCH.swift
[382/389] Compiling SwiftVizScale Histogram.swift
[383/389] Compiling SwiftVizScale HistogramBinRange.swift
[384/389] Compiling SwiftVizScale Interpolation.swift
[385/390] Wrapping AST for SwiftVizScale for debugging
[387/394] Compiling VisualTests ColorInterpolatorView.swift
[388/394] Emitting module VisualTests
[389/394] Compiling VisualTests LCHAssembler.swift
[390/394] Compiling VisualTests InterpolationView.swift
[391/395] Wrapping AST for VisualTests for debugging
[393/397] Emitting module ExampleSnippet
[394/397] Compiling ExampleSnippet ExampleSnippet.swift
[395/398] Wrapping AST for ExampleSnippet for debugging
[396/398] Write Objects.LinkFileList
[397/398] Linking ExampleSnippet
Build complete! (54.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.