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 Freedom, reference master (b14ae8), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 17:26:32 UTC.

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/ArtSabintsev/Freedom.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArtSabintsev/Freedom
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b14ae89 Update README.md
Cloned https://github.com/ArtSabintsev/Freedom.git
Revision (git rev-parse @):
b14ae89ecf932affdf5c689de45bfb626e8b4b25
SUCCESS checkout https://github.com/ArtSabintsev/Freedom.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ArtSabintsev/Freedom.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/12] Compiling Freedom Freedom.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[4/13] Compiling Freedom ChromeFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[5/13] Compiling Freedom DolphinFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/13] Emitting module Freedom
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[7/13] Compiling Freedom FirefoxFocusFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[8/13] Compiling Freedom BraveFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[9/13] Compiling Freedom SafariFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[10/13] Compiling Freedom FirefoxFreedomActivity.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[11/13] Compiling Freedom FreedomURLExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[12/13] Compiling Freedom FreedomActivating.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
[13/13] Compiling Freedom FreedomURLComponentsExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | final class BraveFreedomActivity: UIActivity, FreedomActivating {
BUILD FAILURE 6.2 macosSpm