Build Information
Failed to build ViewControllerPresentationSpy, reference main (c7d116
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 10:45:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonreid/ViewControllerPresentationSpy.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jonreid/ViewControllerPresentationSpy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c7d116d . t Test suites on main actor and sendable
Cloned https://github.com/jonreid/ViewControllerPresentationSpy.git
Revision (git rev-parse @):
c7d116d972e55eb28f26bc2d12e38d5e64b7471e
SUCCESS checkout https://github.com/jonreid/ViewControllerPresentationSpy.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": "viewcontrollerpresentationspy",
"name": "ViewControllerPresentationSpy",
"url": "https://github.com/jonreid/ViewControllerPresentationSpy.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewControllerPresentationSpy",
"dependencies": [
]
}
]
}
Fetching https://github.com/jonreid/ViewControllerPresentationSpy.git
[1/4674] Fetching viewcontrollerpresentationspy
Fetched https://github.com/jonreid/ViewControllerPresentationSpy.git from cache (1.12s)
Creating working copy for https://github.com/jonreid/ViewControllerPresentationSpy.git
Working copy of https://github.com/jonreid/ViewControllerPresentationSpy.git resolved at main (c7d116d)
warning: '.resolve-product-dependencies': dependency 'viewcontrollerpresentationspy' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jonreid/ViewControllerPresentationSpy.git
https://github.com/jonreid/ViewControllerPresentationSpy.git
{
"dependencies" : [
],
"manifest_display_name" : "ViewControllerPresentationSpy",
"name" : "ViewControllerPresentationSpy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ViewControllerPresentationSpy",
"targets" : [
"ViewControllerPresentationSpy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ViewControllerPresentationSpy",
"module_type" : "SwiftTarget",
"name" : "ViewControllerPresentationSpy",
"path" : "Source",
"product_memberships" : [
"ViewControllerPresentationSpy"
],
"sources" : [
"ViewControllerPresentationSpy/AlertVerifier.swift",
"ViewControllerPresentationSpy/ClosureContainer.swift",
"ViewControllerPresentationSpy/DismissalVerifier.swift",
"ViewControllerPresentationSpy/Fail.swift",
"ViewControllerPresentationSpy/NSObject+Swizzling.swift",
"ViewControllerPresentationSpy/PresentationVerifier.swift",
"ViewControllerPresentationSpy/UIAlertAction+Mocking.swift",
"ViewControllerPresentationSpy/UIAlertController+Mocking.swift",
"ViewControllerPresentationSpy/UIViewController+Mocking.swift",
"ViewControllerPresentationSpy/VerifyHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/12] Compiling ViewControllerPresentationSpy UIViewController+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[4/13] Compiling ViewControllerPresentationSpy NSObject+Swizzling.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[5/13] Compiling ViewControllerPresentationSpy VerifyHelpers.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[6/13] Compiling ViewControllerPresentationSpy PresentationVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[7/13] Compiling ViewControllerPresentationSpy UIAlertController+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[8/13] Compiling ViewControllerPresentationSpy DismissalVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[9/13] Compiling ViewControllerPresentationSpy UIAlertAction+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Emitting module ViewControllerPresentationSpy
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[11/13] Compiling ViewControllerPresentationSpy AlertVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[12/13] Compiling ViewControllerPresentationSpy ClosureContainer.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[13/13] Compiling ViewControllerPresentationSpy Fail.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling ViewControllerPresentationSpy UIAlertController+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[3/11] Compiling ViewControllerPresentationSpy UIAlertAction+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[4/12] Compiling ViewControllerPresentationSpy UIViewController+Mocking.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[5/12] Compiling ViewControllerPresentationSpy NSObject+Swizzling.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/12] Emitting module ViewControllerPresentationSpy
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[7/12] Compiling ViewControllerPresentationSpy Fail.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[8/12] Compiling ViewControllerPresentationSpy DismissalVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[9/12] Compiling ViewControllerPresentationSpy PresentationVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[10/12] Compiling ViewControllerPresentationSpy ClosureContainer.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[11/12] Compiling ViewControllerPresentationSpy AlertVerifier.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
[12/12] Compiling ViewControllerPresentationSpy VerifyHelpers.swift
/Users/admin/builder/spi-builder-workspace/Source/ViewControllerPresentationSpy/AlertVerifier.swift:5:8: error: no such module 'UIKit'
3 | // SPDX-License-Identifier: MIT
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 | import XCTest
7 |
BUILD FAILURE 6.1 macosSpm