Build Information
Successful build of MockableKit, reference master (de9959), with Swift 6.2 for macOS (SPM) on 9 May 2026 15:58:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/senolmurat/MockableKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/senolmurat/MockableKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at de99591 Update swift.yml
Cloned https://github.com/senolmurat/MockableKit.git
Revision (git rev-parse @):
de99591c53d534062a944fa39d6c7cc1b18e02cc
SUCCESS checkout https://github.com/senolmurat/MockableKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/senolmurat/MockableKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/9] Compiling MockableKit SchemaExtractor.swift
[4/9] Compiling MockableKit MockableKit.swift
[5/9] Compiling MockableKit MockableConfiguration.swift
[6/9] Compiling MockableKit MockableError.swift
[7/9] Compiling MockableKit MockCache.swift
[8/9] Emitting module MockableKit
[9/9] Compiling MockableKit MockEngine.swift
Build complete! (4.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MockableKit",
"name" : "MockableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "MockableKit",
"targets" : [
"MockableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MockableKitTests",
"module_type" : "SwiftTarget",
"name" : "MockableKitTests",
"path" : "Tests/MockableKitTests",
"sources" : [
"MockableKitTests.swift"
],
"target_dependencies" : [
"MockableKit"
],
"type" : "test"
},
{
"c99name" : "MockableKit",
"module_type" : "SwiftTarget",
"name" : "MockableKit",
"path" : "Sources/MockableKit",
"product_memberships" : [
"MockableKit"
],
"sources" : [
"MockCache.swift",
"MockEngine.swift",
"MockableConfiguration.swift",
"MockableError.swift",
"MockableKit.swift",
"SchemaExtractor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.