Build Information
Failed to build ActiveLabel, reference master (36949c
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 09:57:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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/2216] Fetching activelabel.swift
Fetched https://github.com/optonaut/ActiveLabel.swift.git from cache (1.27s)
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.0
Building package at path: $PWD
https://github.com/optonaut/ActiveLabel.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 {
[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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.0 macosSpm