The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeometryLite3D, reference 0.1.1 (898b2f), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 05:35:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/GeometryLite3D.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/GeometryLite3D
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 898b2f4 Update GitHub Actions to Node.js 24 compatible versions
Cloned https://github.com/schwa/GeometryLite3D.git
Revision (git rev-parse @):
898b2f439607760e3c9f8c239f51664c9bbd3692
SUCCESS checkout https://github.com/schwa/GeometryLite3D.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/schwa/GeometryLite3D.git
https://github.com/schwa/GeometryLite3D.git
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "GeometryLite3D",
  "name" : "GeometryLite3D",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "GeometryLite3D",
      "targets" : [
        "GeometryLite3D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeometryLite3DTests",
      "module_type" : "SwiftTarget",
      "name" : "GeometryLite3DTests",
      "path" : "Tests/GeometryLite3DTests",
      "sources" : [
        "AngleFTests.swift",
        "AngleTests.swift",
        "BoundingBoxTests.swift",
        "CameraConeTests.swift",
        "ClampTests.swift",
        "DecompositionTests.swift",
        "GeometryLite3DTests.swift",
        "LookAtTests.swift",
        "Packed3Tests.swift",
        "ProjectionTests.swift",
        "SIMDApproximateEqualityTests.swift",
        "SIMDCoreGraphicsTests.swift",
        "SIMDExtensionsTests.swift",
        "WrapTests.swift"
      ],
      "target_dependencies" : [
        "GeometryLite3D"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeometryLite3D",
      "module_type" : "SwiftTarget",
      "name" : "GeometryLite3D",
      "path" : "Sources/GeometryLite3D",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "GeometryLite3D"
      ],
      "sources" : [
        "AngleF.swift",
        "BoundingBox.swift",
        "CameraCone.swift",
        "Clamp.swift",
        "Decomposition.swift",
        "Euler.swift",
        "LookAt.swift",
        "Packed3.swift",
        "Projection.swift",
        "SIMD+ApproximateEquality.swift",
        "SIMD+CoreGraphics.swift",
        "SIMD+Extensions.swift",
        "SIMD+Matrix+Extensions.swift",
        "Skew.swift",
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/17] Compiling RealModule RealFunctions.swift
[8/17] Compiling RealModule Real.swift
[9/18] Compiling RealModule Float80+Real.swift
[10/18] Compiling RealModule Float16+Real.swift
[11/18] Compiling RealModule ElementaryFunctions.swift
[12/18] Compiling RealModule Float+Real.swift
[13/18] Compiling RealModule AugmentedArithmetic.swift
[14/18] Emitting module RealModule
[15/18] Compiling RealModule AlgebraicField.swift
[16/18] Compiling RealModule ApproximateEquality.swift
[17/18] Compiling RealModule Double+Real.swift
[18/18] Compiling RealModule RelaxedArithmetic.swift
[19/29] Compiling ComplexModule Complex+IntegerLiteral.swift
[20/29] Compiling ComplexModule Complex+Numeric.swift
[21/29] Compiling ComplexModule Complex.swift
[22/29] Compiling ComplexModule Polar.swift
[23/29] Compiling ComplexModule Complex+Hashable.swift
[24/29] Compiling ComplexModule Complex+StringConvertible.swift
[25/30] Compiling ComplexModule Scale.swift
[26/30] Compiling ComplexModule Complex+Codable.swift
[27/30] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[28/30] Compiling ComplexModule Complex+AlgebraicField.swift
[29/30] Compiling ComplexModule Complex+ElementaryFunctions.swift
[30/30] Emitting module ComplexModule
[31/32] Compiling Numerics Numerics.swift
[32/32] Emitting module Numerics
[33/47] Compiling GeometryLite3D Skew.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/47] Compiling GeometryLite3D SIMD+Matrix+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/47] Compiling GeometryLite3D LookAt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/47] Compiling GeometryLite3D Packed3.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/48] Compiling GeometryLite3D Wrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/48] Compiling GeometryLite3D SIMD+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/48] Compiling GeometryLite3D SIMD+CoreGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/48] Compiling GeometryLite3D Decomposition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/48] Compiling GeometryLite3D Euler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/48] Compiling GeometryLite3D Projection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/48] Compiling GeometryLite3D SIMD+ApproximateEquality.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/48] Compiling GeometryLite3D AngleF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/48] Compiling GeometryLite3D BoundingBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/48] Emitting module GeometryLite3D
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/48] Compiling GeometryLite3D CameraCone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/48] Compiling GeometryLite3D Clamp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (11.23s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.31s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "GeometryLite3D",
  "name" : "GeometryLite3D",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "GeometryLite3D",
      "targets" : [
        "GeometryLite3D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeometryLite3DTests",
      "module_type" : "SwiftTarget",
      "name" : "GeometryLite3DTests",
      "path" : "Tests/GeometryLite3DTests",
      "sources" : [
        "AngleFTests.swift",
        "AngleTests.swift",
        "BoundingBoxTests.swift",
        "CameraConeTests.swift",
        "ClampTests.swift",
        "DecompositionTests.swift",
        "GeometryLite3DTests.swift",
        "LookAtTests.swift",
        "Packed3Tests.swift",
        "ProjectionTests.swift",
        "SIMDApproximateEqualityTests.swift",
        "SIMDCoreGraphicsTests.swift",
        "SIMDExtensionsTests.swift",
        "WrapTests.swift"
      ],
      "target_dependencies" : [
        "GeometryLite3D"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeometryLite3D",
      "module_type" : "SwiftTarget",
      "name" : "GeometryLite3D",
      "path" : "Sources/GeometryLite3D",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "GeometryLite3D"
      ],
      "sources" : [
        "AngleF.swift",
        "BoundingBox.swift",
        "CameraCone.swift",
        "Clamp.swift",
        "Decomposition.swift",
        "Euler.swift",
        "LookAt.swift",
        "Packed3.swift",
        "Projection.swift",
        "SIMD+ApproximateEquality.swift",
        "SIMD+CoreGraphics.swift",
        "SIMD+Extensions.swift",
        "SIMD+Matrix+Extensions.swift",
        "Skew.swift",
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.