The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BasicMathTools, reference 1.3.0 (a82147), with Swift 6.1 for Linux on 27 Jan 2026 06:44:44 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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Basic-Math-Tools.git
Reference: 1.3.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/RougeWare/Swift-Basic-Math-Tools
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at a821470 Merge pull request #12 from RougeWare/feature/reduce
Cloned https://github.com/RougeWare/Swift-Basic-Math-Tools.git
Revision (git rev-parse @):
a821470f058fa41878afdaf83dfcf5f17d94af01
SUCCESS checkout https://github.com/RougeWare/Swift-Basic-Math-Tools.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Basic-Math-Tools.git
https://github.com/RougeWare/Swift-Basic-Math-Tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BasicMathTools",
  "name" : "BasicMathTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BasicMathTools",
      "targets" : [
        "BasicMathTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BasicMathToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "BasicMathToolsTests",
      "path" : "Tests/BasicMathToolsTests",
      "sources" : [
        "Clamps tests.swift",
        "TolerablyEqual Tests.swift",
        "Wrapping tests.swift",
        "XCTestManifests.swift",
        "additive reductions tests.swift"
      ],
      "target_dependencies" : [
        "BasicMathTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BasicMathTools",
      "module_type" : "SwiftTarget",
      "name" : "BasicMathTools",
      "path" : "Sources/BasicMathTools",
      "product_memberships" : [
        "BasicMathTools"
      ],
      "sources" : [
        "Clamps.swift",
        "TolerablyEqual.swift",
        "Wrapping.swift",
        "additive reductions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Emitting module BasicMathTools
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[4/7] Compiling BasicMathTools Clamps.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[5/7] Compiling BasicMathTools additive reductions.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[6/7] Compiling BasicMathTools Wrapping.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[7/7] Compiling BasicMathTools TolerablyEqual.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling BasicMathTools additive reductions.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[3/6] Compiling BasicMathTools Wrapping.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module BasicMathTools
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[5/6] Compiling BasicMathTools Clamps.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
[6/6] Compiling BasicMathTools TolerablyEqual.swift
/host/spi-builder-workspace/Sources/BasicMathTools/TolerablyEqual.swift:9:8: error: no such module 'CoreGraphics.CGBase'
 7 |
 8 | import Foundation
 9 | import CoreGraphics.CGBase
   |        `- error: no such module 'CoreGraphics.CGBase'
10 |
11 |
BUILD FAILURE 6.1 linux