Build Information
Failed to build ImageCoordinateSpace, reference 1.0.7 (27fd1d
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 16:51:49 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paulz/ImageCoordinateSpace.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paulz/ImageCoordinateSpace
* tag 1.0.7 -> FETCH_HEAD
HEAD is now at 27fd1de report version of cocoapods
Cloned https://github.com/paulz/ImageCoordinateSpace.git
Revision (git rev-parse @):
27fd1de180f911d7267d288b84d1d936325e8e79
SUCCESS checkout https://github.com/paulz/ImageCoordinateSpace.git at 1.0.7
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14723] Fetching quick
[14283/33941] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (4.29s)
Fetched https://github.com/Quick/Nimble.git from cache (4.29s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.77s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.69s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.0.3
========================================
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": "imagecoordinatespace",
"name": "ImageCoordinateSpace",
"url": "https://github.com/paulz/ImageCoordinateSpace.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ImageCoordinateSpace",
"dependencies": [
{
"identity": "quick",
"name": "Quick",
"url": "https://github.com/Quick/Quick.git",
"version": "1.3.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
"dependencies": [
{
"identity": "nimble",
"name": "Nimble",
"url": "https://github.com/Quick/Nimble.git",
"version": "7.3.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
"dependencies": [
]
}
]
},
{
"identity": "nimble",
"name": "Nimble",
"url": "https://github.com/Quick/Nimble.git",
"version": "7.3.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/paulz/ImageCoordinateSpace.git
[1/2476] Fetching imagecoordinatespace
Fetched https://github.com/paulz/ImageCoordinateSpace.git from cache (0.95s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.68s)
Fetched https://github.com/Quick/Quick.git from cache (0.68s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.69s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.04s)
Creating working copy for https://github.com/paulz/ImageCoordinateSpace.git
Working copy of https://github.com/paulz/ImageCoordinateSpace.git resolved at 1.0.7 (27fd1de)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
warning: '.resolve-product-dependencies': dependency 'imagecoordinatespace' is not used by any target
Found 2 product dependencies
- Quick
- Nimble
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/paulz/ImageCoordinateSpace.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/10] Compiling ImageCoordinateSpace UIView+UICoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[4/10] Compiling ImageCoordinateSpace ViewContentModeTransformer+UIView.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[5/10] Compiling ImageCoordinateSpace ViewContentModeTransformer.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module ImageCoordinateSpace
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[7/10] Compiling ImageCoordinateSpace CGAffineTransform+Scale.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[8/10] Compiling ImageCoordinateSpace ScaleFactor.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[9/10] Compiling ImageCoordinateSpace Converter.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
[10/10] Compiling ImageCoordinateSpace TransformedCoordinateSpace.swift
/Users/admin/builder/spi-builder-workspace/ImageCoordinateSpace/Converter.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | protocol Convertible {
BUILD FAILURE 6.0 macosSpm