The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Carlos with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spring-media/Carlos.git
Reference: 1.2.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/spring-media/Carlos
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 3c2bf25 Fix an issue when cache intsance reference was nil in some cases
Cloned https://github.com/spring-media/Carlos.git into spi-builder-workspace
3c2bf25e59614f5b7a88833a6fd2b9e4e00aa25d
SUCCESS checkout https://github.com/spring-media/Carlos.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Nimble.git (0.46s)
Fetched https://github.com/Quick/Quick.git (0.47s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.02s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.03s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.17s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.2 (0.45s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.20s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.41s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.2
Building for debugging...
[1/36] Compiling Carlos PostProcess.swift
[2/36] Compiling Carlos SwitchCache.swift
[3/36] Compiling Carlos ValueTransformation.swift
[4/36] Compiling Carlos ComposedOneWayTransformer.swift
[5/36] Compiling Carlos ComposedTwoWayTransformer.swift
[6/41] Compiling Carlos BatchAllCache.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[7/41] Compiling Carlos Composed.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[8/41] Compiling Carlos Conditioned.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[9/41] Compiling Carlos DiskCacheLevel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[10/41] Compiling Carlos Fetcher.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/DiskCacheLevel.swift:100:42: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        let obj = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(data) as? T
                                         ^
[11/41] Compiling Carlos Carlos.swift
[12/41] Compiling Carlos BasicCache.swift
[13/41] Compiling Carlos BasicFetcher.swift
[14/41] Compiling Carlos Errors.swift
[15/41] Compiling Carlos ExpensiveObject.swift
[16/41] Emitting module Carlos
[17/41] Compiling Carlos MemoryCacheLevel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
                                                        ^
[18/41] Compiling Carlos NSUserDefaultsCacheLevel.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
                                                        ^
[19/41] Compiling Carlos NetworkFetcher.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
                                                        ^
[20/41] Compiling Carlos PoolCache.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
                                                        ^
[21/41] Compiling Carlos CacheProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Carlos/CacheLevels/NSUserDefaultsCacheLevel.swift:99:57: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead
        if let unencodedObject = try? NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(cachedValue) as? T {
                                                        ^
[22/41] Compiling Carlos StringConvertible.swift
[23/41] Compiling Carlos UnfairLock.swift
[24/41] Compiling Carlos CacheLevel+Batch.swift
[25/41] Compiling Carlos KeyTransformation.swift
[26/41] Compiling Carlos Normalize.swift
[27/41] Compiling Carlos Extensions.swift
[28/41] Compiling Carlos FetcherValueTransformation.swift
[29/41] Compiling Carlos FunctionComposition.swift
[30/41] Compiling Carlos Logger.swift
[31/41] Compiling Carlos MemoryWarning.swift
[32/41] Compiling Carlos ConditionedOneWayTransformer.swift
[33/41] Compiling Carlos ConditionedOutputProcessing.swift
[34/41] Compiling Carlos ConditionedTwoWayTransformer.swift
[35/41] Compiling Carlos ConditionedValueTransformation.swift
[36/41] Compiling Carlos ImageTransformer.swift
[37/41] Compiling Carlos JSONTransformer.swift
[38/41] Compiling Carlos OneWayTransformer.swift
[39/41] Compiling Carlos StringTransformer.swift
[40/41] Compiling Carlos Transformers.swift
[41/41] Compiling Carlos TwoWayTransformer.swift
Build complete! (13.26s)
Build complete.
Done.