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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spring-media/Carlos.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/spring-media/Carlos
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26ca894 Merge pull request #196 from spring-media/feature/migrate-to-action
Cloned https://github.com/spring-media/Carlos.git
Revision (git rev-parse @):
26ca894e3cef48a15b6da20803c31e5386ac45bd
SUCCESS checkout https://github.com/spring-media/Carlos.git at master
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.34s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.35s)
Fetched https://github.com/Quick/Nimble.git (0.36s)
Fetched https://github.com/Quick/Quick.git (0.26s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.06s)
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/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.03s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.03s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "carlos",
      "name": "Carlos",
      "url": "https://github.com/spring-media/Carlos.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Carlos",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/spring-media/Carlos.git
[1/5608] Fetching carlos
Fetched https://github.com/spring-media/Carlos.git (2.35s)
Creating working copy for https://github.com/spring-media/Carlos.git
Working copy of https://github.com/spring-media/Carlos.git resolved at master
warning: '.resolve-product-dependencies': dependency 'carlos' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/36] Emitting module Carlos
[2/41] Compiling Carlos MemoryCacheLevel.swift
/Users/admin/builds/J1XnyXFH/1/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 {
                                                        ^
[3/41] Compiling Carlos NSUserDefaultsCacheLevel.swift
/Users/admin/builds/J1XnyXFH/1/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 {
                                                        ^
[4/41] Compiling Carlos NetworkFetcher.swift
/Users/admin/builds/J1XnyXFH/1/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 {
                                                        ^
[5/41] Compiling Carlos PoolCache.swift
/Users/admin/builds/J1XnyXFH/1/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 {
                                                        ^
[6/41] Compiling Carlos CacheProvider.swift
/Users/admin/builds/J1XnyXFH/1/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 {
                                                        ^
[7/41] Compiling Carlos BatchAllCache.swift
/Users/admin/builds/J1XnyXFH/1/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 Composed.swift
/Users/admin/builds/J1XnyXFH/1/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 Conditioned.swift
/Users/admin/builds/J1XnyXFH/1/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 DiskCacheLevel.swift
/Users/admin/builds/J1XnyXFH/1/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 Fetcher.swift
/Users/admin/builds/J1XnyXFH/1/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
                                         ^
[12/41] Compiling Carlos Extensions.swift
[13/41] Compiling Carlos FetcherValueTransformation.swift
[14/41] Compiling Carlos FunctionComposition.swift
[15/41] Compiling Carlos Logger.swift
[16/41] Compiling Carlos MemoryWarning.swift
[17/41] Compiling Carlos Carlos.swift
[18/41] Compiling Carlos BasicCache.swift
[19/41] Compiling Carlos BasicFetcher.swift
[20/41] Compiling Carlos Errors.swift
[21/41] Compiling Carlos ExpensiveObject.swift
[22/41] Compiling Carlos PostProcess.swift
[23/41] Compiling Carlos SwitchCache.swift
[24/41] Compiling Carlos ValueTransformation.swift
[25/41] Compiling Carlos ComposedOneWayTransformer.swift
[26/41] Compiling Carlos ComposedTwoWayTransformer.swift
[27/41] Compiling Carlos ConditionedOneWayTransformer.swift
[28/41] Compiling Carlos ConditionedOutputProcessing.swift
[29/41] Compiling Carlos ConditionedTwoWayTransformer.swift
[30/41] Compiling Carlos ConditionedValueTransformation.swift
[31/41] Compiling Carlos ImageTransformer.swift
[32/41] Compiling Carlos StringConvertible.swift
[33/41] Compiling Carlos UnfairLock.swift
[34/41] Compiling Carlos CacheLevel+Batch.swift
[35/41] Compiling Carlos KeyTransformation.swift
[36/41] Compiling Carlos Normalize.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! (17.56s)
Build complete.
Done.