The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTTPMock with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/HTTPMock.git
Reference: 0.9.3
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nearfri/HTTPMock
 * tag               0.9.3      -> FETCH_HEAD
HEAD is now at 5266558 Fix HTTPRequestPredicate.containsQueryItems() bug
Cloned https://github.com/nearfri/HTTPMock.git into spi-builder-workspace
52665587fcd5c483f7b3aa38464b28a6bf08364c
SUCCESS checkout https://github.com/nearfri/HTTPMock.git at 0.9.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/13] Compiling HTTPMock HTTPMediaType.swift
[2/13] Compiling HTTPMock HTTPMethod.swift
[3/13] Compiling HTTPMock InputStreamGenerator.swift
[4/13] Compiling HTTPMock StubEntry.swift
[5/13] Compiling HTTPMock StubRegistry.swift
[6/13] Emitting module HTTPMock
[7/13] Compiling HTTPMock HTTPRequestPredicate.swift
[8/13] Compiling HTTPMock HTTPResponse.swift
[9/13] Compiling HTTPMock HTTPHeaderFields.swift
/Users/builder/builds/TDmZkXJm/3/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 }))
                                 ^~~~~~
[10/13] Compiling HTTPMock HTTPHeaderName.swift
/Users/builder/builds/TDmZkXJm/3/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 }))
                                 ^~~~~~
[11/13] Compiling HTTPMock URLProtocolService.swift
[12/13] Compiling HTTPMock HTTPResponseAsset.swift
[13/13] Compiling HTTPMock HTTPResponseAssetBuilder.swift
[14/14] Compiling HTTPMock URLProtocolStub.swift
Build complete! (4.50s)
Build complete.
Done.