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 ColorSwatches, reference 2.1.0 (f574c7), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 01:40:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Color-Swatches.git
Reference: 2.1.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-Color-Swatches
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at f574c79 Merge pull request #9 from RougeWare/feature/Downdate/RectangleTools/2.10.0
Cloned https://github.com/RougeWare/Swift-Color-Swatches.git
Revision (git rev-parse @):
f574c79f3deba359bcce57390760176876266480
SUCCESS checkout https://github.com/RougeWare/Swift-Color-Swatches.git at 2.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Color-Swatches.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git
Fetching https://github.com/koher/swift-image.git
Fetching https://github.com/RougeWare/Swift-Drawing-Tools.git
[1/255] Fetching swift-drawing-tools
[256/309] Fetching swift-drawing-tools, swift-cross-kit-types
[310/3660] Fetching swift-drawing-tools, swift-cross-kit-types, swift-image
[3661/4367] Fetching swift-drawing-tools, swift-cross-kit-types, swift-image, swift-rectangle-tools
Fetched https://github.com/RougeWare/Swift-Cross-Kit-Types.git from cache (1.32s)
Fetched https://github.com/RougeWare/Swift-Drawing-Tools.git from cache (1.32s)
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git from cache (1.32s)
Fetched https://github.com/koher/swift-image.git from cache (1.32s)
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 (2.24s)
Computing version for https://github.com/koher/swift-image.git
Computed https://github.com/koher/swift-image.git at 0.8.0 (1.22s)
Computing version for https://github.com/RougeWare/Swift-Drawing-Tools.git
Computed https://github.com/RougeWare/Swift-Drawing-Tools.git at 2.1.1 (0.40s)
Fetching https://github.com/RougeWare/Swift-Optional-Tools.git
[1/73] Fetching swift-optional-tools
Fetched https://github.com/RougeWare/Swift-Optional-Tools.git from cache (0.60s)
Computing version for https://github.com/RougeWare/Swift-Rectangle-Tools.git
warning: 'swift-rectangle-tools': /Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
25 |     ],
26 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/RougeWare/Swift-Rectangle-Tools.git at 2.14.0 (1.97s)
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/87] Fetching swift-multiplicativearithmetic
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache (0.48s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (0.87s)
Computing version for https://github.com/RougeWare/Swift-Optional-Tools.git
Computed https://github.com/RougeWare/Swift-Optional-Tools.git at 1.2.0 (0.59s)
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.2.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
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
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.14.0
Creating working copy for https://github.com/RougeWare/Swift-Drawing-Tools.git
Working copy of https://github.com/RougeWare/Swift-Drawing-Tools.git resolved at 2.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.8.0
warning: 'swift-rectangle-tools': /host/spi-builder-workspace/.build/checkouts/Swift-Rectangle-Tools/Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
25 |     ],
26 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling CrossKitTypes Cross-Kit Image.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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/17] Emitting module OptionalTools
/host/spi-builder-workspace/.build/checkouts/Swift-Optional-Tools/Sources/OptionalTools/Optional operators.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 |
[10/17] Compiling OptionalTools unwrappedOrThrow.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Optional-Tools/Sources/OptionalTools/Optional operators.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 |
[11/17] Compiling OptionalTools Optional operators.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Optional-Tools/Sources/OptionalTools/Optional operators.swift:9:8: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   |        `- error: no such module 'Foundation'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/17] Emitting module MultiplicativeArithmetic
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 | import CoreGraphics
 10 |
[13/17] Compiling MultiplicativeArithmetic Default Conformances.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 | import CoreGraphics
 10 |
[14/17] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/Swift-MultiplicativeArithmetic/Sources/MultiplicativeArithmetic/Default Conformances.swift:8:8: error: no such module 'Foundation'
  6 | //
  7 |
  8 | import Foundation
    |        `- error: no such module 'Foundation'
  9 | import CoreGraphics
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] 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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
[16/17] 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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
/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
24 |
25 | #else
26 | #error("Unsupported platform; neither UIKit nor AppKit")
   |        `- error: Unsupported platform; neither UIKit nor AppKit
27 | #endif
28 |
BUILD FAILURE 6.2 wasm