The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build QRCodeReader, reference master (f65f9a), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 11:02:29 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: 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.05s)
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.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 |
[4/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 |
[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 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 |
[7/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 |
[8/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 |
[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 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 |
[11/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 |
[12/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 |
[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 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 |
[3/11] 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 |
[4/11] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 |
[6/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 |
[7/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 |
[8/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 |
[9/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 |
[10/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 |
[11/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 |
[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