Build Information
Failed to build Placard, reference main (03a288
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 02:46:45 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/ccavnor/Placard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ccavnor/Placard
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 03a2881 Update README.md
Cloned https://github.com/ccavnor/Placard.git
Revision (git rev-parse @):
03a288147ddb3a63e29c90e973070351ee97c277
SUCCESS checkout https://github.com/ccavnor/Placard.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": "placard",
"name": "Placard",
"url": "https://github.com/ccavnor/Placard.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Placard",
"dependencies": [
]
}
]
}
Fetching https://github.com/ccavnor/Placard.git
[1/2222] Fetching placard
Fetched https://github.com/ccavnor/Placard.git from cache (1.18s)
Creating working copy for https://github.com/ccavnor/Placard.git
Working copy of https://github.com/ccavnor/Placard.git resolved at main (03a2881)
warning: '.resolve-product-dependencies': dependency 'placard' 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/ccavnor/Placard.git
{
"dependencies" : [
],
"manifest_display_name" : "Placard",
"name" : "Placard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Placard",
"targets" : [
"Placard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Placard",
"module_type" : "SwiftTarget",
"name" : "Placard",
"path" : "Sources/Placard",
"product_memberships" : [
"Placard"
],
"sources" : [
"Placard+Constraints.swift",
"Placard+DeviceOrientation.swift",
"Placard+Layout.swift",
"Placard.swift",
"PlacardConfig.swift",
"PlacardView.swift",
"UIView+Animations.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling Placard UIView+Animations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[4/10] Compiling Placard PlacardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[5/10] Compiling Placard PlacardConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[6/10] Compiling Placard Placard+DeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[7/10] Compiling Placard Placard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[8/10] Compiling Placard Placard+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/10] Emitting module Placard
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
[10/10] Compiling Placard Placard+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import SwiftUI
10 |
BUILD FAILURE 6.0 macosSpm