The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorSet, reference 0.0.2 (a8853e), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 17:05:54 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/fromkk/colorset.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fromkk/colorset
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at a8853ed Merge pull request #1 from fromkk/feature/package
Cloned https://github.com/fromkk/colorset.git
Revision (git rev-parse @):
a8853ed187fc7068805f9c2e351da56adaec55dd
SUCCESS checkout https://github.com/fromkk/colorset.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fromkk/colorset.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/7] Emitting module ColorSet
[4/7] Compiling ColorSet ColorObservable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ColorObservable.swift:40:55: warning: capture of non-sendable type 'T.Type' in an isolated closure
38 |         return ColorObservation(
39 |             notificationCenter.addObserver(forName: didChange, object: nil, queue: .main, using: { notification in
40 |                 guard let value = notification.object as? T else { return }
   |                                                       `- warning: capture of non-sendable type 'T.Type' in an isolated closure
41 |                 callback(value)
42 |             }),
/Users/admin/builder/spi-builder-workspace/Sources/ColorObservable.swift:36:29: warning: capture of non-sendable type 'T.Type' in an isolated closure
34 |     /// - Parameter callback: handle change color
35 |     /// - Returns: Observation for unregister.
36 |     public func subscribe(_ callback: @escaping (T) -> Void) -> ColorObservation {
   |                             `- warning: capture of non-sendable type 'T.Type' in an isolated closure
37 |         callback(value)
38 |         return ColorObservation(
[5/7] Compiling ColorSet ColorType.swift
[6/7] Compiling ColorSet ColorObservationBag.swift
[7/7] Compiling ColorSet ColorObservation.swift
Build complete! (6.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ColorSet",
  "name" : "ColorSet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ColorSet",
      "targets" : [
        "ColorSet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorSet",
      "module_type" : "SwiftTarget",
      "name" : "ColorSet",
      "path" : "Sources",
      "product_memberships" : [
        "ColorSet"
      ],
      "sources" : [
        "ColorObservable.swift",
        "ColorObservation.swift",
        "ColorObservationBag.swift",
        "ColorType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.