Build Information
Failed to build GeometryLite3D, reference main (898b2f), with Swift 6.3 for Linux on 19 Apr 2026 15:38:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/GeometryLite3D.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/schwa/GeometryLite3D
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/schwa/GeometryLite3D.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.09s)
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
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/17] Emitting module RealModule
[8/18] Compiling RealModule RealFunctions.swift
[9/18] Compiling RealModule RelaxedArithmetic.swift
[10/18] Compiling RealModule Real.swift
[11/18] Compiling RealModule AlgebraicField.swift
[12/18] Compiling RealModule ApproximateEquality.swift
[13/18] Compiling RealModule Float80+Real.swift
[14/18] Compiling RealModule AugmentedArithmetic.swift
[15/18] Compiling RealModule Double+Real.swift
[16/18] Compiling RealModule ElementaryFunctions.swift
[17/18] Compiling RealModule Float+Real.swift
[18/18] Compiling RealModule Float16+Real.swift
[20/30] Compiling ComplexModule Complex+StringConvertible.swift
[21/30] Compiling ComplexModule Complex+Numeric.swift
[22/31] Compiling ComplexModule Polar.swift
[23/31] Compiling ComplexModule Complex.swift
[24/31] Compiling ComplexModule Scale.swift
[25/31] Compiling ComplexModule Complex+Hashable.swift
[26/31] Compiling ComplexModule Complex+IntegerLiteral.swift
[27/31] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[28/31] Compiling ComplexModule Complex+AlgebraicField.swift
[29/31] Emitting module ComplexModule
[30/31] Compiling ComplexModule Complex+Codable.swift
[31/31] Compiling ComplexModule Complex+ElementaryFunctions.swift
[33/34] Emitting module Numerics
[34/34] Compiling Numerics Numerics.swift
[36/50] Compiling GeometryLite3D SIMD+Matrix+Extensions.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[37/50] Compiling GeometryLite3D Skew.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[38/51] Compiling GeometryLite3D Projection.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[39/51] Compiling GeometryLite3D SIMD+ApproximateEquality.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[40/51] Compiling GeometryLite3D SIMD+CoreGraphics.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[41/51] Compiling GeometryLite3D SIMD+Extensions.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[42/51] Compiling GeometryLite3D LookAt.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[43/51] Compiling GeometryLite3D Packed3.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[44/51] Compiling GeometryLite3D Wrap.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/51] Emitting module GeometryLite3D
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[46/51] Compiling GeometryLite3D CameraCone.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[47/51] Compiling GeometryLite3D Clamp.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[48/51] Compiling GeometryLite3D AngleF.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[49/51] Compiling GeometryLite3D BoundingBox.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[50/51] Compiling GeometryLite3D Decomposition.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
[51/51] Compiling GeometryLite3D Euler.swift
/host/spi-builder-workspace/Sources/GeometryLite3D/BoundingBox.swift:1:8: error: no such module 'ModelIO'
1 | import ModelIO
| `- error: no such module 'ModelIO'
2 | import simd
3 |
BUILD FAILURE 6.3 linux