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 Voxels, reference 0.1.0 (7f439d), with Swift 5.10 for Linux on 12 Sep 2024 02:45:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/voxels.git
Reference: 0.1.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/heckj/voxels
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 7f439d1 adding spi.yml configuration for SwiftPackageIndex doc rendering
Cloned https://github.com/heckj/voxels.git
Revision (git rev-parse @):
7f439d1ae557c991a95f33284745f6f67af4ad9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/voxels.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/heckj/voxels.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:6c25c99211d1e15148b101a61df2563575f50d0f624cb6ce5a573a0b53fb5dca
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/heckj/Heightmap
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/apple/swift-docc-symbolkit
[1/174] Fetching heightmap
[175/507] Fetching heightmap, swift-collections-benchmark
[249/2545] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin
[497/5615] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin, swift-docc-symbolkit
[1254/9253] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin, swift-docc-symbolkit, swift-system
[9005/21393] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin, swift-docc-symbolkit, swift-system, swift-argument-parser
[7883/18323] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.43s)
Fetched https://github.com/apple/swift-system from cache (0.50s)
[9829/14685] Fetching heightmap, swift-collections-benchmark, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/heckj/Heightmap from cache (0.92s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.94s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.94s)
Fetched https://github.com/apple/swift-collections-benchmark from cache (0.95s)
Computing version for https://github.com/apple/swift-collections-benchmark
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (1.61s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.68s)
Computing version for https://github.com/heckj/Heightmap
Computed https://github.com/heckj/Heightmap at 0.6.2 (0.61s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.3.1 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.65s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.70s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.3.1
Creating working copy for https://github.com/heckj/Heightmap
Working copy of https://github.com/heckj/Heightmap resolved at 0.6.2
Creating working copy for https://github.com/apple/swift-collections-benchmark
Working copy of https://github.com/apple/swift-collections-benchmark resolved at 0.0.3
[1/1] Compiling plugin GenerateManual
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/21] Write sources
[10/21] Compiling CSystem shims.c
[11/21] Write swift-version-24593BA9C3E375BF.txt
[13/49] Emitting module ArgumentParserToolInfo
[14/49] Compiling SystemPackage PlatformString.swift
[15/49] Compiling SystemPackage SystemString.swift
[16/51] Emitting module SystemPackage
[17/51] Compiling Heightmap XZIndex.swift
[18/51] Compiling SystemPackage Errno.swift
[19/51] Compiling SystemPackage FileDescriptor.swift
[20/51] Compiling SystemPackage FileHelpers.swift
[21/51] Compiling SystemPackage FileOperations.swift
[22/51] Compiling SystemPackage FilePath.swift
[23/51] Compiling SystemPackage FilePathComponentView.swift
[24/51] Compiling SystemPackage FilePathComponents.swift
[25/51] Compiling SystemPackage FilePathParsing.swift
[26/51] Compiling SystemPackage FilePathString.swift
[27/51] Compiling Heightmap Heightmap+normalize.swift
[28/51] Compiling Heightmap Array+normalizeUnitValues.swift
[29/51] Emitting module Heightmap
[30/51] Compiling Heightmap Heightmap.swift
[32/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/53] Wrapping AST for Heightmap for debugging
[35/53] Compiling SystemPackage Util.swift
[36/53] Compiling SystemPackage UtilConsumers.swift
[36/81] Wrapping AST for ArgumentParserToolInfo for debugging
[38/119] Compiling ArgumentParser ExpressibleByArgument.swift
[39/119] Compiling ArgumentParser ParsableArguments.swift
[40/119] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/119] Compiling ArgumentParser CommandConfiguration.swift
[42/119] Compiling ArgumentParser CommandGroup.swift
[43/119] Compiling ArgumentParser EnumerableFlag.swift
[44/119] Compiling ArgumentParser Flag.swift
[45/119] Compiling ArgumentParser NameSpecification.swift
[46/119] Compiling ArgumentParser Option.swift
[47/120] Wrapping AST for SystemPackage for debugging
[49/120] Compiling ArgumentParser Name.swift
[50/120] Compiling ArgumentParser Parsed.swift
[51/120] Compiling ArgumentParser ParsedValues.swift
[52/120] Compiling ArgumentParser ParserError.swift
[53/120] Compiling ArgumentParser SplitArguments.swift
[54/125] Compiling ArgumentParser CommandParser.swift
[55/125] Compiling ArgumentParser InputKey.swift
[56/125] Compiling ArgumentParser InputOrigin.swift
[57/128] Compiling ArgumentParser ParsableCommand.swift
[58/128] Compiling ArgumentParser ArgumentDecoder.swift
[59/128] Compiling ArgumentParser ArgumentDefinition.swift
[60/128] Compiling ArgumentParser ArgumentSet.swift
[65/128] Compiling ArgumentParser Argument.swift
[66/128] Compiling ArgumentParser ArgumentHelp.swift
[67/128] Compiling ArgumentParser ArgumentVisibility.swift
[68/128] Compiling ArgumentParser CompletionKind.swift
[69/128] Compiling ArgumentParser Errors.swift
[79/128] Emitting module ArgumentParser
[80/128] Compiling ArgumentParser BashCompletionsGenerator.swift
[81/128] Compiling ArgumentParser CompletionsGenerator.swift
[82/128] Compiling ArgumentParser FishCompletionsGenerator.swift
[83/128] Compiling ArgumentParser ZshCompletionsGenerator.swift
[86/128] Compiling ArgumentParser OptionGroup.swift
[87/128] Compiling ArgumentParser AsyncParsableCommand.swift
[90/128] Compiling ArgumentParser DumpHelpGenerator.swift
[91/128] Compiling ArgumentParser HelpCommand.swift
[92/128] Compiling ArgumentParser HelpGenerator.swift
[93/128] Compiling ArgumentParser MessageInfo.swift
[94/128] Compiling ArgumentParser UsageGenerator.swift
[95/128] Compiling Voxels VoxelHash+heightmap.swift
[96/128] Compiling Voxels VoxelHash.swift
[97/128] Compiling Voxels Voxels.swift
[98/128] Compiling ArgumentParser CollectionExtensions.swift
[99/128] Compiling ArgumentParser Platform.swift
[100/128] Compiling ArgumentParser SequenceExtensions.swift
[101/128] Compiling ArgumentParser StringExtensions.swift
[102/128] Compiling ArgumentParser Tree.swift
[118/129] Wrapping AST for ArgumentParser for debugging
[120/202] Compiling CollectionsBenchmark Blackhole.swift
[121/202] Compiling CollectionsBenchmark Identity.swift
[122/202] Compiling CollectionsBenchmark Measurement.swift
[123/202] Compiling CollectionsBenchmark Sample+Statistic.swift
[124/202] Compiling CollectionsBenchmark Sample.swift
[125/202] Compiling CollectionsBenchmark Size.swift
[126/202] Compiling CollectionsBenchmark TaskResults.swift
[127/202] Compiling CollectionsBenchmark Tick.swift
[128/202] Compiling CollectionsBenchmark Time.swift
[129/202] Compiling CollectionsBenchmark Timer.swift
[130/202] Compiling CollectionsBenchmark AnyTask.swift
[131/212] Compiling CollectionsBenchmark Text.swift
[132/212] Compiling CollectionsBenchmark CocoaRenderer.swift
[133/212] Compiling CollectionsBenchmark CoreGraphics.swift
[134/212] Compiling CollectionsBenchmark DefaultRenderer.swift
[135/212] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[136/212] Compiling CollectionsBenchmark UIKitRenderer.swift
[137/212] Compiling CollectionsBenchmark _XML.swift
[138/212] Compiling CollectionsBenchmark Theme.swift
[139/212] Compiling CollectionsBenchmark Compatibility.swift
[140/212] Compiling CollectionsBenchmark BinarySearch.swift
[141/212] Compiling CollectionsBenchmark Chart.swift
[142/212] Compiling CollectionsBenchmark ChartScales.swift
[143/212] Compiling CollectionsBenchmark ChartUtils.swift
[144/212] Compiling CollectionsBenchmark Curve.swift
[145/212] Compiling CollectionsBenchmark EdgeInsets.swift
[146/212] Compiling CollectionsBenchmark Path.swift
[147/212] Compiling CollectionsBenchmark Point.swift
[148/212] Compiling CollectionsBenchmark Rectangle.swift
[149/212] Compiling CollectionsBenchmark Transform.swift
[150/212] Compiling CollectionsBenchmark Vector.swift
[151/212] Compiling CollectionsBenchmark Color.swift
[152/212] Compiling CollectionsBenchmark DocumentRenderer.swift
[153/212] Compiling CollectionsBenchmark Font.swift
[154/212] Compiling CollectionsBenchmark Graphics+Element.swift
[155/212] Compiling CollectionsBenchmark Graphics+SVG.swift
[156/212] Compiling CollectionsBenchmark Graphics.swift
[157/212] Compiling CollectionsBenchmark ImageFormat.swift
[158/212] Compiling CollectionsBenchmark Renderer.swift
[159/212] Compiling CollectionsBenchmark Shape.swift
[160/212] Compiling CollectionsBenchmark Stroke.swift
[161/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[162/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[163/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[164/212] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[165/212] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[166/212] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[167/212] Compiling CollectionsBenchmark BenchmarkCLI.swift
[168/212] Compiling CollectionsBenchmark _Document.swift
[169/212] Compiling CollectionsBenchmark Band.swift
[170/212] Compiling CollectionsBenchmark Chart+Options.swift
[171/212] Compiling CollectionsBenchmark Complain.swift
[172/212] Compiling CollectionsBenchmark Debug.swift
[173/212] Compiling CollectionsBenchmark FilePath extensions.swift
[174/212] Compiling CollectionsBenchmark ProjectInfo.swift
[175/212] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[176/212] Compiling CollectionsBenchmark _Shims.swift
[177/212] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[178/212] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[179/212] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[180/212] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[181/212] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[182/212] Compiling CollectionsBenchmark Benchmark+Error.swift
[183/212] Compiling CollectionsBenchmark Benchmark+Event.swift
[184/212] Compiling CollectionsBenchmark Benchmark+Links.swift
[185/212] Compiling CollectionsBenchmark Benchmark+Main.swift
[186/212] Compiling CollectionsBenchmark Benchmark+Options.swift
[187/212] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[188/212] Compiling CollectionsBenchmark Benchmark.swift
[189/212] Compiling CollectionsBenchmark BenchmarkResults.swift
[190/212] Compiling CollectionsBenchmark Task.swift
[191/212] Compiling CollectionsBenchmark TaskID.swift
[192/212] Emitting module CollectionsBenchmark
[193/212] Compiling CollectionsBenchmark _ExecutionContext.swift
[194/212] Compiling CollectionsBenchmark _TypeBox.swift
[195/212] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[196/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[197/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[198/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[199/212] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[200/212] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[201/212] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[202/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[203/213] Wrapping AST for CollectionsBenchmark for debugging
[205/213] Emitting module Voxels
[210/214] Wrapping AST for Voxels for debugging
[212/216] Emitting module voxel_benchmarks
[213/216] Compiling voxel_benchmarks main.swift
[214/217] Wrapping AST for voxel-benchmarks for debugging
[215/217] Write Objects.LinkFileList
[216/217] Linking voxel-benchmarks
Build complete! (44.42s)
Build complete.
Done.