Build Information
Failed to build SettingsViewController, reference 0.2.5 (f17fb8
), with Swift 6.1 for Linux on 26 Apr 2025 22:42:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/eugenebokhan/settings-view-controller.git
Reference: 0.2.5
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/eugenebokhan/settings-view-controller
* tag 0.2.5 -> FETCH_HEAD
HEAD is now at f17fb81 Merge branch 'master' of github.com:eugenebokhan/settings-view-controller
Cloned https://github.com/eugenebokhan/settings-view-controller.git
Revision (git rev-parse @):
f17fb81a62a6e314a19aaefda7f0aab58bc36c32
SUCCESS checkout https://github.com/eugenebokhan/settings-view-controller.git at 0.2.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/eugenebokhan/settings-view-controller.git
https://github.com/eugenebokhan/settings-view-controller.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "snapkit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "5.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/snapkit/snapkit.git"
}
],
"manifest_display_name" : "SettingsViewController",
"name" : "SettingsViewController",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SettingsViewController",
"targets" : [
"SettingsViewController"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SettingsViewController",
"module_type" : "SwiftTarget",
"name" : "SettingsViewController",
"path" : "Sources/SettingsViewController",
"product_dependencies" : [
"SnapKit"
],
"product_memberships" : [
"SettingsViewController"
],
"sources" : [
"SettingCell/BoolSettingCell.swift",
"SettingCell/FloatSettingCell.swift",
"SettingCell/SelectionSettingCell.swift",
"SettingCell/SettingCell.swift",
"Settings/BoolSetting.swift",
"Settings/FloatSetting.swift",
"Settings/SelectionSetting.swift",
"Settings/Setting.swift",
"Settings/TextSetting.swift",
"SettingsTableViewController.swift",
"SettingsViewController.swift",
"TableView+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/snapkit/snapkit.git
[1/4241] Fetching snapkit
Fetched https://github.com/snapkit/snapkit.git from cache (1.54s)
Computing version for https://github.com/snapkit/snapkit.git
Computed https://github.com/snapkit/snapkit.git at 5.0.1 (2.08s)
Creating working copy for https://github.com/snapkit/snapkit.git
Working copy of https://github.com/snapkit/snapkit.git resolved at 5.0.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/36] Emitting module SnapKit
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[5/40] Compiling SnapKit ConstraintMakerPriortizable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[6/40] Compiling SnapKit ConstraintMakerRelatable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[7/40] Compiling SnapKit ConstraintMultiplierTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintOffsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintDescription.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintDirectionalInsets.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintInsets.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintPriority.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintPriorityTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintRelatableTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintRelation.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintLayoutSupportDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintMaker.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintMakerEditable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintMakerExtendable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintMakerFinalizable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintView+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintView.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintViewDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit Debugging.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit Constraint.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintAttributes.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintConfig.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintConstantTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintLayoutGuide.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintLayoutGuideDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit ConstraintLayoutSupport.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit LayoutConstraint.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit LayoutConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit Typealiases.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/40] Compiling SnapKit UILayoutSupport+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SnapKit ConstraintDescription.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[3/34] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[4/34] Compiling SnapKit ConstraintDirectionalInsets.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[5/34] Compiling SnapKit ConstraintInsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[6/34] Compiling SnapKit ConstraintInsets.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 |
[7/38] Compiling SnapKit ConstraintMakerPriortizable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMakerRelatable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMultiplierTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintOffsetTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintLayoutGuide.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintLayoutGuideDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintLayoutSupport.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintLayoutSupportDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMaker.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMakerEditable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMakerExtendable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintMakerFinalizable.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintPriority.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintPriorityTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintRelatableTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintRelation.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintView+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintView.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintViewDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit Debugging.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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)
[29/38] Emitting module SnapKit
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit Constraint.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintAttributes.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintConfig.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintConstantTarget.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit ConstraintDSL.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit LayoutConstraint.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit LayoutConstraintItem.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit Typealiases.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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/38] Compiling SnapKit UILayoutSupport+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/snapkit/Source/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 linux