Build Information
Failed to build makata, reference 0.0.11 (17bf6a), with Swift 6.1 for Wasm on 28 May 2025 23:54:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buslo/makata.git
Reference: 0.0.11
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/buslo/makata
* tag 0.0.11 -> FETCH_HEAD
HEAD is now at 17bf6a4 Add update for initial value.
Cloned https://github.com/buslo/makata.git
Revision (git rev-parse @):
17bf6a4ee96f2587a0792cc1cdcc0d3fa9d52429
SUCCESS checkout https://github.com/buslo/makata.git at 0.0.11
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/buslo/makata.git
https://github.com/buslo/makata.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "snapkit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/snapkit/snapkit.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/swiftformat"
}
],
"manifest_display_name" : "makata",
"name" : "makata",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "makata",
"targets" : [
"makataInteraction",
"makataForm",
"makataUserInterface"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "makataUserInterface",
"module_type" : "SwiftTarget",
"name" : "makataUserInterface",
"path" : "Sources/makata-user-interface",
"product_dependencies" : [
"SnapKit"
],
"product_memberships" : [
"makata"
],
"sources" : [
"controller-template/controller-template-collection.swift",
"controller-template/controller-template-page-view.swift",
"controller-template/controller-template-page.swift",
"controller-template/controller-template.swift",
"controller/controller-templated.swift",
"controller/controller.swift",
"protocol/protocol-attributable.swift",
"protocol/protocol-button-loadable.swift",
"protocol/protocol-cell-registerable.swift",
"protocol/protocol-failure-callable.swift",
"protocol/protocol-reusable-registerable.swift",
"protocol/protocol-view-header.swift",
"user-interface.swift",
"view/view+constraints.swift",
"view/view+uicollectionreusableview.swift",
"view/view+uicollectionviewcell.swift",
"view/view+uicontrol.swift",
"view/view+uistackview.swift",
"view/view+uitextfield.swift",
"view/view-builder.swift",
"view/view.swift"
],
"target_dependencies" : [
"makataForm",
"makataInteraction"
],
"type" : "library"
},
{
"c99name" : "makataInteraction",
"module_type" : "SwiftTarget",
"name" : "makataInteraction",
"path" : "Sources/makata-interaction",
"product_memberships" : [
"makata"
],
"sources" : [
"interaction.swift",
"protocol/observable.swift",
"protocol/protocol-assignable.swift",
"protocol/protocol-hookable+routeable.swift",
"protocol/protocol-hookable.swift",
"protocol/protocol-lifetimeable.swift",
"protocol/protocol-loadable.swift",
"protocol/protocol-routeable.swift",
"protocol/protocol-stateable+swiftui.swift",
"protocol/protocol-stateable.swift",
"protocol/protocol-withable.swift"
],
"type" : "library"
},
{
"c99name" : "makataForm",
"module_type" : "SwiftTarget",
"name" : "makataForm",
"path" : "Sources/makata-form",
"product_memberships" : [
"makata"
],
"sources" : [
"error+formatting.swift",
"field/field-error.swift",
"field/field-partial-value.swift",
"field/field-validator.swift",
"form-binding+swiftui.swift",
"form-binding.swift",
"form-handler.swift",
"form-observer.swift",
"form-validation.swift",
"protocol/protocol-field-formattable.swift",
"protocol/protocol-field-transformable.swift",
"protocol/protocol-formable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/snapkit/snapkit.git
Fetching https://github.com/nicklockwood/swiftformat
[1/4244] Fetching snapkit
[4245/52426] Fetching snapkit, swiftformat
Fetched https://github.com/snapkit/snapkit.git from cache (31.49s)
Fetched https://github.com/nicklockwood/swiftformat from cache (32.40s)
Computing version for https://github.com/snapkit/snapkit.git
Computed https://github.com/snapkit/snapkit.git at 5.7.1 (33.27s)
Computing version for https://github.com/nicklockwood/swiftformat
Computed https://github.com/nicklockwood/swiftformat at 0.56.2 (0.87s)
Creating working copy for https://github.com/snapkit/snapkit.git
Working copy of https://github.com/snapkit/snapkit.git resolved at 5.7.1
Creating working copy for https://github.com/nicklockwood/swiftformat
Working copy of https://github.com/nicklockwood/swiftformat resolved at 0.56.2
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/65] 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/65] 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/65] 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/65] 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/65] 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 |
[13/65] 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 |
[14/65] 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 |
[15/65] 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 |
[16/65] 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 |
[17/69] 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 |
[18/69] 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 |
[19/69] 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 |
[20/69] 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 |
[21/69] 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 |
[22/69] 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 |
[23/69] 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 |
[24/69] 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 |
[25/69] 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 |
[26/69] 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 |
[27/69] Compiling SnapKit ConstraintDirectionalInsets.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[28/69] Compiling SnapKit ConstraintInsetTarget.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[29/69] 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 |
[30/69] 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 |
[31/69] 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 |
[32/69] 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 |
[33/69] 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 |
[34/70] Compiling makataInteraction protocol-stateable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[35/70] Compiling makataForm protocol-field-transformable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[36/71] Compiling makataForm protocol-field-formattable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/71] 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 |
[38/71] 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 |
[39/71] 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 |
[40/71] 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 |
[41/71] 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 |
[42/71] 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 |
[43/71] 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 |
[44/71] 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 |
/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 |
/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/71] 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 |
[48/71] Compiling makataInteraction protocol-loadable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[49/71] Compiling makataForm form-validation.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/71] Emitting module makataForm
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[53/71] 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 |
[54/71] 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 |
[55/71] 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 |
[56/71] 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 |
[57/71] Compiling makataInteraction protocol-stateable+swiftui.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[58/71] Compiling makataInteraction protocol-routeable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[59/71] Compiling makataInteraction protocol-withable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:140:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
138 | updateHandler = callback
139 |
140 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
141 |
142 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:164:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
162 | validations = handler
163 |
164 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
165 |
166 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:217:30: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
215 | }
216 |
217 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
218 | }
219 | }
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:140:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
138 | updateHandler = callback
139 |
140 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
141 |
142 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:164:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
162 | validations = handler
163 |
164 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
165 |
166 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:217:30: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
215 | }
216 |
217 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
218 | }
219 | }
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:71:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
69 |
70 | public extension Formable {
71 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
72 | func binding<Value>(
73 | for field: WritableKeyPath<FormData, Value>
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:78:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
76 | }
77 |
78 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
79 | func binding<Value, Transform: FieldTransformable>(
80 | for field: WritableKeyPath<FormData, Transform.Output>,
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:86:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
84 | }
85 |
86 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
87 | func binding<Value, CompleteValue, Transform: FieldTransformable>(
88 | for field: WritableKeyPath<FormData, FieldPartialValue<CompleteValue, Value>>,
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:71:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
69 |
70 | public extension Formable {
71 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
72 | func binding<Value>(
73 | for field: WritableKeyPath<FormData, Value>
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:78:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
76 | }
77 |
78 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
79 | func binding<Value, Transform: FieldTransformable>(
80 | for field: WritableKeyPath<FormData, Transform.Output>,
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:86:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
84 | }
85 |
86 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
87 | func binding<Value, CompleteValue, Transform: FieldTransformable>(
88 | for field: WritableKeyPath<FormData, FieldPartialValue<CompleteValue, Value>>,
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/71] Emitting module makataInteraction
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[71/71] Compiling makataForm protocol-formable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/60] Compiling makataForm error+formatting.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[4/60] Compiling makataForm field-error.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[5/61] Compiling makataForm form-handler.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:140:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
138 | updateHandler = callback
139 |
140 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
141 |
142 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:164:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
162 | validations = handler
163 |
164 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
165 |
166 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:217:30: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
215 | }
216 |
217 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
218 | }
219 | }
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[6/61] Compiling makataForm form-observer.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:140:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
138 | updateHandler = callback
139 |
140 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
141 |
142 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:164:26: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
162 | validations = handler
163 |
164 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
165 |
166 | return self
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:217:30: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
215 | }
216 |
217 | Task { @MainActor () in await pushUpdates() }
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
218 | }
219 | }
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[9/61] Compiling makataForm form-binding+swiftui.swift
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:71:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
69 |
70 | public extension Formable {
71 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
72 | func binding<Value>(
73 | for field: WritableKeyPath<FormData, Value>
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:78:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
76 | }
77 |
78 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
79 | func binding<Value, Transform: FieldTransformable>(
80 | for field: WritableKeyPath<FormData, Transform.Output>,
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:86:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
84 | }
85 |
86 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
87 | func binding<Value, CompleteValue, Transform: FieldTransformable>(
88 | for field: WritableKeyPath<FormData, FieldPartialValue<CompleteValue, Value>>,
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[10/61] Compiling makataForm form-binding.swift
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:71:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
69 |
70 | public extension Formable {
71 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
72 | func binding<Value>(
73 | for field: WritableKeyPath<FormData, Value>
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:78:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
76 | }
77 |
78 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
79 | func binding<Value, Transform: FieldTransformable>(
80 | for field: WritableKeyPath<FormData, Transform.Output>,
/host/spi-builder-workspace/Sources/makata-form/form-binding+swiftui.swift:86:6: warning: unexpected version number in 'available' attribute for non-specific platform '*'
84 | }
85 |
86 | @available(*, deprecated: 0.0.6, renamed: "formBinding(for:transform:)")
| `- warning: unexpected version number in 'available' attribute for non-specific platform '*'
87 | func binding<Value, CompleteValue, Transform: FieldTransformable>(
88 | for field: WritableKeyPath<FormData, FieldPartialValue<CompleteValue, Value>>,
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[11/62] Compiling makataInteraction protocol-stateable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[12/62] Compiling makataInteraction protocol-stateable+swiftui.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/62] Emitting module makataInteraction
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[14/62] Compiling makataForm field-partial-value.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[15/62] Compiling makataForm field-validator.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[18/62] Compiling makataInteraction protocol-loadable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[19/62] Compiling makataInteraction protocol-routeable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[22/62] Compiling makataForm protocol-field-transformable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[23/62] Compiling makataForm protocol-formable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/62] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/66] Emitting module makataForm
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[26/66] Compiling makataForm form-validation.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[27/66] Compiling makataForm protocol-field-formattable.swift
/host/spi-builder-workspace/Sources/makata-form/form-handler.swift:7:8: error: no such module 'SwiftUI'
5 |
6 | import Foundation
7 | import SwiftUI
| `- error: no such module 'SwiftUI'
8 | import Combine
9 |
[28/66] Compiling makataInteraction protocol-withable.swift
/host/spi-builder-workspace/Sources/makata-interaction/protocol/observable.swift:7:8: error: no such module 'Combine'
5 |
6 | import Foundation
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | extension AnyCancellable: Lifetimeable {
[29/66] 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 |
[30/66] 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 |
[31/66] 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 |
[32/66] 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 |
/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 |
/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 |
/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/66] 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 |
[37/66] 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 |
[38/66] 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 |
[39/66] 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 |
[40/66] 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 |
[41/66] 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 |
[42/66] 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 |
[43/66] 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 |
[44/66] 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 |
[45/66] 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 |
[46/66] 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 |
[47/66] 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 |
[48/66] 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 |
[49/66] 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 |
[50/66] 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 |
[51/66] 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 |
[52/66] 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 |
[53/66] 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 |
[54/66] 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 |
[55/66] 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 |
[56/66] 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 |
[57/66] 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 |
[58/66] 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 |
[59/66] 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 |
[60/66] 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 |
[61/66] 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 |
/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 |
/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 |
/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 |
/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 |
/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.1 wasm