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 ChangelogKit, reference main (344a47), with Swift 5.10 for macOS (SPM) on 20 Sep 2025 22:05:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/andrealufino/ChangelogKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/andrealufino/ChangelogKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 344a474 Merge branch 'release/1.4'
Cloned https://github.com/andrealufino/ChangelogKit.git
Revision (git rev-parse @):
344a4747aeeeec7ea30c288ebb9296549cfe462d
SUCCESS checkout https://github.com/andrealufino/ChangelogKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/andrealufino/ChangelogKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Copying Localizable.strings
[2/6] Copying Info.plist
[4/6] Copying Localizable.strings
[5/6] Write swift-version-33747A42983211AE.txt
[7/14] Compiling ChangelogKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/14] Compiling ChangelogKit ChangelogsCollectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Compiling ChangelogKit ChangelogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/14] Compiling ChangelogKit Changelog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/14] Emitting module ChangelogKit
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/14] Compiling ChangelogKit Bundle+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/14] Compiling ChangelogKit UserDefaults+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/14] Compiling ChangelogKit View+ChangelogKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ChangelogKit/ChangelogView.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm