Build Information
Successful build of Requests with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexjohnj/Requests.git
Reference: v0.3.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alexjohnj/Requests
* tag v0.3.2 -> FETCH_HEAD
HEAD is now at 8504a52 Version Bump
Cloned https://github.com/alexjohnj/Requests.git
Revision (git rev-parse @):
8504a521e463f5a6fe4d55c3876e3747295f5730
SUCCESS checkout https://github.com/alexjohnj/Requests.git at v0.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "requests",
"name": "Requests",
"url": "https://github.com/alexjohnj/Requests.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Requests",
"dependencies": [
]
}
]
}
Fetching https://github.com/alexjohnj/Requests.git from cache
Fetched https://github.com/alexjohnj/Requests.git from cache (0.14s)
Creating working copy for https://github.com/alexjohnj/Requests.git
Working copy of https://github.com/alexjohnj/Requests.git resolved at v0.3.2 (8504a52)
warning: '.resolve-product-dependencies': dependency 'requests' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/alexjohnj/Requests.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/17] Compiling Requests RequestConvertible.swift
[4/17] Compiling Requests RequestError.swift
[5/17] Compiling Requests Header.swift
[6/17] Compiling Requests MediaType.swift
[7/17] Compiling Requests ResponseDecoder.swift
[8/17] Compiling Requests URL+StaticString.swift
[9/17] Compiling Requests Request.swift
[10/17] Compiling Requests RequestBody.swift
[11/17] Compiling Requests Field.swift
[12/17] Compiling Requests HTTPMethod.swift
[13/19] Compiling Requests AuthenticationProvider.swift
[14/19] Compiling Requests BodyProvider.swift
[15/19] Emitting module Requests
[16/19] Compiling Requests CaseInsensitiveString.swift
[17/19] Compiling Requests DefaultValue.swift
[18/19] Compiling Requests URLQueryItem+ExpresibleByDictionaryLiteral.swift
[19/19] Compiling Requests URLSession+Requests.swift
Build complete! (5.29s)
Build complete.
Done.