Build Information
Failed to build QRCodeReader with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/yannickl/QRCodeReader.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 |
[4/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 |
[5/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 |
[6/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 |
[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 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 |
[9/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 |
[10/12] 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 |
[11/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 |
[12/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 |
[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