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 0.8.0 (6ce5a9), with Swift 6.1 for Android on 29 May 2025 07:32:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 0.8.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/swiftviz/Scale
 * tag               0.8.0      -> FETCH_HEAD
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 0.8.0
========================================
Build
========================================
Selected platform:         android
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
[206/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (2.76s)
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.89s)
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.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
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.2.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 _UnsafeBitSet.swift
[17/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/42] Emitting module InternalCollectionsUtilities
[19/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/42] Compiling InternalCollectionsUtilities Integer rank.swift
[21/42] Compiling InternalCollectionsUtilities Descriptions.swift
[22/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/42] Compiling InternalCollectionsUtilities Debugging.swift
[25/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/76] Wrapping AST for InternalCollectionsUtilities for debugging
[32/317] Compiling HeapModule Heap+Descriptions.swift
[33/317] Compiling HeapModule _HeapNode.swift
[34/317] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[35/317] Compiling HashTreeCollections _HashNode+Storage.swift
[36/319] Compiling HashTreeCollections _HashNode+Debugging.swift
[37/319] Compiling HashTreeCollections _HashNode+Initializers.swift
[38/319] Compiling HashTreeCollections _HashNode+Invariants.swift
[39/319] Compiling HashTreeCollections _HashNode+Lookups.swift
[40/319] Compiling HashTreeCollections _HashLevel.swift
[41/319] Compiling HashTreeCollections _HashNode+Builder.swift
[42/319] Compiling HashTreeCollections _Bucket.swift
[43/319] Compiling HashTreeCollections _Hash.swift
[44/319] Compiling HeapModule Heap.swift
[45/319] Emitting module HeapModule
[46/319] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[47/319] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[48/319] Compiling HashTreeCollections TreeDictionary+Keys.swift
[49/319] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[50/319] Compiling HashTreeCollections TreeDictionary+Merge.swift
[51/319] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[52/319] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[53/326] Compiling HeapModule Heap+Invariants.swift
[54/326] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[55/326] Compiling HeapModule Heap+UnsafeHandle.swift
[56/326] Compiling HashTreeCollections TreeDictionary+Collection.swift
[57/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[58/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[59/326] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[60/326] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[61/326] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[62/326] Compiling HashTreeCollections TreeDictionary+Filter.swift
[63/326] Compiling DequeModule _DequeSlot.swift
[64/326] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/327] Compiling HashTreeCollections _HashNode+Structural union.swift
[66/327] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[67/327] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[68/327] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[69/327] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[70/327] Compiling HashTreeCollections _HashNode.swift
[71/327] Compiling HashTreeCollections _HashNodeHeader.swift
[72/334] Wrapping AST for HeapModule for debugging
[74/334] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[75/334] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[76/334] Compiling HashTreeCollections TreeSet+Hashable.swift
[77/334] Compiling HashTreeCollections TreeSet+Sendable.swift
[78/334] Compiling HashTreeCollections TreeSet+Sequence.swift
[79/334] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[80/334] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[81/334] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[82/334] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[83/334] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[84/334] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[85/334] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[86/344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[87/344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[88/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[89/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[90/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[91/344] Compiling HashTreeCollections _HashNode+Structural merge.swift
[92/344] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[93/344] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[94/344] Compiling HashTreeCollections _HashStack.swift
[95/344] Compiling HashTreeCollections _HashTreeIterator.swift
[96/344] Compiling HashTreeCollections _HashTreeStatistics.swift
[97/344] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[98/344] Compiling HashTreeCollections _RawHashNode.swift
[99/344] Compiling HashTreeCollections _UnmanagedHashNode.swift
[100/344] Compiling HashTreeCollections _UnsafePath.swift
[101/344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[109/344] Compiling HashTreeCollections _HashSlot.swift
[110/344] Emitting module BitCollections
[111/344] Compiling HashTreeCollections _AncestorHashSlots.swift
[112/344] Compiling HashTreeCollections _Bitmap.swift
[119/344] Emitting module DequeModule
[130/345] Compiling BitCollections BitSet.Index.swift
[131/345] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/345] Compiling BitCollections BitSet.swift
[133/345] Compiling BitCollections Range+Utilities.swift
[134/345] Compiling BitCollections Slice+Utilities.swift
[135/345] Compiling BitCollections UInt+Tricks.swift
[136/345] Compiling BitCollections _Word.swift
[137/345] Compiling OrderedCollections OrderedSet.swift
[138/345] Compiling OrderedCollections _UnsafeBitset.swift
[139/345] Compiling HashTreeCollections TreeSet+Equatable.swift
[140/345] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[141/345] Compiling HashTreeCollections TreeSet+Extras.swift
[142/345] Compiling HashTreeCollections TreeSet+Filter.swift
[165/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[166/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[167/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[168/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[169/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[170/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[171/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[172/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[173/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[174/345] Compiling HashTreeCollections TreeSet.swift
[174/345] Wrapping AST for DequeModule for debugging
[216/355] Wrapping AST for BitCollections for debugging
[253/355] Emitting module OrderedCollections
[255/356] Emitting module _RopeModule
[288/356] Wrapping AST for OrderedCollections for debugging
[290/356] Compiling _RopeModule Rope+Join.swift
[291/356] Compiling _RopeModule Rope+MutatingForEach.swift
[292/356] Compiling _RopeModule Rope+Remove.swift
[293/356] Compiling _RopeModule Rope+RemoveSubrange.swift
[294/356] Compiling _RopeModule Rope+Split.swift
[295/356] Compiling _RopeModule Optional Utilities.swift
[296/356] Compiling _RopeModule String Utilities.swift
[297/356] Compiling _RopeModule String.Index+ABI.swift
[298/356] Compiling _RopeModule _CharacterRecognizer.swift
[299/356] Emitting module HashTreeCollections
[350/358] Wrapping AST for HashTreeCollections for debugging
[351/358] Wrapping AST for _RopeModule for debugging
[353/360] Emitting module Collections
[354/360] Compiling Collections Collections.swift
[355/361] Wrapping AST for Collections for debugging
[357/383] Emitting module SwiftVizScale
[358/385] Compiling SwiftVizScale ContinuousScale.swift
[359/385] Compiling SwiftVizScale ContinuousScaleType.swift
[360/385] Compiling SwiftVizScale DateScale.swift
[361/385] Compiling SwiftVizScale DiscreteScale.swift
[362/385] Compiling SwiftVizScale DomainDataTransform.swift
[363/385] Compiling SwiftVizScale Collection+SimpleStats.swift
[364/385] Compiling SwiftVizScale ColorInterpolator.swift
[365/385] Compiling SwiftVizScale ColorScheme.swift
[366/385] Compiling SwiftVizScale ComputedRGBInterpolator.swift
[367/385] Compiling SwiftVizScale Histogram.swift
[368/385] Compiling SwiftVizScale HistogramBinRange.swift
[369/385] Compiling SwiftVizScale Interpolation.swift
[370/385] Compiling SwiftVizScale IndexedColorInterpolator.swift
[371/385] Compiling SwiftVizScale LCHColorInterpolator.swift
[372/385] Compiling SwiftVizScale NiceValue.swift
[373/385] Compiling SwiftVizScale PointScale.swift
[374/385] Compiling SwiftVizScale ReversibleScale.swift
[375/385] Compiling SwiftVizScale Scale.swift
[376/385] Compiling SwiftVizScale SequentialScale.swift
[377/385] Compiling SwiftVizScale Tick.swift
[378/385] Compiling SwiftVizScale BandScale.swift
[379/385] Compiling SwiftVizScale CGColor+hex.swift
[380/385] Compiling SwiftVizScale LCH.swift
[381/386] Wrapping AST for SwiftVizScale for debugging
[383/390] Compiling VisualTests ColorInterpolatorView.swift
[384/390] Compiling VisualTests LCHAssembler.swift
[385/390] Compiling VisualTests InterpolationView.swift
[386/390] Emitting module VisualTests
[387/391] Wrapping AST for VisualTests for debugging
[389/393] Compiling ExampleSnippet ExampleSnippet.swift
[390/393] Emitting module ExampleSnippet
[391/394] Wrapping AST for ExampleSnippet for debugging
[392/394] Write Objects.LinkFileList
[393/394] Linking ExampleSnippet
Build complete! (87.70s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.