Build Information
Failed to build QRCodeReader, reference master (f65f9a
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 01:35:19 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yannickl/QRCodeReader.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/QRCodeReader.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f65f9a7 Merge pull request #184 from feef/fixMutatingArrayCrash
Cloned https://github.com/yannickl/QRCodeReader.swift.git
Revision (git rev-parse @):
f65f9a7dbbb17e31cf45cf453cdc98691dc80607
SUCCESS checkout https://github.com/yannickl/QRCodeReader.swift.git at master
========================================
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 (1.15s)
Creating working copy for https://github.com/yannickl/QRCodeReader.swift.git
Working copy of https://github.com/yannickl/QRCodeReader.swift.git resolved at master (f65f9a7)
warning: '.resolve-product-dependencies': dependency 'qrcodereader.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yannickl/QRCodeReader.swift.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 -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--7754E27361AE5C74.txt
[3/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 |
[4/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 |
[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 |
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 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 |
[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 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 |
[12/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 |
[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 |
BUILD FAILURE 6.0 macosSpm