The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OHHTTPStubs, reference 9.1.0 (12f196), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 11:45:15 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/AliSoftware/OHHTTPStubs.git
Reference: 9.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/OHHTTPStubs
 * tag               9.1.0      -> FETCH_HEAD
HEAD is now at 12f1966 Merge pull request #337 from AliSoftware/release/9.1.0
Cloned https://github.com/AliSoftware/OHHTTPStubs.git
Revision (git rev-parse @):
12f19662426d0434d6c330c6974d53e2eb10ecd9
SUCCESS checkout https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AliSoftware/OHHTTPStubs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write swift-version-1EA4D86E10B52AF.txt
[2/9] Compiling OHHTTPStubs HTTPStubsMethodSwizzling.m
[3/9] Compiling OHHTTPStubs HTTPStubsResponse+JSON.m
[4/9] Compiling OHHTTPStubs NSURLRequest+HTTPBodyTesting.m
[5/9] Compiling OHHTTPStubs HTTPStubs+NSURLSessionConfiguration.m
[6/9] Compiling OHHTTPStubs HTTPStubs.m
[7/9] Compiling OHHTTPStubs HTTPStubsResponse.m
[8/9] Compiling OHHTTPStubs HTTPStubsPathHelpers.m
[10/11] Compiling OHHTTPStubsSwift OHHTTPStubsSwift.swift
[11/11] Emitting module OHHTTPStubsSwift
Build complete! (4.40s)
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" : "9.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.