Build Information
Successful build of Swort, reference master (050a99
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 18:27:25 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/sendyhalim/swort.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sendyhalim/swort
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 050a992 Use normal mutation loop to save allocations
Cloned https://github.com/sendyhalim/swort.git
Revision (git rev-parse @):
050a992579a4e2e669d634fdc51e4f107909ae89
SUCCESS checkout https://github.com/sendyhalim/swort.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": "swort",
"name": "Swort",
"url": "https://github.com/sendyhalim/swort.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swort",
"dependencies": [
]
}
]
}
Fetching https://github.com/sendyhalim/swort.git
[1/93] Fetching swort
Fetched https://github.com/sendyhalim/swort.git from cache (0.70s)
Creating working copy for https://github.com/sendyhalim/swort.git
Working copy of https://github.com/sendyhalim/swort.git resolved at master (050a992)
warning: '.resolve-product-dependencies': dependency 'swort' 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/sendyhalim/swort.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling Swort Bitmap.swift
[4/6] Compiling Swort Color.swift
[5/6] Emitting module Swort
[6/6] Compiling Swort AsciiArt.swift
Build complete! (6.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Swort",
"name" : "Swort",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Swort",
"targets" : [
"Swort"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Swort",
"module_type" : "SwiftTarget",
"name" : "Swort",
"path" : "Sources",
"product_memberships" : [
"Swort"
],
"sources" : [
"AsciiArt.swift",
"Bitmap.swift",
"Color.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.