Build Information
Failed to build FontAwesome, reference master (26d6f4
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 19:48:59 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/thii/FontAwesome.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thii/FontAwesome.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 26d6f41 Merge pull request #275 from BankofLoyal/master
Submodule path 'FortAwesome/Font-Awesome': checked out 'd79d85c3fad85ad1885e87ed558f4afd6fce8289'
Submodule 'FortAwesome/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'FortAwesome/Font-Awesome'
Cloning into '/Users/admin/builder/spi-builder-workspace/FortAwesome/Font-Awesome'...
Cloned https://github.com/thii/FontAwesome.swift.git
Revision (git rev-parse @):
26d6f41a3d4cc39a582f516b3a7184fc3b7eb051
SUCCESS checkout https://github.com/thii/FontAwesome.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": "fontawesome.swift",
"name": "FontAwesome",
"url": "https://github.com/thii/FontAwesome.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FontAwesome.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/thii/FontAwesome.swift.git
[1/2505] Fetching fontawesome.swift
Fetched https://github.com/thii/FontAwesome.swift.git from cache (1.24s)
Creating working copy for https://github.com/thii/FontAwesome.swift.git
Working copy of https://github.com/thii/FontAwesome.swift.git resolved at master (26d6f41)
warning: 'fontawesome.swift': 'tools' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/thii/FontAwesome.swift.git
https://github.com/thii/FontAwesome.swift.git
{
"dependencies" : [
],
"manifest_display_name" : "FontAwesome",
"name" : "FontAwesome",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FontAwesome",
"targets" : [
"FontAwesome"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "tools",
"targets" : [
"tools"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "tools",
"module_type" : "SwiftTarget",
"name" : "tools",
"path" : "Sources/tools",
"product_memberships" : [
"tools"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "FontAwesome",
"module_type" : "SwiftTarget",
"name" : "FontAwesome",
"path" : "Sources/FontAwesome",
"product_memberships" : [
"FontAwesome"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/Resources/Fonts/Font Awesome 5 Brands-Regular-400.otf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/Resources/Fonts/Font Awesome 5 Free-Regular-400.otf",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/Resources/Fonts/Font Awesome 5 Free-Solid-900.otf",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Enum.swift",
"FontAwesome.swift",
"FontAwesomeBarButtonItem.swift",
"FontAwesomeExtension.swift",
"FontAwesomeImageRepresentable.swift",
"FontAwesomeImageView.swift",
"FontAwesomeSegmentedControl.swift",
"FontAwesomeStateRequirement.swift",
"FontAwesomeTabBarItem.swift",
"FontAwesomeTextRepresentable.swift",
"FontAwesomeView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
warning: 'spi-builder-workspace': 'tools' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
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/10] Write sources
[2/10] Write tools-entitlement.plist
[3/10] Copying Font Awesome 5 Free-Regular-400.otf
[3/10] Copying Font Awesome 5 Free-Solid-900.otf
[4/10] Copying Font Awesome 5 Brands-Regular-400.otf
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/24] Compiling FontAwesome FontAwesomeImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[9/25] Compiling FontAwesome FontAwesomeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[10/25] Compiling FontAwesome FontAwesomeTabBarItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[11/25] Compiling FontAwesome FontAwesomeTextRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[12/25] Compiling FontAwesome FontAwesomeSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[13/25] Compiling FontAwesome FontAwesomeStateRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[14/25] Compiling FontAwesome FontAwesomeImageRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[15/25] Compiling FontAwesome resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[16/25] Compiling FontAwesome FontAwesomeBarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[17/25] Compiling FontAwesome FontAwesomeExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[18/25] Emitting module tools
[19/25] Compiling tools main.swift
[19/25] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/25] Emitting module FontAwesome
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[22/25] Compiling FontAwesome Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[23/25] Compiling FontAwesome FontAwesome.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[23/25] Linking tools
warning: 'spi-builder-workspace': 'tools' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/18] Compiling FontAwesome FontAwesomeSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[3/18] Compiling FontAwesome FontAwesomeImageRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[4/18] Compiling FontAwesome FontAwesomeBarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[5/18] Compiling FontAwesome FontAwesomeExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[6/19] Compiling FontAwesome FontAwesomeImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[7/19] Emitting module tools
[8/19] Compiling tools main.swift
[9/19] Compiling FontAwesome FontAwesomeTabBarItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[10/19] Compiling FontAwesome FontAwesomeTextRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[11/19] Compiling FontAwesome FontAwesomeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[12/19] Compiling FontAwesome FontAwesomeStateRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[12/19] Write Objects.LinkFileList
[14/19] Compiling FontAwesome resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/19] Emitting module FontAwesome
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[16/19] Compiling FontAwesome Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[17/19] Compiling FontAwesome FontAwesome.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontAwesome/FontAwesome.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 | import CoreText
25 |
[17/19] Linking tools
warning: 'spi-builder-workspace': 'tools' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
BUILD FAILURE 6.1 macosSpm