Build Information
Successful build of yes, reference master (aff45f
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 06:04:16 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thii/yes.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thii/yes
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aff45fd Add executable product
Cloned https://github.com/thii/yes.git
Revision (git rev-parse @):
aff45fdf7e9598e1c13a2fa331bbc11716b9d50a
SUCCESS checkout https://github.com/thii/yes.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": "yes",
"name": "yes",
"url": "https://github.com/thii/yes.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yes",
"dependencies": [
]
}
]
}
Fetching https://github.com/thii/yes.git
[1/18] Fetching yes
Fetched https://github.com/thii/yes.git from cache (0.58s)
Creating working copy for https://github.com/thii/yes.git
Working copy of https://github.com/thii/yes.git resolved at master (aff45fd)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/thii/yes.git
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
Building for debugging...
[0/6] Write sources
[1/6] Write yes-entitlement.plist
[2/6] Write swift-version--7754E27361AE5C74.txt
[4/8] Emitting module yes
[5/8] Compiling yes main.swift
[5/8] Write Objects.LinkFileList
[6/8] Linking yes
[7/8] Applying yes
Build complete! (2.02s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "yes",
"name" : "yes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "yes",
"targets" : [
"yes"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "yes",
"module_type" : "SwiftTarget",
"name" : "yes",
"path" : "Sources/yes",
"product_memberships" : [
"yes"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.