The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FontSystemKit, reference main (690dc7), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:51:49 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/frankus/FontSystemKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frankus/FontSystemKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 690dc75 Update README.md
Cloned https://github.com/frankus/FontSystemKit.git
Revision (git rev-parse @):
690dc75d81d0ae3b1c0e001649753b5159989063
SUCCESS checkout https://github.com/frankus/FontSystemKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/frankus/FontSystemKit.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/5] Compiling FontSystemKit UILabel+FontSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontSystemKit/FontSystem.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Defines a set of fonts for each system text style.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module FontSystemKit
/Users/admin/builder/spi-builder-workspace/Sources/FontSystemKit/FontSystem.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Defines a set of fonts for each system text style.
[5/5] Compiling FontSystemKit FontSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/FontSystemKit/FontSystem.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Defines a set of fonts for each system text style.
BUILD FAILURE 6.2 macosSpm