Build Information
Successful build of HTTPMock with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/HTTPMock.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/nearfri/HTTPMock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/15] Compiling HTTPMock StubRegistry.swift
[4/15] Compiling HTTPMock URLProtocolService.swift
[5/15] Compiling HTTPMock HTTPHeaderFields.swift
/Users/admin/builds/J1XnyXFH/0/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 }))
^~~~~~
[6/15] Compiling HTTPMock HTTPHeaderName.swift
/Users/admin/builds/J1XnyXFH/0/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 }))
^~~~~~
[7/15] Compiling HTTPMock InputStreamGenerator.swift
[8/15] Compiling HTTPMock StubEntry.swift
[9/15] Compiling HTTPMock HTTPRequestPredicate.swift
[10/15] Compiling HTTPMock HTTPResponse.swift
[11/15] Compiling HTTPMock HTTPResponseAsset.swift
[12/15] Compiling HTTPMock HTTPResponseAssetBuilder.swift
[13/16] Compiling HTTPMock HTTPMediaType.swift
[14/16] Compiling HTTPMock HTTPMethod.swift
[15/16] Emitting module HTTPMock
[16/16] Compiling HTTPMock URLProtocolStub.swift
Build complete! (4.07s)
Build complete.
Done.