Build Information
Failed to build QRCodeReader, reference 10.1.1 (5020b5
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 11:03:08 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/yannickl/QRCodeReader.swift.git
Reference: 10.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/QRCodeReader.swift
* tag 10.1.1 -> FETCH_HEAD
HEAD is now at 5020b5a Fix SPM file
Cloned https://github.com/yannickl/QRCodeReader.swift.git
Revision (git rev-parse @):
5020b5a47199d8ba80c83a4b4fafd70e9dc9dc7f
SUCCESS checkout https://github.com/yannickl/QRCodeReader.swift.git at 10.1.1
========================================
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": "qrcodereader.swift",
"name": "QRCodeReader",
"url": "https://github.com/yannickl/QRCodeReader.swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QRCodeReader.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/yannickl/QRCodeReader.swift.git
[1/1803] Fetching qrcodereader.swift
Fetched https://github.com/yannickl/QRCodeReader.swift.git from cache (0.98s)
Creating working copy for https://github.com/yannickl/QRCodeReader.swift.git
Working copy of https://github.com/yannickl/QRCodeReader.swift.git resolved at 10.1.1 (5020b5a)
warning: '.resolve-product-dependencies': dependency 'qrcodereader.swift' 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/yannickl/QRCodeReader.swift.git
https://github.com/yannickl/QRCodeReader.swift.git
{
"dependencies" : [
],
"manifest_display_name" : "QRCodeReader",
"name" : "QRCodeReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QRCodeReader",
"targets" : [
"QRCodeReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QRCodeReader",
"module_type" : "SwiftTarget",
"name" : "QRCodeReader",
"path" : "Sources",
"product_memberships" : [
"QRCodeReader"
],
"sources" : [
"QRCodeReader.swift",
"QRCodeReaderResult.swift",
"QRCodeReaderView.swift",
"QRCodeReaderViewContainer.swift",
"QRCodeReaderViewController.swift",
"QRCodeReaderViewControllerBuilder.swift",
"QRCodeReaderViewControllerDelegate.swift",
"ReaderOverlayView.swift",
"SwitchCameraButton.swift",
"ToggleTorchButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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 QRCodeReader QRCodeReaderResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[4/13] Compiling QRCodeReader QRCodeReaderViewControllerBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[5/13] Compiling QRCodeReader SwitchCameraButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[6/13] Compiling QRCodeReader QRCodeReaderViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/13] Emitting module QRCodeReader
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[8/13] Compiling QRCodeReader QRCodeReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[9/13] Compiling QRCodeReader QRCodeReaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[10/13] Compiling QRCodeReader ReaderOverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[11/13] Compiling QRCodeReader QRCodeReaderViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[12/13] Compiling QRCodeReader QRCodeReaderViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[13/13] Compiling QRCodeReader ToggleTorchButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
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 QRCodeReader QRCodeReaderViewControllerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[3/12] Compiling QRCodeReader QRCodeReaderViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Emitting module QRCodeReader
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[5/12] Compiling QRCodeReader QRCodeReaderViewControllerBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[6/12] Compiling QRCodeReader QRCodeReaderViewContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[7/12] Compiling QRCodeReader ReaderOverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[8/12] Compiling QRCodeReader QRCodeReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[9/12] Compiling QRCodeReader QRCodeReaderResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[10/12] Compiling QRCodeReader QRCodeReaderView.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[11/12] Compiling QRCodeReader SwitchCameraButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
[12/12] Compiling QRCodeReader ToggleTorchButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:27:8: error: no such module 'UIKit'
25 | */
26 |
27 | import UIKit
| `- error: no such module 'UIKit'
28 | import AVFoundation
29 |
BUILD FAILURE 6.1 macosSpm