Build Information
Successful build of SwiftVizScale, reference main (6ce5a9
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:02:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftviz/Scale.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swiftviz/Scale.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[13/16] Write swift-version-1EA4D86E10B52AF.txt
[15/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/31] Compiling InternalCollectionsUtilities Debugging.swift
[17/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/31] Compiling InternalCollectionsUtilities Descriptions.swift
[19/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/31] Compiling InternalCollectionsUtilities Integer rank.swift
[26/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/31] Emitting module InternalCollectionsUtilities
[29/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/313] Compiling DequeModule _DequeBuffer.swift
[31/314] Compiling DequeModule _DequeBufferHeader.swift
[32/314] Compiling DequeModule _DequeSlot.swift
[33/314] Compiling HeapModule Heap.swift
[34/314] Compiling HeapModule _HeapNode.swift
[35/314] Compiling HashTreeCollections _HashLevel.swift
[36/314] Compiling HashTreeCollections _HashNode+Builder.swift
[37/314] Compiling HashTreeCollections _Bucket.swift
[38/314] Compiling HashTreeCollections _Hash.swift
[39/314] Compiling HeapModule Heap+Descriptions.swift
[40/314] Compiling HeapModule Heap+Invariants.swift
[41/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[42/314] Compiling HeapModule Heap+UnsafeHandle.swift
[43/314] Emitting module HeapModule
[44/314] Compiling HashTreeCollections _HashNode+Debugging.swift
[45/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[46/314] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/314] Compiling HashTreeCollections _HashNode+Structural union.swift
[48/314] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[49/314] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[50/314] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[51/314] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[52/314] Compiling HashTreeCollections _HashNode.swift
[53/319] Compiling HashTreeCollections _HashSlot.swift
[54/319] Compiling HashTreeCollections _HashStack.swift
[55/319] Compiling HashTreeCollections _HashTreeIterator.swift
[56/319] Compiling HashTreeCollections _HashTreeStatistics.swift
[57/319] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[58/319] Compiling HashTreeCollections _RawHashNode.swift
[59/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[60/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[61/325] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[62/325] Compiling HashTreeCollections TreeDictionary+Values.swift
[63/325] Compiling HashTreeCollections TreeDictionary.swift
[64/325] Compiling _RopeModule Rope+_Node.swift
[65/325] Compiling _RopeModule Rope+_Storage.swift
[66/325] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[67/325] Compiling _RopeModule Rope+_UnsafeHandle.swift
[68/325] Compiling _RopeModule Rope.swift
[69/325] Compiling _RopeModule RopeElement.swift
[70/325] Compiling BitCollections BitSet.swift
[71/325] Compiling HashTreeCollections _HashNodeHeader.swift
[77/325] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[78/325] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[79/325] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[80/325] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[81/325] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[82/325] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[83/325] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[84/325] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[85/333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[86/333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[87/333] Compiling HashTreeCollections _HashNode+Invariants.swift
[88/333] Compiling HashTreeCollections _HashNode+Lookups.swift
[89/333] Compiling HashTreeCollections _HashNode+Storage.swift
[90/333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[91/333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[92/333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[93/333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[94/333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[97/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[98/333] Compiling OrderedCollections OrderedSet+Testing.swift
[99/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[100/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[101/333] Compiling OrderedCollections OrderedSet.swift
[102/333] Compiling OrderedCollections _UnsafeBitset.swift
[103/333] Compiling _RopeModule Rope+MutatingForEach.swift
[104/333] Compiling _RopeModule RopeSummary.swift
[105/333] Compiling _RopeModule _RopeItem.swift
[106/333] Compiling _RopeModule _RopePath.swift
[107/333] Compiling _RopeModule _RopeVersion.swift
[108/333] Compiling _RopeModule Rope+Collection.swift
[109/333] Compiling HashTreeCollections TreeDictionary+Merge.swift
[110/333] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[116/333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[118/333] Compiling HashTreeCollections _UnmanagedHashNode.swift
[119/333] Compiling HashTreeCollections _UnsafePath.swift
[120/333] Compiling HashTreeCollections TreeDictionary+Codable.swift
[121/333] Compiling HashTreeCollections TreeDictionary+Collection.swift
[122/333] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[123/333] Compiling HashTreeCollections _AncestorHashSlots.swift
[124/333] Compiling HashTreeCollections _Bitmap.swift
[136/333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[145/333] Emitting module DequeModule
[146/333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[147/333] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[148/333] Compiling HashTreeCollections _HashNode+Structural merge.swift
[149/333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[150/333] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[158/333] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[159/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[160/333] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[161/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[162/333] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[163/333] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[164/333] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[165/333] Compiling HashTreeCollections TreeSet.swift
[183/333] Emitting module BitCollections
[303/340] Emitting module OrderedCollections
[322/340] Emitting module _RopeModule
[323/340] Compiling _RopeModule Rope+Remove.swift
[324/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[325/340] Compiling _RopeModule Rope+Split.swift
[326/340] Compiling _RopeModule Optional Utilities.swift
[327/340] Compiling _RopeModule String Utilities.swift
[328/340] Compiling _RopeModule String.Index+ABI.swift
[329/340] Compiling _RopeModule _CharacterRecognizer.swift
[338/340] Emitting module HashTreeCollections
[339/342] Compiling Collections Collections.swift
[340/342] Emitting module Collections
[341/364] Emitting module SwiftVizScale
[342/366] Compiling SwiftVizScale ContinuousScale.swift
[343/366] Compiling SwiftVizScale ContinuousScaleType.swift
[344/366] Compiling SwiftVizScale DateScale.swift
[345/366] Compiling SwiftVizScale SequentialScale.swift
[346/366] Compiling SwiftVizScale Tick.swift
[347/366] Compiling SwiftVizScale IndexedColorInterpolator.swift
[348/366] Compiling SwiftVizScale LCHColorInterpolator.swift
[349/366] Compiling SwiftVizScale BandScale.swift
[350/366] Compiling SwiftVizScale CGColor+hex.swift
[351/366] Compiling SwiftVizScale LCH.swift
[352/366] Compiling SwiftVizScale NiceValue.swift
[353/366] Compiling SwiftVizScale PointScale.swift
[354/366] Compiling SwiftVizScale DiscreteScale.swift
[355/366] Compiling SwiftVizScale DomainDataTransform.swift
[356/366] Compiling SwiftVizScale Collection+SimpleStats.swift
[357/366] Compiling SwiftVizScale ColorScheme.swift
[358/366] Compiling SwiftVizScale ComputedRGBInterpolator.swift
[359/366] Compiling SwiftVizScale Histogram.swift
[360/366] Compiling SwiftVizScale HistogramBinRange.swift
[361/366] Compiling SwiftVizScale ReversibleScale.swift
[362/366] Compiling SwiftVizScale Scale.swift
[363/366] Compiling SwiftVizScale Interpolation.swift
[364/366] Compiling SwiftVizScale ColorInterpolator.swift
[365/370] Compiling VisualTests ColorInterpolatorView.swift
[366/370] Emitting module VisualTests
[367/370] Compiling VisualTests LCHAssembler.swift
[368/370] Compiling VisualTests InterpolationView.swift
[369/372] Emitting module ExampleSnippet
[370/372] Compiling ExampleSnippet ExampleSnippet.swift
[370/372] Write Objects.LinkFileList
[371/372] Linking ExampleSnippet
Build complete! (26.75s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2082] Fetching swift-docc-plugin
[85/18722] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.62s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.47s)
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.4
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
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" : "/Users/admin/builder/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"
}
Done.