Build Information
Successful build of OHHTTPStubs, reference master (c58240
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 22:19:30 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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
========================================
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": "ohhttpstubs",
"name": "OHHTTPStubs",
"url": "https://github.com/AliSoftware/OHHTTPStubs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OHHTTPStubs",
"dependencies": [
]
}
]
}
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
[1/7891] Fetching ohhttpstubs
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.24s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at master (c582400)
warning: '.resolve-product-dependencies': dependency 'ohhttpstubs' 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/AliSoftware/OHHTTPStubs.git
{
"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"
}
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/9] Write sources
[1/9] Write swift-version--7754E27361AE5C74.txt
[2/9] Compiling OHHTTPStubs HTTPStubsMethodSwizzling.m
[3/9] Compiling OHHTTPStubs HTTPStubsResponse+JSON.m
[4/9] Compiling OHHTTPStubs HTTPStubsPathHelpers.m
[5/9] Compiling OHHTTPStubs HTTPStubsResponse.m
[6/9] Compiling OHHTTPStubs HTTPStubs+NSURLSessionConfiguration.m
[7/9] Compiling OHHTTPStubs NSURLRequest+HTTPBodyTesting.m
[8/9] Compiling OHHTTPStubs HTTPStubs.m
[10/11] Emitting module OHHTTPStubsSwift
[11/11] Compiling OHHTTPStubsSwift OHHTTPStubsSwift.swift
Build complete! (7.18s)
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.