Build Information
Failed to build TournamentBracket, reference v1.0.0 (d16a73
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 17:03:26 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/manisrini/TournamentBracketSUI.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/manisrini/TournamentBracketSUI
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at d16a736 first version commit
Cloned https://github.com/manisrini/TournamentBracketSUI.git
Revision (git rev-parse @):
d16a7369f4c9373e50e289931928238ac8cb4974
SUCCESS checkout https://github.com/manisrini/TournamentBracketSUI.git at v1.0.0
Fetching https://github.com/manisrini/DesignSystem
[1/35] Fetching designsystem
Fetched https://github.com/manisrini/DesignSystem from cache (1.31s)
Computing version for https://github.com/manisrini/DesignSystem
Computed https://github.com/manisrini/DesignSystem at 1.0.0 (0.42s)
Creating working copy for https://github.com/manisrini/DesignSystem
Working copy of https://github.com/manisrini/DesignSystem resolved at 1.0.0
========================================
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": "tournamentbracketsui",
"name": "TournamentBracket",
"url": "https://github.com/manisrini/TournamentBracketSUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TournamentBracketSUI",
"dependencies": [
{
"identity": "designsystem",
"name": "DesignSystem",
"url": "https://github.com/manisrini/DesignSystem",
"version": "1.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DesignSystem",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/manisrini/TournamentBracketSUI.git
[1/75] Fetching tournamentbracketsui
Fetched https://github.com/manisrini/TournamentBracketSUI.git from cache (1.46s)
Fetching https://github.com/manisrini/DesignSystem from cache
Fetched https://github.com/manisrini/DesignSystem from cache (0.45s)
Computing version for https://github.com/manisrini/DesignSystem
Computed https://github.com/manisrini/DesignSystem at 1.0.0 (0.02s)
Creating working copy for https://github.com/manisrini/DesignSystem
Working copy of https://github.com/manisrini/DesignSystem resolved at 1.0.0
Creating working copy for https://github.com/manisrini/TournamentBracketSUI.git
Working copy of https://github.com/manisrini/TournamentBracketSUI.git resolved at v1.0.0 (d16a736)
warning: '.resolve-product-dependencies': dependency 'tournamentbracketsui' is not used by any target
Found 1 product dependencies
- DesignSystem
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/manisrini/TournamentBracketSUI.git
{
"dependencies" : [
{
"identity" : "designsystem",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/manisrini/DesignSystem"
}
],
"manifest_display_name" : "TournamentBracket",
"name" : "TournamentBracket",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "TournamentBracket",
"targets" : [
"TournamentBracket"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TournamentBracketTests",
"module_type" : "SwiftTarget",
"name" : "TournamentBracketTests",
"path" : "Tests/TournamentBracketTests",
"sources" : [
"TournamentBracketTests.swift"
],
"target_dependencies" : [
"TournamentBracket"
],
"type" : "test"
},
{
"c99name" : "TournamentBracket",
"module_type" : "SwiftTarget",
"name" : "TournamentBracket",
"path" : "Sources/TournamentBracket",
"product_dependencies" : [
"DesignSystem"
],
"product_memberships" : [
"TournamentBracket"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TournamentBracket/Resources/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BracketCell/BracketView.swift",
"BracketCell/LineView.swift",
"BracketCell/ScoreView.swift",
"BracketListView.swift",
"CustomTabView.swift",
"TournamentBracketView/TournamentBracketView.swift",
"TournamentBracketView/TournamentBracketViewModel.swift",
"Utils/CustomViewModifiers.swift",
"Utils/Extensions.swift",
"Utils/PropWrappers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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 -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/19] Write sources
[1/19] Copying Roboto-Black.ttf
[2/19] Copying Roboto-Bold.ttf
[3/19] Copying Roboto-BoldItalic.ttf
[4/19] Copying RobotoSerif-Italic.ttf
[4/19] Copying RobotoSerif.ttf
[4/19] Copying Roboto-ThinItalic.ttf
[4/19] Copying Roboto-Thin.ttf
[4/19] Copying Roboto-BlackItalic.ttf
[4/19] Copying Roboto-Italic.ttf
[10/19] Copying Roboto-Regular.ttf
[11/19] Write sources
[12/19] Copying Roboto-Light.ttf
[13/19] Copying Roboto-MediumItalic.ttf
[14/19] Copying NerkoOne-Regular.ttf
[15/19] Copying Roboto-LightItalic.ttf
[16/19] Copying Roboto-Medium.ttf
[17/19] Copying Media.xcassets
[18/19] Write swift-version--7754E27361AE5C74.txt
[20/25] Compiling DesignSystem Font+Roboto_Serif.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
[21/25] Compiling DesignSystem FontHelper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
[22/25] Compiling DesignSystem resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/25] Emitting module DesignSystem
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
[24/25] Compiling DesignSystem Font+Roboto.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
[25/25] Compiling DesignSystem Font+NerkoOneFont.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DesignSystem/Sources/DesignSystem/FontHelper.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import SwiftUI
11 |
BUILD FAILURE 6.0 macosSpm