Build Information
Failed to build Placard, reference main (03a288
), with Swift 5.9 for macOS (SPM) on 11 Oct 2024 23:09:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/ccavnor/Placard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Placard PlacardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[2/8] Compiling Placard UIView+Animations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[3/8] Compiling Placard PlacardConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Emitting module Placard
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[5/8] Compiling Placard Placard+DeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[6/8] Compiling Placard Placard+Constraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[7/8] Compiling Placard Placard+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[8/8] Compiling Placard Placard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Placard/Placard+Layout.swift:8:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.9 macosSpm