Build Information
Failed to build NotificationBannerSwift, reference master (9550d2
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 01:31:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Daltron/NotificationBanner.git
Reference: master
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/Daltron/NotificationBanner
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9550d28 Add PrivacyInfo file (#430)
Cloned https://github.com/Daltron/NotificationBanner.git
Revision (git rev-parse @):
9550d28f111652614e3957e754cde0d7b349bc43
SUCCESS checkout https://github.com/Daltron/NotificationBanner.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Daltron/NotificationBanner.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SnapKit/SnapKit
Fetching https://github.com/cbpowell/MarqueeLabel
[1/3860] Fetching marqueelabel
[40/8110] Fetching marqueelabel, snapkit
Fetched https://github.com/SnapKit/SnapKit from cache (0.95s)
Fetched https://github.com/cbpowell/MarqueeLabel from cache (0.97s)
Computing version for https://github.com/cbpowell/MarqueeLabel
warning: 'marqueelabel': /Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "MarqueeLabel",
8 | platforms: [
9 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | .tvOS(.v11),
11 | .visionOS(.v1)
/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | platforms: [
9 | .iOS(.v11),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
11 | .visionOS(.v1)
12 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/cbpowell/MarqueeLabel at 4.5.0 (1.43s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.7.1 (0.57s)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.7.1
Creating working copy for https://github.com/cbpowell/MarqueeLabel
Working copy of https://github.com/cbpowell/MarqueeLabel resolved at 4.5.0
warning: 'marqueelabel': /host/spi-builder-workspace/.build/checkouts/MarqueeLabel/Package@swift-5.9.swift:9:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "MarqueeLabel",
8 | platforms: [
9 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | .tvOS(.v11),
11 | .visionOS(.v1)
/host/spi-builder-workspace/.build/checkouts/MarqueeLabel/Package@swift-5.9.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
8 | platforms: [
9 | .iOS(.v11),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
11 | .visionOS(.v1)
12 | ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[1/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/44] Emitting module SnapKit
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[8/48] Compiling SnapKit ConstraintView.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[9/48] Compiling SnapKit ConstraintViewDSL.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[10/48] Compiling SnapKit Debugging.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[11/48] Compiling SnapKit LayoutConstraint.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[12/48] Compiling SnapKit ConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[13/48] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[14/48] Compiling SnapKit ConstraintLayoutGuide.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[15/48] Compiling SnapKit ConstraintLayoutGuideDSL.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[16/48] Compiling SnapKit ConstraintLayoutSupport.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[17/48] Compiling SnapKit Constraint.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[18/48] Compiling SnapKit ConstraintAttributes.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[19/48] Compiling SnapKit ConstraintConfig.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[20/48] Compiling SnapKit ConstraintConstantTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[21/48] Compiling SnapKit ConstraintDSL.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[22/48] Compiling SnapKit ConstraintDescription.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[23/48] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[24/48] Compiling SnapKit ConstraintDirectionalInsets.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[25/48] Compiling SnapKit ConstraintInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[26/48] Compiling SnapKit ConstraintInsets.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[27/48] Compiling SnapKit ConstraintPriority.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[28/48] Compiling SnapKit ConstraintPriorityTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[29/48] Compiling SnapKit ConstraintRelatableTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[30/48] Compiling SnapKit ConstraintRelation.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[31/48] Compiling SnapKit ConstraintView+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[32/48] Compiling SnapKit ConstraintMakerPrioritizable.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[33/48] Compiling SnapKit ConstraintMakerRelatable+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[34/48] Compiling SnapKit ConstraintMakerRelatable.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[35/48] Compiling SnapKit ConstraintMultiplierTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[36/48] Compiling SnapKit ConstraintOffsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[37/48] Compiling MarqueeLabel resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import QuartzCore
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/48] Emitting module MarqueeLabel
/host/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import QuartzCore
10 |
[39/48] Compiling MarqueeLabel MarqueeLabel.swift
/host/spi-builder-workspace/.build/checkouts/MarqueeLabel/Sources/MarqueeLabel.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import QuartzCore
10 |
[40/48] Compiling SnapKit ConstraintLayoutSupportDSL.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[41/48] Compiling SnapKit ConstraintMaker.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[42/48] Compiling SnapKit ConstraintMakerEditable.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[43/48] Compiling SnapKit ConstraintMakerExtendable.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[44/48] Compiling SnapKit ConstraintMakerFinalizable.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[45/48] Compiling SnapKit LayoutConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[46/48] Compiling SnapKit Typealiases.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[47/48] Compiling SnapKit UILayoutSupport+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
[48/48] Compiling SnapKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SnapKit/Sources/Constraint.swift:27:12: error: no such module 'AppKit'
25 | import UIKit
26 | #else
27 | import AppKit
| `- error: no such module 'AppKit'
28 | #endif
29 |
BUILD FAILURE 6.2 wasm