Build Information
Successful build of DataFetcher 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/elegantchaos/DataFetcher.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/DataFetcher
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b1117cb added license
Cloned https://github.com/elegantchaos/DataFetcher.git
Revision (git rev-parse @):
b1117cb0d36021090bbc515d15aec16c1a268c6b
SUCCESS checkout https://github.com/elegantchaos/DataFetcher.git at master
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetching https://github.com/elegantchaos/Coercion.git from cache
Fetched https://github.com/elegantchaos/Coercion.git (0.25s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.25s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.3.2 (0.06s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.1 (0.05s)
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.1
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.3.2
========================================
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": "datafetcher",
"name": "DataFetcher",
"url": "https://github.com/elegantchaos/DataFetcher.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataFetcher",
"dependencies": [
{
"identity": "coercion",
"name": "Coercion",
"url": "https://github.com/elegantchaos/Coercion.git",
"version": "1.1.3",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Coercion",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/elegantchaos/DataFetcher.git from cache
Fetched https://github.com/elegantchaos/DataFetcher.git (0.22s)
Fetching https://github.com/elegantchaos/Coercion.git from cache
Fetched https://github.com/elegantchaos/Coercion.git (0.22s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.3 (0.03s)
Creating working copy for https://github.com/elegantchaos/DataFetcher.git
Working copy of https://github.com/elegantchaos/DataFetcher.git resolved at master
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.3
warning: '.resolve-product-dependencies': dependency 'datafetcher' is not used by any target
Found 1 product dependencies
- Coercion
========================================
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/15] Compiling Coercion StringConvertible.swift
[2/15] Compiling Coercion UIntConvertible.swift
[3/16] Compiling Coercion IntConvertible.swift
[4/16] Compiling Coercion StandardConvertible.swift
[5/16] Compiling Coercion DateConvertible.swift
[6/16] Compiling Coercion DoubleConvertible.swift
[7/16] Compiling Coercion String+Coercion.swift
[8/16] Compiling Coercion Dictionary+Coercion.swift
[9/16] Compiling Coercion Double+Coercion.swift
[10/16] Compiling Coercion Converter.swift
[11/16] Compiling Coercion Date+Coercion.swift
[12/16] Compiling Coercion BoolConvertible.swift
[13/16] Compiling Coercion DataConvertible.swift
[14/16] Compiling Coercion BinaryInteger+Coercion.swift
[15/16] Compiling Coercion Bool+Coercion.swift
[16/16] Emitting module Coercion
[17/20] Compiling DataFetcher MockDataFetcher.swift
[18/20] Compiling DataFetcher JSONDictionary.swift
[19/20] Emitting module DataFetcher
[20/20] Compiling DataFetcher DataFetcher.swift
Build complete! (12.95s)
Build complete.
Done.