The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FontSystemKit, reference v0.0.1 (59244f), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:50:53 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: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frankus/FontSystemKit
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 59244fb Initial commit
Cloned https://github.com/frankus/FontSystemKit.git
Revision (git rev-parse @):
59244fbc54470b7abc37015c1ce6010ba5fca109
SUCCESS checkout https://github.com/frankus/FontSystemKit.git at v0.0.1
========================================
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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.
[4/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.
[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