Build Information
Successful build of Netswift 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/MrSkwiggs/Netswift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/MrSkwiggs/Netswift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 8766031 🔀 Merge pull request #47 from MrSkwiggs/bleeding_edge
Cloned https://github.com/MrSkwiggs/Netswift.git
Revision (git rev-parse @):
87660311fe0619caf900a4a14b16aa633377e684
SUCCESS checkout https://github.com/MrSkwiggs/Netswift.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "netswift",
"name": "Netswift",
"url": "https://github.com/MrSkwiggs/Netswift.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Netswift",
"dependencies": [
]
}
]
}
Fetching https://github.com/MrSkwiggs/Netswift.git
[1/1663] Fetching netswift
Fetched https://github.com/MrSkwiggs/Netswift.git (0.63s)
Creating working copy for https://github.com/MrSkwiggs/Netswift.git
Working copy of https://github.com/MrSkwiggs/Netswift.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'netswift' 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/21] Compiling Netswift GenericScheme.swift
[2/21] Compiling Netswift HTTPPerformer.swift
[3/21] Compiling Netswift MimeType.swift
[4/21] Compiling Netswift NetswiftHandler.swift
[5/21] Compiling Netswift NetswiftHeaders.swift
[6/21] Compiling Netswift NetswiftNetworkPerformer.swift
[7/23] Compiling Netswift NetswiftError.swift
[8/23] Compiling Netswift NetswiftHTTPMethod.swift
[9/23] Compiling Netswift NetswiftHTTPResponse.swift
[10/23] Compiling Netswift NetswiftAuthorizationType.swift
[11/23] Compiling Netswift NetswiftEncoder.swift
[12/23] Compiling Netswift NetswiftError+Category.swift
[13/23] Compiling Netswift NetswiftRequest.swift
[14/23] Compiling Netswift NetswiftRequestPerformable.swift
[15/23] Compiling Netswift NetswiftResult.swift
[16/23] Emitting module Netswift
[17/23] Compiling Netswift NetswiftRoute.swift
[18/23] Compiling Netswift NetswiftSession.swift
[19/23] Compiling Netswift NetswiftTask.swift
[20/23] Compiling Netswift RequestHeader.swift
[21/23] Compiling Netswift URLRequestExtension.swift
[22/23] Compiling Netswift NetswiftHTTPPerformer.swift
[23/23] Compiling Netswift NetswiftPerformer.swift
Build complete! (26.09s)
Build complete.
Done.