This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of mountebankSwift with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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: $workDir/.spi.yml
SUCCESS checkout https://github.com/dave-t-c/mountebankSwift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/dave-t-c/mountebankSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/23] Compiling mountebankSwift Predicate.swift
[4/23] Compiling mountebankSwift HttpResponseFields.swift
[5/23] Compiling mountebankSwift Fields.swift
[6/23] Compiling mountebankSwift HttpFields.swift
[7/25] Compiling mountebankSwift HttpImposter.swift
[8/25] Compiling mountebankSwift Imposter.swift
[9/25] Compiling mountebankSwift HttpMethod.swift
[10/25] Emitting module mountebankSwift
[11/25] Compiling mountebankSwift Response.swift
[12/25] Compiling mountebankSwift HttpStub.swift
[13/25] Compiling mountebankSwift ResponseFields.swift
[14/25] Compiling mountebankSwift IsResponse.swift
[15/25] Compiling mountebankSwift HttpRequest.swift
[16/25] Compiling mountebankSwift EqualsPredicate.swift
[17/25] Compiling mountebankSwift RetrievedImposter.swift
[18/25] Compiling mountebankSwift SimpleRetrievedImposter.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 Stub.swift
[25/25] Compiling mountebankSwift MountebankRequestWrapper.swift
Build complete! (22.66s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.