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 CASimEngine, reference 0.1.0 (46566c), with Swift 5.10 for Linux on 15 Nov 2024 19:50:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/CASimEngine.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/CASimEngine
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 46566cb removing dynamic scopes
Cloned https://github.com/heckj/CASimEngine.git
Revision (git rev-parse @):
46566cb9bbe934c30218dbdca78b0d2e9eb1ab6c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/CASimEngine.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/heckj/CASimEngine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/heckj/voxels
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2951] Fetching voxels
[208/4989] Fetching voxels, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Fetched https://github.com/heckj/voxels from cache (1.26s)
Computing version for https://github.com/heckj/voxels
Computed https://github.com/heckj/voxels at 0.2.5 (0.42s)
Fetching https://github.com/heckj/Heightmap
Fetching https://github.com/pointfreeco/swift-issue-reporting
[1/178] Fetching heightmap
[178/5188] Fetching heightmap, swift-issue-reporting
Fetched https://github.com/heckj/Heightmap from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-issue-reporting from cache (0.68s)
Computing version for https://github.com/heckj/Heightmap
Computed https://github.com/heckj/Heightmap at 0.6.3 (0.34s)
Computing version for https://github.com/pointfreeco/swift-issue-reporting
Computed https://github.com/pointfreeco/swift-issue-reporting at 1.4.2 (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3180] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.42s)
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/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/heckj/voxels
Working copy of https://github.com/heckj/voxels resolved at 0.2.5
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/heckj/Heightmap
Working copy of https://github.com/heckj/Heightmap resolved at 0.6.3
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/30] Emitting module IssueReporting
[9/32] Compiling IssueReporting TestContext.swift
[10/32] Compiling IssueReporting Unimplemented.swift
[11/32] Compiling Heightmap XZIndex.swift
[12/32] Compiling IssueReporting WithExpectedIssue.swift
[13/32] Compiling IssueReporting WithIssueContext.swift
[14/32] Compiling Heightmap Heightmap+normalize.swift
[15/32] Emitting module Heightmap
[16/32] Compiling Heightmap Heightmap.swift
[17/32] Compiling Heightmap Array+normalizeUnitValues.swift
[19/33] Compiling IssueReporting BreakpointReporter.swift
[20/33] Compiling IssueReporting FatalErrorReporter.swift
[21/33] Compiling IssueReporting RuntimeWarningReporter.swift
[22/33] Compiling IssueReporting ReportIssue.swift
[23/33] 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
  ~~~~~~~~~~~~~~~~^

[24/33] 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
  ~~~~~~~~~~~~~~~~^

[25/33] 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
  ~~~~~~~~~~~~~~~~^

[26/33] Compiling IssueReporting LockIsolated.swift
[27/33] Compiling IssueReporting Rethrows.swift
[28/33] Compiling IssueReporting SwiftTesting.swift
[29/33] Compiling IssueReporting IsTesting.swift
[30/33] Compiling IssueReporting IssueReporter.swift
[31/33] Compiling IssueReporting AppHostWarning.swift
[32/33] Compiling IssueReporting Deprecations.swift
[33/33] Compiling IssueReporting FailureObserver.swift
[35/71] Compiling Voxels StrideIndexable.swift
[36/71] Compiling Voxels CompleteVertex+generateMeshDescriptor.swift
[37/71] Compiling Voxels CompleteVertex.swift
[38/71] Compiling Voxels SIMD2+lerp.swift
[39/71] Compiling Voxels Vector.swift
[40/76] Compiling Voxels VoxelAccessError.swift
[41/76] Compiling Voxels VoxelAccessible_VoxelBlockRenderable.swift
[42/76] Compiling Voxels VoxelBounds+Collection.swift
[43/76] Compiling Voxels VoxelBounds+Sequence.swift
[44/76] Compiling Voxels VoxelBounds+slice.swift
[45/76] Compiling Voxels HeightmapConverter.swift
[46/76] Compiling Voxels HeightmapError.swift
[47/76] Compiling Voxels VoxelAccessible.swift
[48/76] Compiling Voxels VoxelArray+Collection.swift
[49/76] Compiling Voxels VoxelArray+Sequence.swift
[50/76] Compiling Voxels VoxelHash+sample.swift
[51/76] Compiling Voxels VoxelHash+updating.swift
[52/76] Compiling Voxels VoxelHash.swift
[53/76] Compiling Voxels VoxelUpdate.swift
[54/76] Compiling Voxels Voxels.swift
[55/76] Compiling Voxels VoxelArray+updating.swift
[56/76] Compiling Voxels VoxelArray.swift
[57/76] Compiling Voxels VoxelHash+Collection.swift
[58/76] Compiling Voxels VoxelHash+Sequence.swift
[59/76] Compiling Voxels VoxelHash+dump.swift
[60/76] Compiling Voxels VoxelBounds.swift
[61/76] Compiling Voxels VoxelConstants.swift
[62/76] Compiling Voxels VoxelIndex+neighbors.swift
[63/76] Compiling Voxels VoxelIndex.swift
[64/76] Compiling Voxels VoxelScale.swift
[65/76] Compiling Voxels SurfaceNetRenderer.swift
[66/76] Compiling Voxels VoxelBlockRenderable.swift
[67/76] Compiling Voxels VoxelSurfaceRenderable.swift
[68/76] Compiling Voxels SDF.swift
[69/76] Compiling Voxels SampleMeshData.swift
[70/76] Emitting module Voxels
[71/76] Compiling Voxels GreedyBlockMesh.swift
[72/76] Compiling Voxels BlockMeshRenderer.swift
[73/76] Compiling Voxels MarchingCubes.swift
[74/76] Compiling Voxels MeshBuffer+meshDescriptor.swift
[75/76] Compiling Voxels MeshBuffer.swift
[76/76] Compiling Voxels SurfaceNetRenderer+utility.swift
[78/84] Compiling CASimEngine CASimulationRule.swift
[79/84] Compiling CASimEngine CADiagnostic.swift
[80/84] Compiling CASimEngine CADetailedDiagnostic.swift
[81/84] Compiling CASimEngine CARuleResult.swift
[82/84] Emitting module CASimEngine
[83/84] Compiling CASimEngine CASimulationEngine.swift
[84/84] Compiling CASimEngine CARuleScope.swift
Build complete! (31.41s)
Build complete.
Done.