Build Information
Successful build of CASimEngine, reference main (9a2d36
), with Swift 5.9 for Linux on 7 Mar 2025 00:32:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/CASimEngine.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/heckj/CASimEngine
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9a2d360 adding tests and fixing index logic (#27)
Cloned https://github.com/heckj/CASimEngine.git
Revision (git rev-parse @):
9a2d36050e43ace03194a200f59d6f9d63b1414c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/CASimEngine.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/heckj/CASimEngine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/heckj/voxels
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[227/5100] Fetching swift-docc-plugin, voxels
Fetched https://github.com/swiftlang/swift-docc-plugin (1.29s)
Fetched https://github.com/heckj/voxels (1.34s)
Computing version for https://github.com/heckj/voxels
Computed https://github.com/heckj/voxels at 0.2.6 (0.37s)
Fetching https://github.com/heckj/Heightmap
Fetching https://github.com/pointfreeco/swift-issue-reporting
[1/188] Fetching heightmap
[189/5500] Fetching heightmap, swift-issue-reporting
Fetched https://github.com/heckj/Heightmap (0.63s)
Fetched https://github.com/pointfreeco/swift-issue-reporting (0.64s)
Computing version for https://github.com/heckj/Heightmap
Computed https://github.com/heckj/Heightmap at 0.6.4 (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3321] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.43s)
Computing version for https://github.com/pointfreeco/swift-issue-reporting
Computed https://github.com/pointfreeco/swift-issue-reporting at 1.5.2 (1.35s)
Creating working copy for https://github.com/heckj/voxels
Working copy of https://github.com/heckj/voxels resolved at 0.2.6
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.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.5.2
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/heckj/Heightmap
Working copy of https://github.com/heckj/Heightmap resolved at 0.6.4
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/26] Emitting module IssueReporting
[4/28] Compiling IssueReporting WithExpectedIssue.swift
[5/28] Compiling IssueReporting WithIssueContext.swift
[6/28] Compiling IssueReporting TestContext.swift
[7/28] Compiling IssueReporting Unimplemented.swift
[8/28] Emitting module Heightmap
[9/28] Compiling Heightmap Array+normalizeUnitValues.swift
[10/28] Compiling IssueReporting BreakpointReporter.swift
[11/28] Compiling IssueReporting FatalErrorReporter.swift
[12/28] Compiling Heightmap Heightmap+normalize.swift
[13/28] Compiling Heightmap Heightmap.swift
[14/28] Compiling Heightmap XZIndex.swift
[17/30] Compiling IssueReporting RuntimeWarningReporter.swift
[18/30] Compiling IssueReporting ReportIssue.swift
[19/30] Compiling IssueReporting FailureObserver.swift
[20/30] Compiling IssueReporting LockIsolated.swift
[21/30] Compiling IssueReporting Rethrows.swift
[22/30] Compiling IssueReporting ErrorReporting.swift
[23/30] Compiling IssueReporting AppHostWarning.swift
[24/30] Compiling IssueReporting Deprecations.swift
[25/30] Compiling IssueReporting SwiftTesting.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/30] 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
~~~~~~~~~~~~~~~~^
[27/30] 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
~~~~~~~~~~~~~~~~^
[28/30] Compiling IssueReporting XCTest.swift
[29/30] Compiling IssueReporting IsTesting.swift
[30/30] Compiling IssueReporting IssueReporter.swift
[33/69] Compiling Voxels VoxelAccessError.swift
[34/69] Compiling Voxels VoxelAccessible_VoxelBlockRenderable.swift
[35/69] Compiling Voxels VoxelBounds+Collection.swift
[36/69] Compiling Voxels VoxelBounds+Sequence.swift
[37/69] Compiling Voxels VoxelBounds+slice.swift
[38/74] Compiling Voxels StrideIndexable.swift
[39/74] Compiling Voxels CompleteVertex+generateMeshDescriptor.swift
[40/74] Compiling Voxels CompleteVertex.swift
[41/74] Compiling Voxels SIMD2+lerp.swift
[42/74] Compiling Voxels Vector.swift
[43/74] Compiling Voxels HeightmapConverter.swift
[44/74] Compiling Voxels HeightmapError.swift
[45/74] Compiling Voxels VoxelAccessible.swift
[46/74] Compiling Voxels VoxelArray+Collection.swift
[47/74] Compiling Voxels VoxelArray+Sequence.swift
[48/74] Compiling Voxels VoxelHash+sample.swift
[49/74] Compiling Voxels VoxelHash+updating.swift
[50/74] Compiling Voxels VoxelHash.swift
[51/74] Compiling Voxels VoxelUpdate.swift
[52/74] Compiling Voxels Voxels.swift
[53/74] Compiling Voxels SurfaceNetRenderer.swift
[54/74] Compiling Voxels VoxelBlockRenderable.swift
[55/74] Compiling Voxels VoxelSurfaceRenderable.swift
[56/74] Compiling Voxels SDF.swift
[57/74] Compiling Voxels SampleMeshData.swift
[58/74] Compiling Voxels VoxelArray+updating.swift
[59/74] Compiling Voxels VoxelArray.swift
[60/74] Compiling Voxels VoxelHash+Collection.swift
[61/74] Compiling Voxels VoxelHash+Sequence.swift
[62/74] Compiling Voxels VoxelHash+dump.swift
[63/74] Compiling Voxels VoxelBounds.swift
[64/74] Compiling Voxels VoxelConstants.swift
[65/74] Compiling Voxels VoxelIndex+neighbors.swift
[66/74] Compiling Voxels VoxelIndex.swift
[67/74] Compiling Voxels VoxelScale.swift
[68/74] Emitting module Voxels
[69/74] Compiling Voxels GreedyBlockMesh.swift
[70/74] Compiling Voxels BlockMeshRenderer.swift
[71/74] Compiling Voxels MarchingCubes.swift
[72/74] Compiling Voxels MeshBuffer+meshDescriptor.swift
[73/74] Compiling Voxels MeshBuffer.swift
[74/74] Compiling Voxels SurfaceNetRenderer+utility.swift
[77/84] Compiling CASimEngine CARuleScope.swift
[78/84] Compiling CASimEngine CARuleResult.swift
[79/85] Compiling CASimEngine CASimulationRule.swift
[80/85] Compiling CASimEngine CASimulationStorage.swift
[81/85] Compiling CASimEngine CASimulationEngine.swift
[82/85] Compiling CASimEngine CADiagnostic.swift
[83/85] Emitting module CASimEngine
[84/85] Compiling CASimEngine CADetailedDiagnostic.swift
[85/85] Compiling CASimEngine CAIndex.swift
Build complete! (36.03s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "voxels",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heckj/voxels"
}
],
"manifest_display_name" : "CASimEngine",
"name" : "CASimEngine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CASimEngine",
"targets" : [
"CASimEngine"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "CASimEngineTests",
"module_type" : "SwiftTarget",
"name" : "CASimEngineTests",
"path" : "Tests/CASimEngineTests",
"sources" : [
"CAIndexTests.swift",
"CAPE.swift",
"CAPEStorage.swift",
"Comparable+clamped.swift",
"Duration+milliseconds.swift",
"EngineFunctionalTests.swift",
"EngineSmokeTests.swift",
"SingleFloat.swift",
"SingleInt.swift"
],
"target_dependencies" : [
"CASimEngine"
],
"type" : "test"
},
{
"c99name" : "CASimEngine",
"module_type" : "SwiftTarget",
"name" : "CASimEngine",
"path" : "Sources/CASimEngine",
"product_dependencies" : [
"Voxels"
],
"product_memberships" : [
"CASimEngine"
],
"sources" : [
"CADetailedDiagnostic.swift",
"CADiagnostic.swift",
"CAIndex.swift",
"CARuleResult.swift",
"CARuleScope.swift",
"CASimulationEngine.swift",
"CASimulationRule.swift",
"CASimulationStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.