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 MapleBacon, reference master (121501), with Swift 5.10 for macOS (SPM) on 6 May 2025 10:24:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JanGorman/MapleBacon.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JanGorman/MapleBacon
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1215017 Merge pull request #333 from JanGorman/dependabot/bundler/fastlane-2.227.2
Cloned https://github.com/JanGorman/MapleBacon.git
Revision (git rev-parse @):
1215017d639a403b5c9e151c80ca15a249e114e5
SUCCESS checkout https://github.com/JanGorman/MapleBacon.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/JanGorman/MapleBacon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/20] Compiling MapleBacon TimePeriod.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[4/21] Compiling MapleBacon DataConvertible.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[5/21] Compiling MapleBacon DispatchQueue+MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[6/21] Compiling MapleBacon CGSize+MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[7/21] Compiling MapleBacon Data+MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[8/21] Compiling MapleBacon ImageTransforming.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[9/21] Compiling MapleBacon MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[10/21] Compiling MapleBacon Download.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[11/21] Compiling MapleBacon Downloader.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[12/21] Compiling MapleBacon DownsamplingImageTransformer.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[13/21] Compiling MapleBacon FileManager.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[14/21] Compiling MapleBacon CacheResult.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[15/21] Compiling MapleBacon DiskCache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[16/21] Compiling MapleBacon MemoryCache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[17/21] Compiling MapleBacon DisplayOptions.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/21] Emitting module MapleBacon
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[19/21] Compiling MapleBacon Cache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[20/21] Compiling MapleBacon CacheClearOptions.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[21/21] Compiling MapleBacon UIImageView+MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm