Build Information
Successful build of MOCloner, reference main (d914c8
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 17:33:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/MOCloner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatbobman/MOCloner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d914c8c update readme
Cloned https://github.com/fatbobman/MOCloner.git
Revision (git rev-parse @):
d914c8c89e8e5a9f7a6c727d91f96bc9b92a763e
SUCCESS checkout https://github.com/fatbobman/MOCloner.git at main
========================================
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": "mocloner",
"name": "MOCloner",
"url": "https://github.com/fatbobman/MOCloner.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MOCloner",
"dependencies": [
]
}
]
}
Fetching https://github.com/fatbobman/MOCloner.git
[1/206] Fetching mocloner
Fetched https://github.com/fatbobman/MOCloner.git from cache (0.80s)
Creating working copy for https://github.com/fatbobman/MOCloner.git
Working copy of https://github.com/fatbobman/MOCloner.git resolved at main (d914c8c)
warning: '.resolve-product-dependencies': dependency 'mocloner' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fatbobman/MOCloner.git
https://github.com/fatbobman/MOCloner.git
{
"dependencies" : [
],
"manifest_display_name" : "MOCloner",
"name" : "MOCloner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "MOCloner",
"targets" : [
"MOCloner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MOClonerTests",
"module_type" : "SwiftTarget",
"name" : "MOClonerTests",
"path" : "Tests/MOClonerTests",
"sources" : [
"MOClonerTests.swift",
"MOClonterTestExtension.swift"
],
"target_dependencies" : [
"MOCloner"
],
"type" : "test"
},
{
"c99name" : "MOCloner",
"module_type" : "SwiftTarget",
"name" : "MOCloner",
"path" : "Sources/MOCloner",
"product_memberships" : [
"MOCloner"
],
"sources" : [
"MOCloner.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module MOCloner
[4/4] Compiling MOCloner MOCloner.swift
Build complete! (4.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MOCloner",
"name" : "MOCloner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "MOCloner",
"targets" : [
"MOCloner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MOClonerTests",
"module_type" : "SwiftTarget",
"name" : "MOClonerTests",
"path" : "Tests/MOClonerTests",
"sources" : [
"MOClonerTests.swift",
"MOClonterTestExtension.swift"
],
"target_dependencies" : [
"MOCloner"
],
"type" : "test"
},
{
"c99name" : "MOCloner",
"module_type" : "SwiftTarget",
"name" : "MOCloner",
"path" : "Sources/MOCloner",
"product_memberships" : [
"MOCloner"
],
"sources" : [
"MOCloner.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.