Build Information
Failed to build AutoLayout, reference main (aad6c7
), with Swift 5.9 for macOS (SPM) on 9 Jan 2025 08:38:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/componentskit/AutoLayout.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/componentskit/AutoLayout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aad6c77 run swiftformat
Cloned https://github.com/componentskit/AutoLayout.git
Revision (git rev-parse @):
aad6c7710a1e94b1ffaa6ac74071cce1955f613a
SUCCESS checkout https://github.com/componentskit/AutoLayout.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/componentskit/AutoLayout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/5] Emitting module AutoLayout
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[2/5] Compiling AutoLayout UIView+Layout.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[3/5] Compiling AutoLayout LayoutConstraintsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[4/5] Compiling AutoLayout LayoutConstraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
import UIKit
^
[5/5] Compiling AutoLayout LayoutConstraints+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AutoLayout/LayoutConstraints.swift:1:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.9 macosSpm