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 UUSwiftCore, reference 1.3.0 (4cd3f8), with Swift 6.0 for macOS (SPM) on 18 Sep 2025 02:46:08 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/UUSwiftCore.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftCore
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 4cd3f86 Add a from bcd8 helper
Cloned https://github.com/SilverPineSoftware/UUSwiftCore.git
Revision (git rev-parse @):
4cd3f86e1337a451f6f2ea9dcdc6f8a0739d9428
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/32] Emitting module UUSwiftCore
[5/35] Compiling UUSwiftCore UUJson.swift
[6/35] Compiling UUSwiftCore UUKeychain.swift
[7/35] Compiling UUSwiftCore UULocalization.swift
[8/35] Compiling UUSwiftCore UUTypeAliases.swift
[9/35] Compiling UUSwiftCore UUURL.swift
[10/35] Compiling UUSwiftCore resource_bundle_accessor.swift
[11/35] Compiling UUSwiftCore UUThread.swift
[12/35] Compiling UUSwiftCore UUTimeMeasurement.swift
[13/35] Compiling UUSwiftCore UUTimer.swift
[14/35] Compiling UUSwiftCore UUConsoleLogWriter.swift
[15/35] Compiling UUSwiftCore UULog.swift
[16/35] Compiling UUSwiftCore UULogLevel.swift
[17/35] Compiling UUSwiftCore UULogWriter.swift
[18/35] Compiling UUSwiftCore UUArray.swift
[19/35] Compiling UUSwiftCore UUCollection.swift
[20/35] Compiling UUSwiftCore UUColor.swift
[21/35] Compiling UUSwiftCore UUNumber.swift
[22/35] Compiling UUSwiftCore UUObject.swift
[23/35] Compiling UUSwiftCore UUObjectFactory.swift
[24/35] Compiling UUSwiftCore UULogger+Ext.swift
[25/35] Compiling UUSwiftCore UULogger.swift
[26/35] Compiling UUSwiftCore UUPrintLogWriter.swift
[27/35] Compiling UUSwiftCore UUDataCache.swift
[28/35] Compiling UUSwiftCore UUDate.swift
[29/35] Compiling UUSwiftCore UUDictionary.swift
[30/35] Compiling UUSwiftCore UURandom.swift
[31/35] Compiling UUSwiftCore UUString.swift
[32/35] Compiling UUSwiftCore UUSwiftCore.swift
[33/35] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/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
[34/35] Compiling UUSwiftCore UUCoreData.swift
/Users/admin/builder/spi-builder-workspace/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
[35/35] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/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
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
[1/70] Fetching uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.59s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (0.56s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
BUILD FAILURE 6.0 macosSpm