The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QRScanner, reference 2.0.1 (f5f98c), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 21:09:02 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mercari/QRScanner.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mercari/QRScanner
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at f5f98ce Add PrivacyInfo.xcprivacy for Apple privacy manifest compliance (#44)
Cloned https://github.com/mercari/QRScanner.git
Revision (git rev-parse @):
f5f98ce30e642226cf281b281a7825f7beae3402
SUCCESS checkout https://github.com/mercari/QRScanner.git at 2.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "qrscanner",
      "name": "QRScanner",
      "url": "https://github.com/mercari/QRScanner.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/QRScanner",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mercari/QRScanner.git
[1/554] Fetching qrscanner
Fetched https://github.com/mercari/QRScanner.git from cache (1.62s)
Creating working copy for https://github.com/mercari/QRScanner.git
Working copy of https://github.com/mercari/QRScanner.git resolved at 2.0.1 (f5f98ce)
warning: '.resolve-product-dependencies': dependency 'qrscanner' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mercari/QRScanner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[2/4] Copying Images.xcassets
[3/4] Write swift-version--6988338F2F200930.txt
[5/10] Compiling QRScanner resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module QRScanner
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
[7/10] Compiling QRScanner QRScannerSwiftUIView.swift
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
[8/10] Compiling QRScanner QRScannerError.swift
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
[9/10] Compiling QRScanner QRScannerView.swift
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
[10/10] Compiling QRScanner Bundle+Module.swift
/Users/admin/builder/spi-builder-workspace/QRScanner/QRScannerView.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import AVFoundation
 11 |
BUILD FAILURE 6.3 macosSpm