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 OHHTTPStubs with Swift 6.0 (beta) for macOS (SPM).

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/AliSoftware/OHHTTPStubs.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/OHHTTPStubs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c582400 Merge pull request #361 from adamsousa/xcode-14.3
Cloned https://github.com/AliSoftware/OHHTTPStubs.git
Revision (git rev-parse @):
c582400a38590a3dabb4353416d9d46cb7278d06
SUCCESS checkout https://github.com/AliSoftware/OHHTTPStubs.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/AliSoftware/OHHTTPStubs.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/9] Write sources
[1/9] Write swift-version-6F35C1178C84523A.txt
[2/9] Compiling OHHTTPStubs HTTPStubsMethodSwizzling.m
[3/9] Compiling OHHTTPStubs HTTPStubs+NSURLSessionConfiguration.m
[4/9] Compiling OHHTTPStubs HTTPStubsPathHelpers.m
[5/9] Compiling OHHTTPStubs NSURLRequest+HTTPBodyTesting.m
[6/9] Compiling OHHTTPStubs HTTPStubsResponse.m
[7/9] Compiling OHHTTPStubs HTTPStubsResponse+JSON.m
[8/9] Compiling OHHTTPStubs HTTPStubs.m
[10/11] Emitting module OHHTTPStubsSwift
[11/11] Compiling OHHTTPStubsSwift OHHTTPStubsSwift.swift
Build complete! (18.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OHHTTPStubs",
  "name" : "OHHTTPStubs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "OHHTTPStubs",
      "targets" : [
        "OHHTTPStubs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OHHTTPStubsSwift",
      "targets" : [
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OHHTTPStubsTests",
      "module_type" : "ClangTarget",
      "name" : "OHHTTPStubsTests",
      "path" : "Tests/OHHTTPStubsTests",
      "sources" : [
        "AFNetworkingTests.m",
        "NSURLConnectionDelegateTests.m",
        "NSURLConnectionTests.m",
        "NSURLSessionTests.m",
        "NilValuesTests.m",
        "OHPathHelpersTests.m",
        "TimingTests.m",
        "WithContentsOfURLTests.m"
      ],
      "target_dependencies" : [
        "OHHTTPStubs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OHHTTPStubsSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "OHHTTPStubsSwiftTests",
      "path" : "Tests/OHHTTPStubsSwiftTests",
      "sources" : [
        "SwiftHelpersTests.swift"
      ],
      "target_dependencies" : [
        "OHHTTPStubsSwift",
        "OHHTTPStubs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OHHTTPStubsSwift",
      "module_type" : "SwiftTarget",
      "name" : "OHHTTPStubsSwift",
      "path" : "Sources/OHHTTPStubsSwift",
      "product_memberships" : [
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "OHHTTPStubsSwift.swift"
      ],
      "target_dependencies" : [
        "OHHTTPStubs"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OHHTTPStubs",
      "module_type" : "ClangTarget",
      "name" : "OHHTTPStubs",
      "path" : "Sources/OHHTTPStubs",
      "product_memberships" : [
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "sources" : [
        "HTTPStubs+NSURLSessionConfiguration.m",
        "HTTPStubs.m",
        "HTTPStubsMethodSwizzling.m",
        "HTTPStubsPathHelpers.m",
        "HTTPStubsResponse+JSON.m",
        "HTTPStubsResponse.m",
        "NSURLRequest+HTTPBodyTesting.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.