Build Information
Successful build of PlusNightMode, reference main (101c4b), with Swift 6.0 for macOS (SPM) on 24 Aug 2025 07:58:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/PlusNightMode.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DandyLyons/PlusNightMode
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 101c4b8 Remove retroactive CustomDebugStringConvertible conformance
Cloned https://github.com/DandyLyons/PlusNightMode.git
Revision (git rev-parse @):
101c4b88d9dad0aee2929837ec4698e5055e7389
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DandyLyons/PlusNightMode.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/DandyLyons/PlusNightMode.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/12] Compiling PlusNightMode monochromed.swift
[5/12] Compiling PlusNightMode View + Night Mode.swift
[6/12] Compiling PlusNightMode resource_bundle_accessor.swift
[7/12] Compiling PlusNightMode ExampleNightModeView.swift
[8/12] Compiling PlusNightMode ColorSchemeMode.swift
[9/12] Compiling PlusNightMode ColorSchemeMode+.swift
[10/12] Emitting module PlusNightMode
[11/12] Compiling PlusNightMode ColorSchemeModeModifier.swift
[12/12] Compiling PlusNightMode ColorScheme+.swift
Build complete! (23.67s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/15341] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.81s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (0.48s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.89s)
[1/71783] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (2.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.43s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5505] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.46s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "PlusNightMode",
"name" : "PlusNightMode",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
}
],
"products" : [
{
"name" : "PlusNightMode",
"targets" : [
"PlusNightMode"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlusNightModeTests",
"module_type" : "SwiftTarget",
"name" : "PlusNightModeTests",
"path" : "Tests",
"product_dependencies" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"sources" : [
"Plus Night ModeTests/PlusNightModeTests.swift"
],
"target_dependencies" : [
"PlusNightMode"
],
"type" : "test"
},
{
"c99name" : "PlusNightMode",
"module_type" : "SwiftTarget",
"name" : "PlusNightMode",
"path" : "Sources/PlusNightMode",
"product_memberships" : [
"PlusNightMode"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PlusNightMode/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ColorScheme+.swift",
"ColorSchemeMode+.swift",
"ColorSchemeMode.swift",
"ColorSchemeModeModifier.swift",
"ExampleNightModeView.swift",
"View + Night Mode.swift",
"monochromed.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.