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.2.5 (a472f8), with Swift 5.9 for Linux on 9 Nov 2024 05:43:30 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/voxels.git
Reference: 0.2.5
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.2.5      -> FETCH_HEAD
HEAD is now at a472f80 Backward compat (#128)
Cloned https://github.com/heckj/voxels.git
Revision (git rev-parse @):
a472f8013e0c857ed264caa783957af183c2847d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/voxels.git at 0.2.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/heckj/voxels.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-issue-reporting
Fetching https://github.com/heckj/Heightmap
[1/178] Fetching heightmap
[179/2216] Fetching heightmap, swift-docc-plugin
[2217/7201] Fetching heightmap, swift-docc-plugin, swift-issue-reporting
Fetched https://github.com/apple/swift-docc-plugin (0.37s)
[2372/5163] Fetching heightmap, swift-issue-reporting
Fetched https://github.com/heckj/Heightmap (0.62s)
Fetched https://github.com/pointfreeco/swift-issue-reporting (0.63s)
Computing version for https://github.com/heckj/Heightmap
Computed https://github.com/heckj/Heightmap at 0.6.3 (0.30s)
Computing version for https://github.com/pointfreeco/swift-issue-reporting
Computed https://github.com/pointfreeco/swift-issue-reporting at 1.4.2 (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3178] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.40s)
Creating working copy for https://github.com/heckj/Heightmap
Working copy of https://github.com/heckj/Heightmap resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-issue-reporting
Working copy of https://github.com/pointfreeco/swift-issue-reporting resolved at 1.4.2
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/30] Emitting module Heightmap
[4/30] Emitting module IssueReporting
[5/32] Compiling Heightmap Array+normalizeUnitValues.swift
[6/32] Compiling IssueReporting WithExpectedIssue.swift
[7/32] Compiling IssueReporting WithIssueContext.swift
[8/32] Compiling Heightmap Heightmap+normalize.swift
[9/32] Compiling Heightmap XZIndex.swift
[10/32] Compiling Heightmap Heightmap.swift
[13/34] Compiling IssueReporting LockIsolated.swift
[14/34] Compiling IssueReporting Rethrows.swift
[15/34] Compiling IssueReporting SwiftTesting.swift
[16/34] Compiling IssueReporting RuntimeWarningReporter.swift
[17/34] Compiling IssueReporting ReportIssue.swift
[18/34] Compiling IssueReporting BreakpointReporter.swift
[19/34] Compiling IssueReporting FatalErrorReporter.swift
[20/34] Compiling IssueReporting TestContext.swift
[21/34] Compiling IssueReporting Unimplemented.swift
[22/34] Compiling IssueReporting IsTesting.swift
[23/34] Compiling IssueReporting IssueReporter.swift
[24/34] Compiling IssueReporting UncheckedSendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-issue-reporting/Sources/IssueReporting/Internal/Warn.swift:2:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
  @preconcurrency import Foundation
  ~~~~~~~~~~~~~~~~^

[25/34] Compiling IssueReporting Warn.swift
/host/spi-builder-workspace/.build/checkouts/swift-issue-reporting/Sources/IssueReporting/Internal/Warn.swift:2:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
  @preconcurrency import Foundation
  ~~~~~~~~~~~~~~~~^

[26/34] Compiling IssueReporting XCTest.swift
/host/spi-builder-workspace/.build/checkouts/swift-issue-reporting/Sources/IssueReporting/Internal/Warn.swift:2:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
  @preconcurrency import Foundation
  ~~~~~~~~~~~~~~~~^

[27/34] Compiling IssueReporting AppHostWarning.swift
[28/34] Compiling IssueReporting Deprecations.swift
[29/34] Compiling IssueReporting FailureObserver.swift
[31/36] Wrapping AST for IssueReporting for debugging
[32/36] Wrapping AST for Heightmap for debugging
[34/73] Compiling Voxels VoxelAccessError.swift
[35/73] Compiling Voxels VoxelAccessible_VoxelBlockRenderable.swift
[36/73] Compiling Voxels VoxelBounds+Collection.swift
[37/73] Compiling Voxels VoxelBounds+Sequence.swift
[38/73] Compiling Voxels VoxelBounds+slice.swift
[39/73] Compiling Voxels HeightmapConverter.swift
[40/73] Compiling Voxels HeightmapError.swift
[41/73] Compiling Voxels VoxelAccessible.swift
[42/73] Compiling Voxels VoxelArray+Collection.swift
[43/73] Compiling Voxels VoxelArray+Sequence.swift
[44/73] Compiling Voxels StrideIndexable.swift
[45/73] Compiling Voxels CompleteVertex+generateMeshDescriptor.swift
[46/73] Compiling Voxels CompleteVertex.swift
[47/73] Compiling Voxels SIMD2+lerp.swift
[48/73] Compiling Voxels Vector.swift
[49/78] Compiling Voxels VoxelHash+sample.swift
[50/78] Compiling Voxels VoxelHash+updating.swift
[51/78] Compiling Voxels VoxelHash.swift
[52/78] Compiling Voxels VoxelUpdate.swift
[53/78] Compiling Voxels Voxels.swift
[54/78] Compiling Voxels VoxelArray+updating.swift
[55/78] Compiling Voxels VoxelArray.swift
[56/78] Compiling Voxels VoxelHash+Collection.swift
[57/78] Compiling Voxels VoxelHash+Sequence.swift
[58/78] Compiling Voxels VoxelHash+dump.swift
[59/78] Compiling Voxels SurfaceNetRenderer.swift
[60/78] Compiling Voxels VoxelBlockRenderable.swift
[61/78] Compiling Voxels VoxelSurfaceRenderable.swift
[62/78] Compiling Voxels SDF.swift
[63/78] Compiling Voxels SampleMeshData.swift
[64/78] Compiling Voxels VoxelBounds.swift
[65/78] Compiling Voxels VoxelConstants.swift
[66/78] Compiling Voxels VoxelIndex+neighbors.swift
[67/78] Compiling Voxels VoxelIndex.swift
[68/78] Compiling Voxels VoxelScale.swift
[69/78] Emitting module Voxels
[70/78] Compiling Voxels GreedyBlockMesh.swift
[71/78] Compiling Voxels BlockMeshRenderer.swift
[72/78] Compiling Voxels MarchingCubes.swift
[73/78] Compiling Voxels MeshBuffer+meshDescriptor.swift
[74/78] Compiling Voxels MeshBuffer.swift
[75/78] Compiling Voxels SurfaceNetRenderer+utility.swift
[77/80] Wrapping AST for Voxels for debugging
[79/82] Emitting module example_bounds
[80/82] Compiling example_bounds example-bounds.swift
[82/84] Wrapping AST for example-bounds for debugging
[83/84] Linking example-bounds
Build complete! (32.53s)
Build complete.
Done.