Build Information
Failed to build Prefire, reference main (17faf9
), with Swift 5.10 for macOS (SPM) on 6 Sep 2024 10:16:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BarredEwe/Prefire.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BarredEwe/Prefire
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 17faf9d Merge pull request #74 from davidnext/task/case-insensitive-search
Cloned https://github.com/BarredEwe/Prefire.git
Revision (git rev-parse @):
17faf9d32e681864d5e4da0b4df30203f65d8449
SUCCESS checkout https://github.com/BarredEwe/Prefire.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": "prefire",
"name": "Prefire",
"url": "https://github.com/BarredEwe/Prefire.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Prefire",
"dependencies": [
]
}
]
}
Fetching https://github.com/BarredEwe/Prefire.git
[1/2236] Fetching prefire
Fetched https://github.com/BarredEwe/Prefire.git from cache (4.26s)
Creating working copy for https://github.com/BarredEwe/Prefire.git
Working copy of https://github.com/BarredEwe/Prefire.git resolved at main (17faf9d)
warning: '.resolve-product-dependencies': dependency 'prefire' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/BarredEwe/Prefire.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin PrefirePlaybookPlugin
[2/2] Compiling plugin PrefireTestsPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-33747A42983211AE.txt
[5/15] Compiling Prefire UIKitRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[6/16] Compiling Prefire PreviewLayout+Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[7/16] Compiling Prefire PreviewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/16] Compiling Prefire Scale.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[9/16] Compiling Prefire PreferenceKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[10/16] Emitting module Prefire
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[11/16] Compiling Prefire SafeAreaEnviroment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[12/16] Compiling Prefire PrefireProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[13/16] Compiling Prefire TransformIf.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[14/16] Compiling Prefire LoadingTimeModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[15/16] Compiling Prefire PlaybookView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
[16/16] Compiling Prefire View+Prefire.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prefire/Preview/UIKitRepresentable.swift:2:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 macosSpm