The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RectangleTools, reference 2.14.0 (e48515), with Swift 6.1 for Linux on 27 Apr 2025 19:25:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Rectangle-Tools.git
Reference: 2.14.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-Rectangle-Tools
 * tag               2.14.0     -> FETCH_HEAD
HEAD is now at e485150 Merge pull request #70 from RougeWare/feature/TwoDimensional-operators
Cloned https://github.com/RougeWare/Swift-Rectangle-Tools.git
Revision (git rev-parse @):
e485150c8e0829ad72edf1179f00a624416c1294
SUCCESS checkout https://github.com/RougeWare/Swift-Rectangle-Tools.git at 2.14.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Rectangle-Tools.git
https://github.com/RougeWare/Swift-Rectangle-Tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-multiplicativearithmetic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git"
    }
  ],
  "manifest_display_name" : "RectangleTools",
  "name" : "RectangleTools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "RectangleTools",
      "targets" : [
        "RectangleTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RectangleToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "RectangleToolsTests",
      "path" : "Tests/RectangleToolsTests",
      "sources" : [
        "Collection2D Tests.swift",
        "DualTwoDimensionalTests.swift",
        "FourSided Tests.swift",
        "Integer Size Tests.swift",
        "Inversion Tests.swift",
        "Point Tests.swift",
        "Rectangle Combination Tests.swift",
        "Rectangle Edgewise Init Tests.swift",
        "Rectangle Position Tests.swift",
        "Size Measurement Tests.swift",
        "Size Position Tests.swift",
        "Test Constants.swift",
        "Testing convenience functions.swift",
        "TwoDimensional Measurement Tests.swift",
        "TwoDimensional operator tests.swift",
        "XCTestManifests.swift",
        "rect.scaled Tests.swift",
        "size.scaled Tests.swift"
      ],
      "target_dependencies" : [
        "RectangleTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RectangleTools",
      "module_type" : "SwiftTarget",
      "name" : "RectangleTools",
      "path" : "Sources/RectangleTools",
      "product_dependencies" : [
        "MultiplicativeArithmetic"
      ],
      "product_memberships" : [
        "RectangleTools"
      ],
      "sources" : [
        "Basic Protocols/CartesianMeasurable.swift",
        "Basic Protocols/DualTwoDimensional.swift",
        "Basic Protocols/FourSidedAbsolute.swift",
        "Basic Protocols/InitializableFromInteger.swift",
        "Basic Protocols/Point2D.swift",
        "Basic Protocols/Rectangle.swift",
        "Basic Protocols/Size2D.swift",
        "Basic Protocols/TwoDimensional.swift",
        "Default Conformances/CGPoint + Point2D.swift",
        "Default Conformances/CGRect + Rectangle.swift",
        "Default Conformances/CGSize + Size2D.swift",
        "Default Conformances/CIVector + DualTwoDimensional.swift",
        "Default Conformances/EdgeInsets + FourSided.swift",
        "Default Implementations/Decimal/DecimalPoint.swift",
        "Default Implementations/Decimal/DecimalRect.swift",
        "Default Implementations/Decimal/DecimalSize.swift",
        "Default Implementations/Integer/IntPoint.swift",
        "Default Implementations/Integer/IntRect.swift",
        "Default Implementations/Integer/IntSize.swift",
        "Fancy Protocols/Collection2D.swift",
        "Synthesized Conveniences/DualTwoDimensional Extensions.swift",
        "Synthesized Conveniences/Point2D Extensions.swift",
        "Synthesized Conveniences/Rectangle Extensions.swift",
        "Synthesized Conveniences/Size2D Extensions.swift",
        "Synthesized Conveniences/TwoDimensional Extensions.swift",
        "Synthesized Conveniences/scaled.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
22 |     dependencies: [
23 |         // Dependencies declare other packages that this package depends on.
24 |         .package(name: "MultiplicativeArithmetic", url: "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git", from: "1.4.1"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
25 |     ],
26 |     targets: [
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
22 |     dependencies: [
23 |         // Dependencies declare other packages that this package depends on.
24 |         .package(name: "MultiplicativeArithmetic", url: "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git", from: "1.4.1"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
25 |     ],
26 |     targets: [
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/87] Fetching swift-multiplicativearithmetic
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache (0.60s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (2.93s)
Creating working copy for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Working copy of https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git resolved at 1.4.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module MultiplicativeArithmetic
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
[5/6] Compiling MultiplicativeArithmetic Default Conformances.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
[6/6] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
22 |     dependencies: [
23 |         // Dependencies declare other packages that this package depends on.
24 |         .package(name: "MultiplicativeArithmetic", url: "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git", from: "1.4.1"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead
25 |     ],
26 |     targets: [
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module MultiplicativeArithmetic
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
[3/4] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
[4/4] Compiling MultiplicativeArithmetic Default Conformances.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:9:8: error: no such module 'CoreGraphics'
  7 |
  8 | import Foundation
  9 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
 10 |
 11 |
BUILD FAILURE 6.1 linux