The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of mountebankSwift, reference 0.2.1 (0091d4), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 19:13:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dave-t-c/mountebankSwift.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dave-t-c/mountebankSwift
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 0091d45 Merge pull request #14 from dave-t-c/add-tvos-watchos-support
Cloned https://github.com/dave-t-c/mountebankSwift.git
Revision (git rev-parse @):
0091d45e592338a27ec27ad0c9128ada9448c16a
SUCCESS checkout https://github.com/dave-t-c/mountebankSwift.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dave-t-c/mountebankSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/23] Emitting module mountebankSwift
[4/25] Compiling mountebankSwift Stub.swift
[5/25] Compiling mountebankSwift MountebankRequestWrapper.swift
[6/25] Compiling mountebankSwift HttpImposter.swift
[7/25] Compiling mountebankSwift Imposter.swift
[8/25] Compiling mountebankSwift HttpMethod.swift
[9/25] Compiling mountebankSwift Fields.swift
[10/25] Compiling mountebankSwift HttpFields.swift
[11/25] Compiling mountebankSwift Response.swift
[12/25] Compiling mountebankSwift HttpStub.swift
[13/25] Compiling mountebankSwift RetrievedImposter.swift
[14/25] Compiling mountebankSwift SimpleRetrievedImposter.swift
[15/25] Compiling mountebankSwift HttpRequest.swift
[16/25] Compiling mountebankSwift EqualsPredicate.swift
[17/25] Compiling mountebankSwift Predicate.swift
[18/25] Compiling mountebankSwift HttpResponseFields.swift
[19/25] Compiling mountebankSwift RetrieveImpostersResponse.swift
[20/25] Compiling mountebankSwift RetrievedHttpImposter.swift
[21/25] Compiling mountebankSwift MountebankClient.swift
[22/25] Compiling mountebankSwift MountebankExceptions.swift
[23/25] Compiling mountebankSwift Constants.swift
[24/25] Compiling mountebankSwift ResponseFields.swift
[25/25] Compiling mountebankSwift IsResponse.swift
Build complete! (4.86s)
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"
}
Done.