Build Information
Successful build of UtilityKit, reference master (e4364f
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 10:11:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/UtilityKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/UtilityKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e4364f2 Various non-code fixes (#2)
Cloned https://github.com/Samasaur1/UtilityKit.git
Revision (git rev-parse @):
e4364f247d45bb5d103224464b9e6f8bcb6fb448
SUCCESS checkout https://github.com/Samasaur1/UtilityKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Samasaur1/UtilityKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling UtilityKit ActionQueueManager.swift
[4/8] Emitting module UtilityKit
/Users/admin/builder/spi-builder-workspace/Sources/UtilityKit/Colors.swift:11:5: warning: 'public' modifier is redundant for initializer declared in a public extension
9 | /// - green: The green component of the color, from 0-255.
10 | /// - blue: The blue component of the color, from 0-255.
11 | public convenience init?(red: Int, green: Int, blue: Int) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
12 | guard red >= 0 && red <= 255 else { return nil }
13 | guard green >= 0 && green <= 255 else { return nil }
/Users/admin/builder/spi-builder-workspace/Sources/UtilityKit/Colors.swift:21:5: warning: 'public' modifier is redundant for initializer declared in a public extension
19 | ///
20 | /// - Parameter hex: A hex value in the format RRGGBB.
21 | public convenience init?(_ hex: Int) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
22 | self.init(red:(hex >> 16) & 0xff, green:(hex >> 8) & 0xff, blue:hex & 0xff)
23 | }
[5/8] Compiling UtilityKit Colors.swift
/Users/admin/builder/spi-builder-workspace/Sources/UtilityKit/Colors.swift:11:5: warning: 'public' modifier is redundant for initializer declared in a public extension
9 | /// - green: The green component of the color, from 0-255.
10 | /// - blue: The blue component of the color, from 0-255.
11 | public convenience init?(red: Int, green: Int, blue: Int) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
12 | guard red >= 0 && red <= 255 else { return nil }
13 | guard green >= 0 && green <= 255 else { return nil }
/Users/admin/builder/spi-builder-workspace/Sources/UtilityKit/Colors.swift:21:5: warning: 'public' modifier is redundant for initializer declared in a public extension
19 | ///
20 | /// - Parameter hex: A hex value in the format RRGGBB.
21 | public convenience init?(_ hex: Int) {
| `- warning: 'public' modifier is redundant for initializer declared in a public extension
22 | self.init(red:(hex >> 16) & 0xff, green:(hex >> 8) & 0xff, blue:hex & 0xff)
23 | }
[6/8] Compiling UtilityKit UtilityKit.swift
[7/8] Compiling UtilityKit SKButton.swift
[8/8] Compiling UtilityKit CGOperators.swift
Build complete! (6.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UtilityKit",
"name" : "UtilityKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UtilityKit",
"targets" : [
"UtilityKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilityKitTests",
"module_type" : "SwiftTarget",
"name" : "UtilityKitTests",
"path" : "Tests/UtilityKitTests",
"sources" : [
"UtilityKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"UtilityKit"
],
"type" : "test"
},
{
"c99name" : "UtilityKit",
"module_type" : "SwiftTarget",
"name" : "UtilityKit",
"path" : "Sources/UtilityKit",
"product_memberships" : [
"UtilityKit"
],
"sources" : [
"ActionQueueManager.swift",
"CGOperators.swift",
"Colors.swift",
"SKButton.swift",
"UtilityKit.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.