Build Information
Successful build of WiremockClient, reference master (91c3e2), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:17:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mobileforming/WiremockClient.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mobileforming/WiremockClient
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 91c3e2b Merge pull request #37 from mobileforming/TR-deployment-target-update
Cloned https://github.com/mobileforming/WiremockClient.git
Revision (git rev-parse @):
91c3e2be7cfef270584c2d822c0886781d29f62d
SUCCESS checkout https://github.com/mobileforming/WiremockClient.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wiremockclient",
"name": "WiremockClient",
"url": "https://github.com/mobileforming/WiremockClient.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WiremockClient",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mobileforming/WiremockClient.git
[1/474] Fetching wiremockclient
Fetched https://github.com/mobileforming/WiremockClient.git from cache (0.76s)
Creating working copy for https://github.com/mobileforming/WiremockClient.git
Working copy of https://github.com/mobileforming/WiremockClient.git resolved at master (91c3e2b)
warning: '.resolve-product-dependencies': dependency 'wiremockclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mobileforming/WiremockClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/20] Compiling WiremockClient MatchCondition.swift
[4/20] Compiling WiremockClient RequestMapping.swift
[5/20] Compiling WiremockClient StubMapping.swift
[6/20] Compiling WiremockClient Transformer.swift
[7/20] Compiling WiremockClient WiremockClientNetworkService.swift
[8/20] Compiling WiremockClient WiremockEndpoint.swift
[9/20] Compiling WiremockClient LoggedRequestResponse.swift
[10/20] Compiling WiremockClient MappingsResponse.swift
[11/20] Compiling WiremockClient RequestPattern.swift
[12/20] Compiling WiremockClient ResponseDefinition.swift
[13/20] Compiling WiremockClient RequestMethod.swift
[14/20] Compiling WiremockClient LoggedRequest.swift
[15/20] Emitting module WiremockClient
[16/20] Compiling WiremockClient UrlPattern.swift
[17/20] Compiling WiremockClient DebugOverridable.swift
[18/20] Compiling WiremockClient WiremockClient.swift
[19/20] Compiling WiremockClient Endpoint.swift
[20/20] Compiling WiremockClient NetworkService.swift
[21/21] Compiling WiremockClient WiremockClientError.swift
Build complete! (5.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WiremockClient",
"name" : "WiremockClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WiremockClient",
"targets" : [
"WiremockClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WiremockClientTests",
"module_type" : "SwiftTarget",
"name" : "WiremockClientTests",
"path" : "Tests/WiremockClientTests",
"sources" : [
"IntegrationTests.swift",
"ResponseDefinitionTests.swift",
"StubMappingTests.swift",
"WiremockClientErrorTests.swift",
"WiremockClientNetworkServiceTests.swift",
"WiremockClientTests.swift"
],
"target_dependencies" : [
"WiremockClient"
],
"type" : "test"
},
{
"c99name" : "WiremockClient",
"module_type" : "SwiftTarget",
"name" : "WiremockClient",
"path" : "Sources/WiremockClient",
"product_memberships" : [
"WiremockClient"
],
"sources" : [
"Networking/Endpoint.swift",
"Networking/NetworkService.swift",
"Networking/RequestMethod.swift",
"Networking/ResponseObjects/LoggedRequest.swift",
"Networking/ResponseObjects/LoggedRequestResponse.swift",
"Networking/ResponseObjects/MappingsResponse.swift",
"Networking/WiremockClientNetworkService.swift",
"Networking/WiremockEndpoint.swift",
"Stubbing/MatchCondition.swift",
"Stubbing/RequestMapping.swift",
"Stubbing/RequestPattern.swift",
"Stubbing/ResponseDefinition.swift",
"Stubbing/StubMapping.swift",
"Stubbing/Transformer.swift",
"Stubbing/UrlPattern.swift",
"Utils/DebugOverridable.swift",
"WiremockClient.swift",
"WiremockClientError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.