The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DrawingTools with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Drawing-Tools.git
Reference: 2.1.1
Cloned https://github.com/RougeWare/Swift-Drawing-Tools.git into spi-builder-workspace
SUCCESS checkout https://github.com/RougeWare/Swift-Drawing-Tools.git at 2.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/593] Fetching swift-rectangle-tools
Fetching https://github.com/RougeWare/Swift-Optional-Tools.git
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git (0.29s)
Fetched https://github.com/RougeWare/Swift-Cross-Kit-Types.git (0.29s)
Fetching https://github.com/koher/swift-image.git
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git (0.29s)
[1/3275] Fetching swift-image
Fetched https://github.com/RougeWare/Swift-Optional-Tools.git (0.19s)
Fetched https://github.com/koher/swift-image.git (0.28s)
Computing version for https://github.com/koher/swift-image.git
Computed https://github.com/koher/swift-image.git at 0.7.1 (0.28s)
Computing version for https://github.com/RougeWare/Swift-Optional-Tools.git
Computed https://github.com/RougeWare/Swift-Optional-Tools.git at 1.1.1 (0.26s)
Computing version for https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Computed https://github.com/RougeWare/Swift-Cross-Kit-Types.git at 1.0.0 (0.27s)
Computing version for https://github.com/RougeWare/Swift-Rectangle-Tools.git
Computed https://github.com/RougeWare/Swift-Rectangle-Tools.git at 2.10.1 (0.29s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.3.0 (0.93s)
Creating working copy for https://github.com/RougeWare/Swift-Optional-Tools.git
Working copy of https://github.com/RougeWare/Swift-Optional-Tools.git resolved at 1.1.1
Creating working copy for https://github.com/koher/swift-image.git
Working copy of https://github.com/koher/swift-image.git resolved at 0.7.1
Creating working copy for https://github.com/RougeWare/Swift-Rectangle-Tools.git
Working copy of https://github.com/RougeWare/Swift-Rectangle-Tools.git resolved at 2.10.1
Creating working copy for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Working copy of https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git resolved at 1.3.0
Creating working copy for https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Working copy of https://github.com/RougeWare/Swift-Cross-Kit-Types.git resolved at 1.0.0
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/10] Emitting module CrossKitTypes
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Color.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Font.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Image.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2/10] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[3/10] Compiling CrossKitTypes Cross-Kit Color.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Color.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/10] Compiling CrossKitTypes Cross-Kit Font.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Font.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/10] Compiling CrossKitTypes Cross-Kit Image.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Cross-Kit-Types/Sources/CrossKitTypes/Cross-Kit Image.swift:26:8: error: Unsupported platform; neither UIKit nor AppKit
#error("Unsupported platform; neither UIKit nor AppKit")
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module MultiplicativeArithmetic
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:10:8: error: no such module 'CoreGraphics'
import CoreGraphics
       ^
[7/10] Compiling OptionalTools unwrappedOrThrow.swift
[8/10] Emitting module OptionalTools
BUILD FAILURE 5.9 linux

Build Machine: Linux 1