Build Information
Successful build of mountebankSwift, reference main (019491
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 01:51:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dave-t-c/mountebankSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dave-t-c/mountebankSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 019491b Merge pull request #15 from dave-t-c/create-swift-package-index-yaml
Cloned https://github.com/dave-t-c/mountebankSwift.git
Revision (git rev-parse @):
019491bc33357f4dd1d2bef3d6a8c95e418d3bd8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dave-t-c/mountebankSwift.git at main
========================================
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",
"dependencies": [
{
"identity": "mountebankswift",
"name": "mountebankSwift",
"url": "https://github.com/dave-t-c/mountebankSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mountebankSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/dave-t-c/mountebankSwift.git
[1/874] Fetching mountebankswift
Fetched https://github.com/dave-t-c/mountebankSwift.git from cache (0.73s)
Creating working copy for https://github.com/dave-t-c/mountebankSwift.git
Working copy of https://github.com/dave-t-c/mountebankSwift.git resolved at main (019491b)
warning: '.resolve-product-dependencies': dependency 'mountebankswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dave-t-c/mountebankSwift.git
https://github.com/dave-t-c/mountebankSwift.git
{
"dependencies" : [
],
"manifest_display_name" : "mountebankSwift",
"name" : "mountebankSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "mountebankSwift",
"targets" : [
"mountebankSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "mountebankSwiftTests",
"module_type" : "SwiftTarget",
"name" : "mountebankSwiftTests",
"path" : "Tests/mountebankSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/mountebankSwiftTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Configuration/ConfigurationHelper.swift",
"Configuration/TestConfiguration.swift",
"Examples/RequestBody/SimpleRequestBody.swift",
"Helpers/MockHelper.swift",
"Helpers/RequestHelper.swift",
"TestHttpImposter/HttpImposterTests.swift",
"TestMountebankClient/MountebankClientTests.swift"
],
"target_dependencies" : [
"mountebankSwift"
],
"type" : "test"
},
{
"c99name" : "mountebankSwift",
"module_type" : "SwiftTarget",
"name" : "mountebankSwift",
"path" : "Sources/mountebankSwift",
"product_memberships" : [
"mountebankSwift"
],
"sources" : [
"Client/MountebankClient.swift",
"Exceptions/MountebankExceptions.swift",
"Models/Constants.swift",
"Models/Imposters/HttpImposter.swift",
"Models/Imposters/Imposter.swift",
"Models/Methods/HttpMethod.swift",
"Models/MountebankResponses/Imposters/RetrieveImpostersResponse.swift",
"Models/MountebankResponses/Imposters/RetrievedHttpImposter.swift",
"Models/MountebankResponses/Imposters/RetrievedImposter.swift",
"Models/MountebankResponses/Imposters/SimpleRetrievedImposter.swift",
"Models/MountebankResponses/Requests/HttpRequest.swift",
"Models/Predicates/EqualsPredicate.swift",
"Models/Predicates/Fields/Fields.swift",
"Models/Predicates/Fields/HttpFields.swift",
"Models/Predicates/Predicate.swift",
"Models/Responses/Fields/HttpResponseFields.swift",
"Models/Responses/Fields/ResponseFields.swift",
"Models/Responses/IsResponse.swift",
"Models/Responses/Response.swift",
"Models/Stubs/HttpStub.swift",
"Models/Stubs/Stub.swift",
"RequestWrappers/MountebankRequestWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/23] Emitting module mountebankSwift
[4/25] Compiling mountebankSwift Stub.swift
[5/25] Compiling mountebankSwift MountebankRequestWrapper.swift
[6/25] Compiling mountebankSwift Predicate.swift
[7/25] Compiling mountebankSwift HttpResponseFields.swift
[8/25] Compiling mountebankSwift MountebankClient.swift
[9/25] Compiling mountebankSwift MountebankExceptions.swift
[10/25] Compiling mountebankSwift Constants.swift
[11/25] Compiling mountebankSwift HttpImposter.swift
[12/25] Compiling mountebankSwift Imposter.swift
[13/25] Compiling mountebankSwift HttpMethod.swift
[14/25] Compiling mountebankSwift RetrievedImposter.swift
[15/25] Compiling mountebankSwift SimpleRetrievedImposter.swift
[16/25] Compiling mountebankSwift HttpRequest.swift
[17/25] Compiling mountebankSwift EqualsPredicate.swift
[18/25] Compiling mountebankSwift Response.swift
[19/25] Compiling mountebankSwift HttpStub.swift
[20/25] Compiling mountebankSwift RetrieveImpostersResponse.swift
[21/25] Compiling mountebankSwift RetrievedHttpImposter.swift
[22/25] Compiling mountebankSwift Fields.swift
[23/25] Compiling mountebankSwift HttpFields.swift
[24/25] Compiling mountebankSwift ResponseFields.swift
[25/25] Compiling mountebankSwift IsResponse.swift
Build complete! (5.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "mountebankSwift",
"name" : "mountebankSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "mountebankSwift",
"targets" : [
"mountebankSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "mountebankSwiftTests",
"module_type" : "SwiftTarget",
"name" : "mountebankSwiftTests",
"path" : "Tests/mountebankSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/mountebankSwiftTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Configuration/ConfigurationHelper.swift",
"Configuration/TestConfiguration.swift",
"Examples/RequestBody/SimpleRequestBody.swift",
"Helpers/MockHelper.swift",
"Helpers/RequestHelper.swift",
"TestHttpImposter/HttpImposterTests.swift",
"TestMountebankClient/MountebankClientTests.swift"
],
"target_dependencies" : [
"mountebankSwift"
],
"type" : "test"
},
{
"c99name" : "mountebankSwift",
"module_type" : "SwiftTarget",
"name" : "mountebankSwift",
"path" : "Sources/mountebankSwift",
"product_memberships" : [
"mountebankSwift"
],
"sources" : [
"Client/MountebankClient.swift",
"Exceptions/MountebankExceptions.swift",
"Models/Constants.swift",
"Models/Imposters/HttpImposter.swift",
"Models/Imposters/Imposter.swift",
"Models/Methods/HttpMethod.swift",
"Models/MountebankResponses/Imposters/RetrieveImpostersResponse.swift",
"Models/MountebankResponses/Imposters/RetrievedHttpImposter.swift",
"Models/MountebankResponses/Imposters/RetrievedImposter.swift",
"Models/MountebankResponses/Imposters/SimpleRetrievedImposter.swift",
"Models/MountebankResponses/Requests/HttpRequest.swift",
"Models/Predicates/EqualsPredicate.swift",
"Models/Predicates/Fields/Fields.swift",
"Models/Predicates/Fields/HttpFields.swift",
"Models/Predicates/Predicate.swift",
"Models/Responses/Fields/HttpResponseFields.swift",
"Models/Responses/Fields/ResponseFields.swift",
"Models/Responses/IsResponse.swift",
"Models/Responses/Response.swift",
"Models/Stubs/HttpStub.swift",
"Models/Stubs/Stub.swift",
"RequestWrappers/MountebankRequestWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/dave-t-c/mountebankswift/main
Repository: dave-t-c/mountebankSwift
Swift version used: 6.1
Target: mountebankSwift
Extracting symbol information for 'mountebankSwift'...
Finished extracting symbol information for 'mountebankSwift'. (3.00s)
Building documentation for 'mountebankSwift'...
Finished building documentation for 'mountebankSwift' (0.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/dave-t-c/mountebankswift/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.05s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets SnippetParser.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.41s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/22] Emitting module mountebankSwift
[3/24] Compiling mountebankSwift ResponseFields.swift
[4/24] Compiling mountebankSwift IsResponse.swift
[5/24] Compiling mountebankSwift Fields.swift
[6/24] Compiling mountebankSwift HttpFields.swift
[7/24] Compiling mountebankSwift RetrieveImpostersResponse.swift
[8/24] Compiling mountebankSwift RetrievedHttpImposter.swift
[9/24] Compiling mountebankSwift HttpRequest.swift
[10/24] Compiling mountebankSwift EqualsPredicate.swift
[11/24] Compiling mountebankSwift Predicate.swift
[12/24] Compiling mountebankSwift HttpResponseFields.swift
[13/24] Compiling mountebankSwift HttpImposter.swift
[14/24] Compiling mountebankSwift Imposter.swift
[15/24] Compiling mountebankSwift HttpMethod.swift
[16/24] Compiling mountebankSwift MountebankClient.swift
[17/24] Compiling mountebankSwift MountebankExceptions.swift
[18/24] Compiling mountebankSwift Constants.swift
[19/24] Compiling mountebankSwift Response.swift
[20/24] Compiling mountebankSwift HttpStub.swift
[21/24] Compiling mountebankSwift RetrievedImposter.swift
[22/24] Compiling mountebankSwift SimpleRetrievedImposter.swift
[23/24] Compiling mountebankSwift Stub.swift
[24/24] Compiling mountebankSwift MountebankRequestWrapper.swift
Build of target: 'mountebankSwift' complete! (1.13s)
210
2 /Users/admin/builder/spi-builder-workspace/.docs/dave-t-c/mountebankswift/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dave-t-c/mountebankswift/main
File count: 210
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-dave-t-c-mountebankswift-main-d2d68466.zip to s3://spi-docs-inbox/prod-dave-t-c-mountebankswift-main-d2d68466.zip
Copying... [13%]
Copying... [27%]
Copying... [40%]
Copying... [54%]
Copying... [67%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.