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 6.0 for Linux on 12 Sep 2024 02:45:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 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:             6.0
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-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections-benchmark
Fetching https://github.com/heckj/Heightmap
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-docc-plugin
[1/333] Fetching swift-collections-benchmark
[75/507] Fetching swift-collections-benchmark, heightmap
[249/2545] Fetching swift-collections-benchmark, heightmap, swift-docc-plugin
Fetched https://github.com/heckj/Heightmap from cache (0.23s)
[300/6009] Fetching swift-collections-benchmark, swift-docc-plugin, swift-system
[1524/9079] Fetching swift-collections-benchmark, swift-docc-plugin, swift-system, swift-docc-symbolkit
[9080/21219] Fetching swift-collections-benchmark, swift-docc-plugin, swift-system, swift-docc-symbolkit, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.61s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.61s)
Fetched https://github.com/apple/swift-collections-benchmark from cache (0.62s)
Computing version for https://github.com/apple/swift-collections-benchmark
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.66s)
Computed https://github.com/apple/swift-collections-benchmark at 0.0.3 (2.33s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.76s)
Computing version for https://github.com/heckj/Heightmap
Computed https://github.com/heckj/Heightmap at 0.6.2 (0.46s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.3.1 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.52s)
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/heckj/Heightmap
Working copy of https://github.com/heckj/Heightmap resolved at 0.6.2
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-collections-benchmark
Working copy of https://github.com/apple/swift-collections-benchmark resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.3.1
[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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[11/21] Compiling CSystem shims.c
[13/49] Emitting module SystemPackage
[14/51] Compiling SystemPackage Util.swift
[15/51] Compiling SystemPackage UtilConsumers.swift
[16/51] Compiling Heightmap XZIndex.swift
[17/51] Compiling SystemPackage FilePathSyntax.swift
[18/51] Compiling SystemPackage FilePathWindows.swift
[19/51] Compiling SystemPackage FilePermissions.swift
[20/51] Compiling SystemPackage PlatformString.swift
[21/51] Compiling SystemPackage SystemString.swift
[22/51] Compiling SystemPackage FilePathComponents.swift
[23/51] Compiling SystemPackage FilePathParsing.swift
[24/51] Compiling SystemPackage FilePathString.swift
[25/51] Compiling SystemPackage Errno.swift
[26/51] Compiling SystemPackage FileDescriptor.swift
[27/51] Compiling SystemPackage FileHelpers.swift
[28/51] Compiling Heightmap Heightmap.swift
[29/51] Emitting module ArgumentParserToolInfo
[30/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/52] Compiling Heightmap Array+normalizeUnitValues.swift
[32/52] Compiling Heightmap Heightmap+normalize.swift
[33/52] Emitting module Heightmap
[35/53] Wrapping AST for ArgumentParserToolInfo for debugging
[36/53] Wrapping AST for Heightmap for debugging
[38/119] Compiling Voxels HeightmapError.swift
[39/119] Compiling Voxels GreedyBlockMesh.swift
[40/119] Compiling Voxels Buffers+meshDescriptor.swift
[41/119] Compiling Voxels VoxelIndex.swift
[42/119] Compiling Voxels VoxelRenderable.swift
[43/119] Compiling Voxels VoxelScale.swift
[44/119] Compiling Voxels SDF.swift
[45/119] Compiling Voxels SampleMeshData.swift
[46/119] Compiling Voxels StrideIndexable.swift
[47/120] Wrapping AST for SystemPackage for debugging
[49/120] Emitting module ArgumentParser
[50/125] Compiling Voxels MeshBuffer.swift
[51/125] Compiling Voxels SurfaceNetRenderer+utility.swift
[52/125] Compiling Voxels SurfaceNetRenderer.swift
[53/125] Compiling Voxels SurfaceNetsBuffer.swift
[54/125] Compiling Voxels VoxelAccessError.swift
[55/125] Compiling Voxels VoxelBounds.swift
[56/125] Compiling Voxels VoxelMeshRenderer.swift
[66/125] Compiling Voxels VoxelConstants.swift
[67/125] Compiling Voxels VoxelIndex+neighbors.swift
[68/128] Compiling Voxels VoxelAccessible.swift
[69/128] Compiling Voxels VoxelArray.swift
[70/128] Compiling Voxels VoxelHash+dump.swift
[71/128] Compiling ArgumentParser CollectionExtensions.swift
[72/128] Compiling ArgumentParser Platform.swift
[73/128] Compiling ArgumentParser SequenceExtensions.swift
[74/128] Compiling ArgumentParser StringExtensions.swift
[75/128] Compiling ArgumentParser Tree.swift
[77/128] Compiling Voxels VoxelHash+heightmap.swift
[78/128] Compiling Voxels VoxelHash.swift
[79/128] Compiling Voxels Voxels.swift
[80/128] Compiling ArgumentParser NameSpecification.swift
[81/128] Compiling ArgumentParser Option.swift
[84/128] Compiling Voxels FastSurfaceNet.swift
[85/128] Compiling Voxels MarchingCubes.swift
[86/128] Compiling Voxels CompleteVertex+generateMeshDescriptor.swift
[87/128] Compiling ArgumentParser OptionGroup.swift
[88/128] Compiling ArgumentParser AsyncParsableCommand.swift
[89/128] Compiling ArgumentParser CommandConfiguration.swift
[90/128] Compiling ArgumentParser CommandGroup.swift
[91/128] Compiling ArgumentParser EnumerableFlag.swift
[97/128] Compiling Voxels CompleteVertex.swift
[98/128] Compiling Voxels SIMD2+lerp.swift
[99/128] Compiling Voxels Vector.swift
[107/129] Wrapping AST for ArgumentParser for debugging
[109/202] Compiling CollectionsBenchmark _XML.swift
[110/202] Compiling CollectionsBenchmark Theme.swift
[111/202] Compiling CollectionsBenchmark Compatibility.swift
[112/202] Compiling CollectionsBenchmark Text.swift
[113/202] Compiling CollectionsBenchmark CocoaRenderer.swift
[114/202] Compiling CollectionsBenchmark CoreGraphics.swift
[115/202] Compiling CollectionsBenchmark DefaultRenderer.swift
[116/202] Compiling CollectionsBenchmark HTMLDocumentRenderer.swift
[117/202] Compiling CollectionsBenchmark UIKitRenderer.swift
[121/202] Compiling CollectionsBenchmark BinarySearch.swift
[122/212] Compiling CollectionsBenchmark Blackhole.swift
[123/212] Compiling CollectionsBenchmark Identity.swift
[124/212] Compiling CollectionsBenchmark Measurement.swift
[125/212] Compiling CollectionsBenchmark Sample+Statistic.swift
[126/212] Compiling CollectionsBenchmark Sample.swift
[127/212] Compiling CollectionsBenchmark Size.swift
[128/212] Compiling CollectionsBenchmark TaskResults.swift
[129/212] Compiling CollectionsBenchmark Tick.swift
[130/212] Compiling CollectionsBenchmark Time.swift
[131/212] Compiling CollectionsBenchmark Timer.swift
[132/212] Compiling CollectionsBenchmark AnyTask.swift
[133/212] Compiling CollectionsBenchmark Chart.swift
[134/212] Compiling CollectionsBenchmark ChartScales.swift
[135/212] Compiling CollectionsBenchmark ChartUtils.swift
[136/212] Compiling CollectionsBenchmark Curve.swift
[137/212] Compiling CollectionsBenchmark EdgeInsets.swift
[138/212] Compiling CollectionsBenchmark Path.swift
[139/212] Compiling CollectionsBenchmark Point.swift
[140/212] Compiling CollectionsBenchmark Rectangle.swift
[141/212] Compiling CollectionsBenchmark Transform.swift
[142/212] Compiling CollectionsBenchmark Vector.swift
[143/212] Emitting module CollectionsBenchmark
[144/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Delete.swift
[145/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+ListTasks.swift
[146/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Merge.swift
[147/212] Compiling CollectionsBenchmark BenchmarkCLI+Results.swift
[148/212] Compiling CollectionsBenchmark BenchmarkCLI+Run.swift
[149/212] Compiling CollectionsBenchmark BenchmarkCLI+TaskSelection.swift
[150/212] Compiling CollectionsBenchmark BenchmarkCLI.swift
[151/212] Compiling CollectionsBenchmark _Document.swift
[152/212] Compiling CollectionsBenchmark Band.swift
[153/212] Compiling CollectionsBenchmark Chart+Options.swift
[154/212] Compiling CollectionsBenchmark Color.swift
[155/212] Compiling CollectionsBenchmark DocumentRenderer.swift
[156/212] Compiling CollectionsBenchmark Font.swift
[157/212] Compiling CollectionsBenchmark Graphics+Element.swift
[158/212] Compiling CollectionsBenchmark Graphics+SVG.swift
[159/212] Compiling CollectionsBenchmark Graphics.swift
[160/212] Compiling CollectionsBenchmark ImageFormat.swift
[161/212] Compiling CollectionsBenchmark Renderer.swift
[162/212] Compiling CollectionsBenchmark Shape.swift
[163/212] Compiling CollectionsBenchmark Stroke.swift
[164/212] Compiling CollectionsBenchmark Benchmark+ChartLibrary.swift
[165/212] Compiling CollectionsBenchmark Benchmark+Error.swift
[166/212] Compiling CollectionsBenchmark Benchmark+Event.swift
[167/212] Compiling CollectionsBenchmark Benchmark+Links.swift
[168/212] Compiling CollectionsBenchmark Benchmark+Main.swift
[169/212] Compiling CollectionsBenchmark Benchmark+Options.swift
[170/212] Compiling CollectionsBenchmark Benchmark+RunOptions.swift
[171/212] Compiling CollectionsBenchmark Benchmark.swift
[172/212] Compiling CollectionsBenchmark BenchmarkResults.swift
[173/212] Compiling CollectionsBenchmark Task.swift
[174/212] Compiling CollectionsBenchmark TaskID.swift
[175/212] Compiling CollectionsBenchmark Complain.swift
[176/212] Compiling CollectionsBenchmark Debug.swift
[177/212] Compiling CollectionsBenchmark FilePath extensions.swift
[178/212] Compiling CollectionsBenchmark ProjectInfo.swift
[179/212] Compiling CollectionsBenchmark _MutableKeyValuePairs.swift
[180/212] Compiling CollectionsBenchmark _Shims.swift
[181/212] Compiling CollectionsBenchmark _SimpleOrderedDictionary.swift
[182/212] Compiling CollectionsBenchmark _SimpleOrderedSet.swift
[183/212] Compiling CollectionsBenchmark _SimpleSortedBag.swift
[184/212] Compiling CollectionsBenchmark _SimpleSortedDictionary.swift
[185/212] Compiling CollectionsBenchmark _ExecutionContext.swift
[186/212] Compiling CollectionsBenchmark _TypeBox.swift
[187/212] Compiling CollectionsBenchmark BenchmarkCLI+Info.swift
[188/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+List.swift
[189/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+Render.swift
[190/212] Compiling CollectionsBenchmark BenchmarkCLI+Library+Run.swift
[191/212] Compiling CollectionsBenchmark BenchmarkCLI+Library.swift
[192/212] Compiling CollectionsBenchmark BenchmarkCLI+Render+Options.swift
[193/212] Compiling CollectionsBenchmark BenchmarkCLI+Render.swift
[194/212] Compiling CollectionsBenchmark BenchmarkCLI+Results+Compare.swift
[195/213] Wrapping AST for CollectionsBenchmark for debugging
[197/213] Emitting module Voxels
[210/214] Wrapping AST for Voxels for debugging
[212/216] Compiling voxel_benchmarks main.swift
[213/216] Emitting module voxel_benchmarks
[214/217] Wrapping AST for voxel-benchmarks for debugging
[215/217] Write Objects.LinkFileList
[216/217] Linking voxel-benchmarks
Build complete! (89.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "heightmap",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/heckj/Heightmap"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    }
  ],
  "manifest_display_name" : "Voxels",
  "name" : "Voxels",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Voxels",
      "targets" : [
        "Voxels"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "voxel-benchmarks",
      "targets" : [
        "voxel-benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "voxel_benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "voxel-benchmarks",
      "path" : "Sources/voxel-benchmarks",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "voxel-benchmarks"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Voxels"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "VoxelsTests",
      "module_type" : "SwiftTarget",
      "name" : "VoxelsTests",
      "path" : "Tests/VoxelsTests",
      "product_dependencies" : [
        "Heightmap"
      ],
      "sources" : [
        "HeightmapConversionTests.swift",
        "PerformanceTests/SurfaceNetPerformanceTests.swift",
        "RendererTests/FastBlockMeshTests.swift",
        "RendererTests/MarchingCubesRendererTests.swift",
        "RendererTests/MeshBufferTests.swift",
        "RendererTests/OriginalSurfaceNetTests.swift",
        "RendererTests/RendererRebuildComparisonTests.swift",
        "RendererTests/SurfaceNetRendererTests.swift",
        "RendererTests/SurfaceNetRendererUtilityTests.swift",
        "SDFTests.swift",
        "VectorTests.swift",
        "VertexTests.swift",
        "VoxelAccessibleTests.swift",
        "VoxelArrayTests.swift",
        "VoxelBoundsTests.swift",
        "VoxelHashTests.swift",
        "VoxelIndexTests.swift",
        "VoxelScaleTests.swift",
        "VoxelSurfaceTests.swift"
      ],
      "target_dependencies" : [
        "Voxels"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Voxels",
      "module_type" : "SwiftTarget",
      "name" : "Voxels",
      "path" : "Sources/Voxels",
      "product_dependencies" : [
        "Heightmap"
      ],
      "product_memberships" : [
        "Voxels",
        "voxel-benchmarks"
      ],
      "sources" : [
        "GreedyBlockMesh.swift",
        "Renderers/Buffers+meshDescriptor.swift",
        "Renderers/FastSurfaceNet.swift",
        "Renderers/MarchingCubes.swift",
        "Renderers/MeshBuffer.swift",
        "Renderers/SurfaceNetRenderer+utility.swift",
        "Renderers/SurfaceNetRenderer.swift",
        "Renderers/SurfaceNetsBuffer.swift",
        "Renderers/VoxelMeshRenderer.swift",
        "SDF.swift",
        "SampleMeshData.swift",
        "StrideIndexable.swift",
        "Vertex/CompleteVertex+generateMeshDescriptor.swift",
        "Vertex/CompleteVertex.swift",
        "Vertex/SIMD2+lerp.swift",
        "Vertex/Vector.swift",
        "VoxelAccessError.swift",
        "VoxelBounds.swift",
        "VoxelConstants.swift",
        "VoxelIndex+neighbors.swift",
        "VoxelIndex.swift",
        "VoxelRenderable.swift",
        "VoxelScale.swift",
        "VoxelStorage/HeightmapError.swift",
        "VoxelStorage/VoxelAccessible.swift",
        "VoxelStorage/VoxelArray.swift",
        "VoxelStorage/VoxelHash+dump.swift",
        "VoxelStorage/VoxelHash+heightmap.swift",
        "VoxelStorage/VoxelHash.swift",
        "Voxels.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.