Build Information
Successful build of SimpleNetworking 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/gonzalezreal/SimpleNetworking.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/gonzalezreal/SimpleNetworking
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bd2bd41 Update README
Cloned https://github.com/gonzalezreal/SimpleNetworking.git
Revision (git rev-parse @):
bd2bd41ab92d83a0de1991c4b10d5f182fafee2f
SUCCESS checkout https://github.com/gonzalezreal/SimpleNetworking.git at master
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log (0.21s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.2.0 (0.04s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "simplenetworking",
"name": "SimpleNetworking",
"url": "https://github.com/gonzalezreal/SimpleNetworking.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleNetworking",
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.5.3",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/gonzalezreal/SimpleNetworking.git
[1/453] Fetching simplenetworking
Fetched https://github.com/gonzalezreal/SimpleNetworking.git (0.27s)
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log (0.22s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.5.3 (0.05s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.5.3
Creating working copy for https://github.com/gonzalezreal/SimpleNetworking.git
Working copy of https://github.com/gonzalezreal/SimpleNetworking.git resolved at master
warning: '.resolve-product-dependencies': dependency 'simplenetworking' is not used by any target
Found 1 product dependencies
- swift-log
========================================
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/4] Compiling Logging Locks.swift
[2/4] Compiling Logging LogHandler.swift
[3/4] Compiling Logging Logging.swift
[4/4] Emitting module Logging
[5/19] Compiling SimpleNetworking Exports.swift
[6/19] Compiling SimpleNetworking URLRequest+APIRequest.swift
[7/19] Compiling SimpleNetworking HTTPURLResponse+Logging.swift
[8/19] Compiling SimpleNetworking HeaderField.swift
[9/19] Compiling SimpleNetworking Dictionary+LogDescription.swift
[10/19] Compiling SimpleNetworking HTTPStubProtocol.swift
[11/19] Compiling SimpleNetworking ContentType.swift
[12/19] Compiling SimpleNetworking Data+LogDescription.swift
[13/19] Compiling SimpleNetworking APIClientError.swift
[14/19] Compiling SimpleNetworking APIError.swift
[15/20] Emitting module SimpleNetworking
[16/20] Compiling SimpleNetworking APIClient.swift
[17/20] Compiling SimpleNetworking APIClientConfiguration.swift
[18/20] Compiling SimpleNetworking APIRequest+Convenience.swift
[19/20] Compiling SimpleNetworking APIRequest.swift
[20/20] Compiling SimpleNetworking URLSession+Stubbed.swift
Build complete! (7.92s)
Build complete.
Done.