The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MapleBacon, reference master (d5b592), with Swift 5.9 for macOS (SPM) on 9 Apr 2025 10:21:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 d5b5929 Merge pull request #332 from JanGorman/dependabot/bundler/fastlane-2.227.1
Cloned https://github.com/JanGorman/MapleBacon.git
Revision (git rev-parse @):
d5b5929096bb0d1a3957770e4ae7be63398cbc49
SUCCESS checkout https://github.com/JanGorman/MapleBacon.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/JanGorman/MapleBacon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling MapleBacon TimePeriod.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[2/18] Compiling MapleBacon ImageTransforming.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[3/18] Compiling MapleBacon MapleBacon.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[4/18] Compiling MapleBacon Download.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[5/18] Compiling MapleBacon Downloader.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[6/18] 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/18] 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/18] Compiling MapleBacon DownsamplingImageTransformer.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[9/18] Compiling MapleBacon FileManager.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[10/18] Compiling MapleBacon DataConvertible.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[11/18] 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
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/19] Emitting module MapleBacon
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[13/19] Compiling MapleBacon MemoryCache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[14/19] Compiling MapleBacon DisplayOptions.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[15/19] Compiling MapleBacon CacheResult.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[16/19] Compiling MapleBacon DiskCache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[17/19] Compiling MapleBacon Cache.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[18/19] Compiling MapleBacon CacheClearOptions.swift
/Users/admin/builder/spi-builder-workspace/MapleBacon/Core/Cache/Cache.swift:5:8: error: no such module 'UIKit'
import UIKit
       ^
[19/19] 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.9 macosSpm