Build Information
Successful build of swift-ascii, reference v0.1.0 (dd021e), with Swift 6.1 for macOS (SPM) on 4 Jan 2026 20:22:20 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-ascii.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-ascii
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at dd021eb docs: fix date to 2025 in CHANGELOG
Cloned https://github.com/CorvidLabs/swift-ascii.git
Revision (git rev-parse @):
dd021eba6340508b85f9f515526e6d0813df3a68
SUCCESS checkout https://github.com/CorvidLabs/swift-ascii.git at v0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CorvidLabs/swift-ascii.git
https://github.com/CorvidLabs/swift-ascii.git
{
"dependencies" : [
{
"identity" : "swift-color",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CorvidLabs/swift-color.git"
}
],
"manifest_display_name" : "swift-ascii",
"name" : "swift-ascii",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ASCIIPixelArt",
"targets" : [
"ASCIIPixelArt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ascii-pixel-cli",
"targets" : [
"ascii-pixel-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ascii_pixel_cli",
"module_type" : "SwiftTarget",
"name" : "ascii-pixel-cli",
"path" : "Sources/ascii-pixel-cli",
"product_memberships" : [
"ascii-pixel-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ASCIIPixelArt"
],
"type" : "executable"
},
{
"c99name" : "ASCIIPixelArtTests",
"module_type" : "SwiftTarget",
"name" : "ASCIIPixelArtTests",
"path" : "Tests/ASCIIPixelArtTests",
"sources" : [
"ASCIIPixelArtTests.swift"
],
"target_dependencies" : [
"ASCIIPixelArt"
],
"type" : "test"
},
{
"c99name" : "ASCIIPixelArt",
"module_type" : "SwiftTarget",
"name" : "ASCIIPixelArt",
"path" : "Sources/ASCIIPixelArt",
"product_dependencies" : [
"Color"
],
"product_memberships" : [
"ASCIIPixelArt",
"ascii-pixel-cli"
],
"sources" : [
"ASCIIParser.swift",
"LayerMerger.swift",
"PixelGrid.swift",
"SVGBuilder.swift",
"SVGRenderer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/8] Write sources
[0/8] Write ascii-pixel-cli-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/18] Compiling Color NamedColor.swift
[7/18] Compiling Color Color+Palette.swift
[8/18] Compiling Color Color+LAB.swift
[9/18] Compiling Color Color.swift
[10/18] Compiling Color Color+Manipulation.swift
[11/18] Compiling Color Color+HSL.swift
[12/18] Compiling Color Color+Accessibility.swift
[13/18] Compiling Color Color+Hex.swift
[14/18] Compiling Color Color+HSV.swift
[15/18] Emitting module Color
[16/24] Compiling ASCIIPixelArt LayerMerger.swift
[17/24] Compiling ASCIIPixelArt PixelGrid.swift
[18/24] Compiling ASCIIPixelArt SVGRenderer.swift
[19/24] Compiling ASCIIPixelArt SVGBuilder.swift
[20/24] Compiling ASCIIPixelArt ASCIIParser.swift
[21/24] Emitting module ASCIIPixelArt
[22/26] Emitting module ascii_pixel_cli
[23/26] Compiling ascii_pixel_cli main.swift
[23/26] Write Objects.LinkFileList
[24/26] Linking ascii-pixel-cli
[25/26] Applying ascii-pixel-cli
Build complete! (11.44s)
Fetching https://github.com/CorvidLabs/swift-color.git
[1/422] Fetching swift-color
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.09s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (1.55s)
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-color",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CorvidLabs/swift-color.git"
}
],
"manifest_display_name" : "swift-ascii",
"name" : "swift-ascii",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "ASCIIPixelArt",
"targets" : [
"ASCIIPixelArt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ascii-pixel-cli",
"targets" : [
"ascii-pixel-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ascii_pixel_cli",
"module_type" : "SwiftTarget",
"name" : "ascii-pixel-cli",
"path" : "Sources/ascii-pixel-cli",
"product_memberships" : [
"ascii-pixel-cli"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ASCIIPixelArt"
],
"type" : "executable"
},
{
"c99name" : "ASCIIPixelArtTests",
"module_type" : "SwiftTarget",
"name" : "ASCIIPixelArtTests",
"path" : "Tests/ASCIIPixelArtTests",
"sources" : [
"ASCIIPixelArtTests.swift"
],
"target_dependencies" : [
"ASCIIPixelArt"
],
"type" : "test"
},
{
"c99name" : "ASCIIPixelArt",
"module_type" : "SwiftTarget",
"name" : "ASCIIPixelArt",
"path" : "Sources/ASCIIPixelArt",
"product_dependencies" : [
"Color"
],
"product_memberships" : [
"ASCIIPixelArt",
"ascii-pixel-cli"
],
"sources" : [
"ASCIIParser.swift",
"LayerMerger.swift",
"PixelGrid.swift",
"SVGBuilder.swift",
"SVGRenderer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.