Build Information
Successful build of TyperTool, reference master (2542e2
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 10:01:01 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/TyperTool.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/TyperTool
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2542e24 Update gif (lower framerate)
Cloned https://github.com/Samasaur1/TyperTool.git
Revision (git rev-parse @):
2542e24b5cb8a117392e4936088db59f8613d728
SUCCESS checkout https://github.com/Samasaur1/TyperTool.git at master
Fetching https://github.com/Samasaur1/Typer.git
[4/334] Fetching typer
Fetched https://github.com/Samasaur1/Typer.git from cache (0.80s)
Computing version for https://github.com/Samasaur1/Typer.git
Computed https://github.com/Samasaur1/Typer.git at 1.6.3 (0.55s)
Creating working copy for https://github.com/Samasaur1/Typer.git
Working copy of https://github.com/Samasaur1/Typer.git resolved at 1.6.3
========================================
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": "typertool",
"name": "TyperTool",
"url": "https://github.com/Samasaur1/TyperTool.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TyperTool",
"dependencies": [
{
"identity": "typer",
"name": "Typer",
"url": "https://github.com/Samasaur1/Typer.git",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Typer",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Samasaur1/TyperTool.git
[1/75] Fetching typertool
Fetched https://github.com/Samasaur1/TyperTool.git from cache (1.47s)
Fetching https://github.com/Samasaur1/Typer.git from cache
Fetched https://github.com/Samasaur1/Typer.git from cache (0.46s)
Computing version for https://github.com/Samasaur1/Typer.git
Computed https://github.com/Samasaur1/Typer.git at 1.7.0 (0.02s)
Creating working copy for https://github.com/Samasaur1/TyperTool.git
Working copy of https://github.com/Samasaur1/TyperTool.git resolved at master (2542e24)
Creating working copy for https://github.com/Samasaur1/Typer.git
Working copy of https://github.com/Samasaur1/Typer.git resolved at 1.7.0
Found 1 product dependencies
- Typer
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Samasaur1/TyperTool.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 -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/7] Write sources
[2/7] Write typer-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/9] Compiling Typer Typer.swift
[6/9] Emitting module Typer
[7/11] Emitting module TyperTool
[8/11] Compiling TyperTool main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking typer
[10/11] Applying typer
Build complete! (6.81s)
Build complete.
{
"dependencies" : [
{
"identity" : "typer",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Samasaur1/Typer.git"
}
],
"manifest_display_name" : "TyperTool",
"name" : "TyperTool",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "typer",
"targets" : [
"TyperTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TyperTool",
"module_type" : "SwiftTarget",
"name" : "TyperTool",
"path" : "Sources/TyperTool",
"product_dependencies" : [
"Typer"
],
"product_memberships" : [
"typer"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.