The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UtilityKit, reference master (e4364f), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 10:28:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "utilitykit",
      "name": "UtilityKit",
      "url": "https://github.com/Samasaur1/UtilityKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UtilityKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Samasaur1/UtilityKit.git
[1/107] Fetching utilitykit
Fetched https://github.com/Samasaur1/UtilityKit.git from cache (0.59s)
Creating working copy for https://github.com/Samasaur1/UtilityKit.git
Working copy of https://github.com/Samasaur1/UtilityKit.git resolved at master (e4364f2)
warning: '.resolve-product-dependencies': dependency 'utilitykit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Samasaur1/UtilityKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling UtilityKit UtilityKit.swift
[4/8] Compiling UtilityKit CGOperators.swift
[5/8] Compiling UtilityKit SKButton.swift
[6/8] Compiling UtilityKit ActionQueueManager.swift
[7/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 |     }
[8/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 |     }
Build complete! (8.08s)
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.