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

Successful build of CodeScanner, reference main (cb7a06), with Swift 6.2 (beta) for macOS (SPM) on 2 Jul 2025 20:33:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/CodeScanner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/CodeScanner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb7a063 Merge pull request #167 from andychowhh/patch-1
Cloned https://github.com/twostraws/CodeScanner.git
Revision (git rev-parse @):
cb7a063b1059b907a1e6bc3d1e9459db07b1a5b5
SUCCESS checkout https://github.com/twostraws/CodeScanner.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/twostraws/CodeScanner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling CodeScanner AVCaptureDevice+bestForBuiltInCamera.swift
[4/6] Emitting module CodeScanner
[5/6] Compiling CodeScanner ScannerViewController.swift
[6/6] Compiling CodeScanner CodeScanner.swift
Build complete! (0.58s)
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/CodeScanner/PrivacyInfo.xcprivacy
    /Users/admin/builder/spi-builder-workspace/Sources/CodeScanner/Resources/Assets.xcassets
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CodeScanner",
  "name" : "CodeScanner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeScanner",
      "targets" : [
        "CodeScanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeScanner",
      "module_type" : "SwiftTarget",
      "name" : "CodeScanner",
      "path" : "Sources/CodeScanner",
      "product_memberships" : [
        "CodeScanner"
      ],
      "sources" : [
        "AVCaptureDevice+bestForBuiltInCamera.swift",
        "CodeScanner.swift",
        "ScannerViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.