Build Information
Failed to build ActiveLabel, reference master (36949c
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 05:20:00 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/optonaut/ActiveLabel.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/optonaut/ActiveLabel.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 36949c1 Merge pull request #370 from optonaut/115-release-candidate
Cloned https://github.com/optonaut/ActiveLabel.swift.git
Revision (git rev-parse @):
36949c1a69ef8b40574da20c9e24b115f387b1cf
SUCCESS checkout https://github.com/optonaut/ActiveLabel.swift.git at master
========================================
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": "activelabel.swift",
"name": "ActiveLabel",
"url": "https://github.com/optonaut/ActiveLabel.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ActiveLabel.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/optonaut/ActiveLabel.swift.git
[1/2220] Fetching activelabel.swift
Fetched https://github.com/optonaut/ActiveLabel.swift.git from cache (1.16s)
Creating working copy for https://github.com/optonaut/ActiveLabel.swift.git
Working copy of https://github.com/optonaut/ActiveLabel.swift.git resolved at master (36949c1)
warning: '.resolve-product-dependencies': dependency 'activelabel.swift' 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/optonaut/ActiveLabel.swift.git
https://github.com/optonaut/ActiveLabel.swift.git
{
"dependencies" : [
],
"manifest_display_name" : "ActiveLabel",
"name" : "ActiveLabel",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ActiveLabel",
"targets" : [
"ActiveLabel"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ActiveLabel",
"module_type" : "SwiftTarget",
"name" : "ActiveLabel",
"path" : "ActiveLabel",
"product_memberships" : [
"ActiveLabel"
],
"sources" : [
"ActiveBuilder.swift",
"ActiveLabel.swift",
"ActiveType.swift",
"RegexParser.swift",
"StringTrimExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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/8] Compiling ActiveLabel StringTrimExtension.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[4/8] Compiling ActiveLabel RegexParser.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module ActiveLabel
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[6/8] Compiling ActiveLabel ActiveLabel.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[7/8] Compiling ActiveLabel ActiveBuilder.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[8/8] Compiling ActiveLabel ActiveType.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
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/7] Compiling ActiveLabel RegexParser.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] Compiling ActiveLabel ActiveType.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[4/7] Emitting module ActiveLabel
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[5/7] Compiling ActiveLabel ActiveBuilder.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[6/7] Compiling ActiveLabel StringTrimExtension.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
[7/7] Compiling ActiveLabel ActiveLabel.swift
/Users/admin/builder/spi-builder-workspace/ActiveLabel/ActiveLabel.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | public protocol ActiveLabelDelegate: class {
BUILD FAILURE 6.1 macosSpm