The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/UKfvDsi8u/3/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
Revision (git rev-parse @):
3c2bf25e59614f5b7a88833a6fd2b9e4e00aa25d
SUCCESS checkout https://github.com/spring-media/Carlos.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/spring-media/Carlos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/38] Emitting module Carlos
[4/43] Compiling Carlos BatchAllCache.swift
/Users/builder/builds/UKfvDsi8u/3/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
                                         ^
[5/43] Compiling Carlos Composed.swift
/Users/builder/builds/UKfvDsi8u/3/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
                                         ^
[6/43] Compiling Carlos Conditioned.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos DiskCacheLevel.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos Fetcher.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos Carlos.swift
[10/43] Compiling Carlos BasicCache.swift
[11/43] Compiling Carlos BasicFetcher.swift
[12/43] Compiling Carlos Errors.swift
[13/43] Compiling Carlos ExpensiveObject.swift
[14/43] Compiling Carlos StringConvertible.swift
[15/43] Compiling Carlos UnfairLock.swift
[16/43] Compiling Carlos CacheLevel+Batch.swift
[17/43] Compiling Carlos KeyTransformation.swift
[18/43] Compiling Carlos Normalize.swift
[19/43] Compiling Carlos MemoryCacheLevel.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos NSUserDefaultsCacheLevel.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos NetworkFetcher.swift
/Users/builder/builds/UKfvDsi8u/3/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/43] Compiling Carlos PoolCache.swift
/Users/builder/builds/UKfvDsi8u/3/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 {
                                                        ^
[23/43] Compiling Carlos CacheProvider.swift
/Users/builder/builds/UKfvDsi8u/3/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 {
                                                        ^
[24/43] Compiling Carlos PostProcess.swift
[25/43] Compiling Carlos SwitchCache.swift
[26/43] Compiling Carlos ValueTransformation.swift
[27/43] Compiling Carlos ComposedOneWayTransformer.swift
[28/43] Compiling Carlos ComposedTwoWayTransformer.swift
[29/43] Compiling Carlos Extensions.swift
[30/43] Compiling Carlos FetcherValueTransformation.swift
[31/43] Compiling Carlos FunctionComposition.swift
[32/43] Compiling Carlos Logger.swift
[33/43] Compiling Carlos MemoryWarning.swift
[34/43] Compiling Carlos ConditionedOneWayTransformer.swift
[35/43] Compiling Carlos ConditionedOutputProcessing.swift
[36/43] Compiling Carlos ConditionedTwoWayTransformer.swift
[37/43] Compiling Carlos ConditionedValueTransformation.swift
[38/43] Compiling Carlos ImageTransformer.swift
[39/43] Compiling Carlos JSONTransformer.swift
[40/43] Compiling Carlos OneWayTransformer.swift
[41/43] Compiling Carlos StringTransformer.swift
[42/43] Compiling Carlos Transformers.swift
[43/43] Compiling Carlos TwoWayTransformer.swift
Build complete! (9.53s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Quick.git from cache (0.34s)
Fetched https://github.com/Quick/Nimble.git from cache (0.34s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.04s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.05s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.0 (0.04s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.2 (0.03s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
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/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.0
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.2
Build complete.
Done.

Build Machine: Mac 7