The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftySnap, reference main (a98112), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 00:09:27 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/asb2004/SwiftySnap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/asb2004/SwiftySnap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a981127 Remove podspace file
Cloned https://github.com/asb2004/SwiftySnap.git
Revision (git rev-parse @):
a981127d02da6ca4f18bd844d6f195da2c386ff9
SUCCESS checkout https://github.com/asb2004/SwiftySnap.git at main
========================================
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": "swiftysnap",
      "name": "SwiftySnap",
      "url": "https://github.com/asb2004/SwiftySnap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftySnap",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/asb2004/SwiftySnap.git
[1/62] Fetching swiftysnap
Fetched https://github.com/asb2004/SwiftySnap.git from cache (0.71s)
Creating working copy for https://github.com/asb2004/SwiftySnap.git
Working copy of https://github.com/asb2004/SwiftySnap.git resolved at main (a981127)
warning: '.resolve-product-dependencies': dependency 'swiftysnap' 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/asb2004/SwiftySnap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying SwiftySnapViewController.xib
[1/4] Write sources
[2/4] Copying Media.xcassets
[3/4] Write swift-version--6988338F2F200930.txt
[5/13] Compiling SwiftySnap SwiftySnapColorProviding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[6/13] Compiling SwiftySnap SwiftySnap.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[7/13] Compiling SwiftySnap resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[8/13] Compiling SwiftySnap SwiftySnapColorManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module SwiftySnap
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[10/13] Compiling SwiftySnap SwiftySnapViewProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[11/13] Compiling SwiftySnap DefaultSwiftySnapColors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[12/13] Compiling SwiftySnap SwiftySnapCameraType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
[13/13] Compiling SwiftySnap SwiftySnapViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftySnap/Camera View/Controller/SwiftySnapViewController.swift:8:8: error: no such module 'UIKit'
  6 | //
  7 |
  8 | import UIKit
    |        `- error: no such module 'UIKit'
  9 | import AVFoundation
 10 |
BUILD FAILURE 6.3 macosSpm