Build Information
Successful build of HTTPMock 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/nearfri/HTTPMock.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nearfri/HTTPMock
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bd647f6 Update swift.yml
Cloned https://github.com/nearfri/HTTPMock.git
Revision (git rev-parse @):
bd647f6769557200390380d6ae946afe57d06e3c
SUCCESS checkout https://github.com/nearfri/HTTPMock.git at main
========================================
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": "httpmock",
"name": "HTTPMock",
"url": "https://github.com/nearfri/HTTPMock.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTTPMock",
"dependencies": [
]
}
]
}
Fetching https://github.com/nearfri/HTTPMock.git
[1/125] Fetching httpmock
Fetched https://github.com/nearfri/HTTPMock.git (0.42s)
Creating working copy for https://github.com/nearfri/HTTPMock.git
Working copy of https://github.com/nearfri/HTTPMock.git resolved at main
warning: '.resolve-product-dependencies': dependency 'httpmock' 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/13] Compiling HTTPMock HTTPMediaType.swift
[2/13] Compiling HTTPMock HTTPMethod.swift
[3/14] Compiling HTTPMock StubRegistry.swift
[4/14] Compiling HTTPMock HTTPResponseAsset.swift
[5/14] Compiling HTTPMock HTTPResponseAssetBuilder.swift
[6/14] Compiling HTTPMock InputStreamGenerator.swift
[7/14] Compiling HTTPMock StubEntry.swift
[8/14] Compiling HTTPMock URLProtocolService.swift
[9/14] Compiling HTTPMock HTTPRequestPredicate.swift
[10/14] Compiling HTTPMock HTTPResponse.swift
[11/14] Emitting module HTTPMock
[12/14] Compiling HTTPMock HTTPHeaderFields.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPMock/HTTPHeaderFields.swift:94:34: warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
self.init(dictionary.map({ $0 }))
^~~~~~
[13/14] Compiling HTTPMock HTTPHeaderName.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPMock/HTTPHeaderFields.swift:94:34: warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
self.init(dictionary.map({ $0 }))
^~~~~~
[14/14] Compiling HTTPMock URLProtocolStub.swift
Build complete! (11.18s)
Build complete.
Done.