Build Information
Failed to build DurationPicker, reference main (798a9f
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 12:35:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mac-gallagher/DurationPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mac-gallagher/DurationPicker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 798a9f9 Update README (#3)
Cloned https://github.com/mac-gallagher/DurationPicker.git
Revision (git rev-parse @):
798a9f9b6c162eb6f00deb29d10175c00d1caa25
SUCCESS checkout https://github.com/mac-gallagher/DurationPicker.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "durationpicker",
"name": "DurationPicker",
"url": "https://github.com/mac-gallagher/DurationPicker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DurationPicker",
"dependencies": [
]
}
]
}
Fetching https://github.com/mac-gallagher/DurationPicker.git
[1/130] Fetching durationpicker
Fetched https://github.com/mac-gallagher/DurationPicker.git from cache (0.73s)
Creating working copy for https://github.com/mac-gallagher/DurationPicker.git
Working copy of https://github.com/mac-gallagher/DurationPicker.git resolved at main (798a9f9)
warning: '.resolve-product-dependencies': dependency 'durationpicker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mac-gallagher/DurationPicker.git
https://github.com/mac-gallagher/DurationPicker.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "DurationPicker",
"name" : "DurationPicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "DurationPicker",
"targets" : [
"DurationPicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DurationPickerTests",
"module_type" : "SwiftTarget",
"name" : "DurationPickerTests",
"path" : "Tests/DurationPickerTests",
"sources" : [
"DurationPickerTests.swift",
"TestConstants.swift",
"TimeComponentsTests.swift"
],
"target_dependencies" : [
"DurationPicker"
],
"type" : "test"
},
{
"c99name" : "DurationPicker",
"module_type" : "SwiftTarget",
"name" : "DurationPicker",
"path" : "Sources/DurationPicker",
"product_memberships" : [
"DurationPicker"
],
"sources" : [
"Internal/DurationPickerContentView.swift",
"Internal/DurationPickerView.swift",
"Internal/Extensions/CGFloat++.swift",
"Internal/Extensions/CGSize++.swift",
"Internal/Extensions/Numbers++.swift",
"Internal/Extensions/String++.swift",
"Internal/Extensions/UILabel++.swift",
"Internal/TimeComponents.swift",
"Internal/Utilities/DurationFormatter.swift",
"Internal/Utilities/TimeConstants.swift",
"Internal/Utilities/TimeUtils.swift",
"Public/DurationPicker+Mode.swift",
"Public/DurationPicker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/15] Compiling DurationPicker TimeConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[4/16] Compiling DurationPicker Numbers++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[5/16] Compiling DurationPicker String++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[6/16] Compiling DurationPicker DurationPicker+Mode.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[7/16] Compiling DurationPicker TimeComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[8/16] Compiling DurationPicker TimeUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[9/16] Compiling DurationPicker UILabel++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[10/16] Compiling DurationPicker DurationFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[11/16] Compiling DurationPicker CGFloat++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[12/16] Compiling DurationPicker CGSize++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[13/16] Compiling DurationPicker DurationPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/16] Emitting module DurationPicker
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[15/16] Compiling DurationPicker DurationPickerContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[16/16] Compiling DurationPicker DurationPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Resources/Localizable.xcstrings
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling DurationPicker TimeUtils.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[3/15] Compiling DurationPicker TimeComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[4/15] Compiling DurationPicker UILabel++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[5/15] Compiling DurationPicker TimeConstants.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[6/15] Compiling DurationPicker DurationFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[7/15] Compiling DurationPicker DurationPicker+Mode.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[8/15] Compiling DurationPicker DurationPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/15] Emitting module DurationPicker
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[10/15] Compiling DurationPicker Numbers++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[11/15] Compiling DurationPicker String++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[12/15] Compiling DurationPicker CGFloat++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[13/15] Compiling DurationPicker CGSize++.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[14/15] Compiling DurationPicker DurationPickerContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
[15/15] Compiling DurationPicker DurationPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Internal/DurationPickerContentView.swift:23:8: error: no such module 'UIKit'
21 | /// SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | /// A view which displays a single monospaced, right-aligned label. Used as a row for `DurationPickerView`.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/DurationPicker/Resources/Localizable.xcstrings
BUILD FAILURE 6.1 macosSpm