Build Information
Failed to build SettingsKitUI, reference main (463b33), with Swift 6.1 for macOS (SPM) on 10 Mar 2026 01:08:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HaarisIqubal/SettingsKitUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/HaarisIqubal/SettingsKitUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 463b337 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/HaarisIqubal/SettingsKitUI.git
Revision (git rev-parse @):
463b33700138311ee8a986b0ad148ce35edef239
SUCCESS checkout https://github.com/HaarisIqubal/SettingsKitUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/HaarisIqubal/SettingsKitUI.git
https://github.com/HaarisIqubal/SettingsKitUI.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "SettingsKitUI",
"name" : "SettingsKitUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SettingsKitUI",
"targets" : [
"SettingsKitUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SettingsKitUITests",
"module_type" : "SwiftTarget",
"name" : "SettingsKitUITests",
"path" : "Tests/SettingsKitUITests",
"sources" : [
"SettingsKitUITests.swift"
],
"target_dependencies" : [
"SettingsKitUI"
],
"type" : "test"
},
{
"c99name" : "SettingsKitUI",
"module_type" : "SwiftTarget",
"name" : "SettingsKitUI",
"path" : "Sources/SettingsKitUI",
"product_memberships" : [
"SettingsKitUI"
],
"sources" : [
"Components/SKActionRow.swift",
"Components/SKBaseRow.swift",
"Components/SKNavigationRow.swift",
"Components/SKPickerRow.swift",
"Components/SKToggleRow.swift",
"Layouts/SKFrom.swift",
"Layouts/SKList.swift",
"Layouts/SKSection.swift",
"PreviewTest.swift",
"SettingsKitUI.swift",
"Views/SKPage.swift",
"Views/SKSettingsView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/16] Compiling SettingsKitUI SKNavigationRow.swift
[6/16] Compiling SettingsKitUI SKPickerRow.swift
[7/16] Compiling SettingsKitUI SKFrom.swift
[8/17] Compiling SettingsKitUI SKPage.swift
[9/17] Compiling SettingsKitUI SettingsKitUI.swift
[10/17] Compiling SettingsKitUI PreviewTest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/17] Emitting module SettingsKitUI
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[12/17] Compiling SettingsKitUI SKToggleRow.swift
[13/17] Compiling SettingsKitUI SKSection.swift
[14/17] Compiling SettingsKitUI SKList.swift
[15/17] Compiling SettingsKitUI SKActionRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[16/17] Compiling SettingsKitUI SKBaseRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[17/17] Compiling SettingsKitUI SKSettingsView.swift
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/15] Compiling SettingsKitUI SKPage.swift
[5/15] Compiling SettingsKitUI SettingsKitUI.swift
[6/15] Compiling SettingsKitUI SKSection.swift
[7/16] Compiling SettingsKitUI SKFrom.swift
[8/16] Compiling SettingsKitUI SKList.swift
[9/16] Compiling SettingsKitUI PreviewTest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Compiling SettingsKitUI SKToggleRow.swift
[11/16] Compiling SettingsKitUI SKNavigationRow.swift
[12/16] Compiling SettingsKitUI SKPickerRow.swift
[13/16] Emitting module SettingsKitUI
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[14/16] Compiling SettingsKitUI SKActionRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[15/16] Compiling SettingsKitUI SKBaseRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:153:32: error: unknown attribute 'MainActor'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- error: unknown attribute 'MainActor'
154 | @MainActor static let defaultValue: SKIconShape = .standard
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/SettingsKitUI/Components/SKBaseRow.swift:154:27: error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
151 | }
152 |
153 | private struct SKIconShapeKey: @MainActor EnvironmentKey {
| `- note: add '@preconcurrency' to the 'EnvironmentKey' conformance to defer isolation checking to run time
154 | @MainActor static let defaultValue: SKIconShape = .standard
| `- error: main actor-isolated static property 'defaultValue' cannot be used to satisfy nonisolated requirement from protocol 'EnvironmentKey'
155 | }
156 |
[16/16] Compiling SettingsKitUI SKSettingsView.swift
BUILD FAILURE 6.1 macosSpm