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, reference 0.2.1 (0091d4), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 22:18:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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.79s)
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 0.2.1 (0091d45)
warning: '.resolve-product-dependencies': dependency 'mountebankswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dave-t-c/mountebankSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/23] Emitting module mountebankSwift
[4/25] Compiling mountebankSwift ResponseFields.swift
[5/25] Compiling mountebankSwift IsResponse.swift
[6/25] Compiling mountebankSwift HttpRequest.swift
[7/25] Compiling mountebankSwift EqualsPredicate.swift
[8/25] Compiling mountebankSwift Stub.swift
[9/25] Compiling mountebankSwift MountebankRequestWrapper.swift
[10/25] Compiling mountebankSwift Response.swift
[11/25] Compiling mountebankSwift HttpStub.swift
[12/25] Compiling mountebankSwift HttpImposter.swift
[13/25] Compiling mountebankSwift Imposter.swift
[14/25] Compiling mountebankSwift HttpMethod.swift
[15/25] Compiling mountebankSwift Fields.swift
[16/25] Compiling mountebankSwift HttpFields.swift
[17/25] Compiling mountebankSwift MountebankClient.swift
[18/25] Compiling mountebankSwift MountebankExceptions.swift
[19/25] Compiling mountebankSwift Constants.swift
[20/25] Compiling mountebankSwift RetrieveImpostersResponse.swift
[21/25] Compiling mountebankSwift RetrievedHttpImposter.swift
[22/25] Compiling mountebankSwift RetrievedImposter.swift
[23/25] Compiling mountebankSwift SimpleRetrievedImposter.swift
[24/25] Compiling mountebankSwift Predicate.swift
[25/25] Compiling mountebankSwift HttpResponseFields.swift
Build complete! (19.58s)
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.