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 UUSwiftImage, reference main (f9028e), with Swift 6.0 for macOS (SPM) on 18 Sep 2025 01:09:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/SilverPineSoftware/UUSwiftImage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9028e3 Update to latest swift core
Cloned https://github.com/SilverPineSoftware/UUSwiftImage.git
Revision (git rev-parse @):
f9028e3fa2b5f982af42af6ef1655182a036cb2a
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftImage.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftImage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/33] Emitting module UUSwiftCore
[6/36] Compiling UUSwiftCore UUTypeAliases.swift
[7/36] Compiling UUSwiftCore UUURL.swift
[8/36] Compiling UUSwiftCore resource_bundle_accessor.swift
[9/36] Compiling UUSwiftCore UUConsoleLogWriter.swift
[10/36] Compiling UUSwiftCore UULog.swift
[11/36] Compiling UUSwiftCore UULogLevel.swift
[12/36] Compiling UUSwiftCore UULogWriter.swift
[13/36] Compiling UUSwiftCore UULogger+Ext.swift
[14/36] Compiling UUSwiftCore UULogger.swift
[15/36] Compiling UUSwiftCore UUPrintLogWriter.swift
[16/36] Compiling UUSwiftCore UUDataCache.swift
[17/36] Compiling UUSwiftCore UUDate.swift
[18/36] Compiling UUSwiftCore UUDictionary.swift
[19/36] Compiling UUSwiftCore UUJson.swift
[20/36] Compiling UUSwiftCore UUKeychain.swift
[21/36] Compiling UUSwiftCore UULocalization.swift
[22/36] Compiling UUSwiftCore UUArray.swift
[23/36] Compiling UUSwiftCore UUCollection.swift
[24/36] Compiling UUSwiftCore UUColor.swift
[25/36] Compiling UUSwiftCore UUThread.swift
[26/36] Compiling UUSwiftCore UUTimeMeasurement.swift
[27/36] Compiling UUSwiftCore UUTimer.swift
[28/36] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 |         description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 |         description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 |         description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
     |                                                                                         `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 |         if !pragmas.isEmpty
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
  |            `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
[29/36] Compiling UUSwiftCore UUCoreData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 |         description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 |         description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 |         description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
     |                                                                                         `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 |         if !pragmas.isEmpty
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
  |            `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
[30/36] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUCoreData.swift:1109:89: error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1107 |         description.setOption(autoMigrate as NSNumber, forKey: NSMigratePersistentStoresAutomaticallyOption)
1108 |         description.setOption(autoMigrate as NSNumber, forKey: NSInferMappingModelAutomaticallyOption)
1109 |         description.setOption(FileProtectionType.complete.rawValue as NSObject, forKey: NSPersistentStoreFileProtectionKey)
     |                                                                                         `- error: 'NSPersistentStoreFileProtectionKey' is unavailable in macOS
1110 |
1111 |         if !pragmas.isEmpty
CoreData.NSPersistentStoreFileProtectionKey:2:12: note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
1 | @available(macOS, unavailable)
2 | public let NSPersistentStoreFileProtectionKey: String
  |            `- note: 'NSPersistentStoreFileProtectionKey' has been explicitly marked unavailable here
[31/36] Compiling UUSwiftCore UUNumber.swift
[32/36] Compiling UUSwiftCore UUObject.swift
[33/36] Compiling UUSwiftCore UUObjectFactory.swift
[34/36] Compiling UUSwiftCore UURandom.swift
[35/36] Compiling UUSwiftCore UUString.swift
[36/36] Compiling UUSwiftCore UUSwiftCore.swift
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/544] Fetching uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.75s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (0.56s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
BUILD FAILURE 6.0 macosSpm