The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProtoKit, reference 8.0.0 (21ef89), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 02:09:37 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/moximillian/protokit.git
Reference: 8.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moximillian/protokit
 * tag               8.0.0      -> FETCH_HEAD
HEAD is now at 21ef89f Xcode 14.2: Explicit any annotations
Cloned https://github.com/moximillian/protokit.git
Revision (git rev-parse @):
21ef89f7f0fc6400ed73ce2586d8fe5b16cffe42
SUCCESS checkout https://github.com/moximillian/protokit.git at 8.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/moximillian/protokit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module Then
[5/5] Compiling Then Then.swift
[6/22] Emitting module ProtoKit
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
    | |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
108 |   public var customMirror: Mirror {
109 |     var red: CGFloat = 0
[7/23] Compiling ProtoKit Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
    | |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
108 |   public var customMirror: Mirror {
109 |     var red: CGFloat = 0
[8/23] Compiling ProtoKit Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ProtoKit/Extensions.swift:107:1: warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
105 |
106 | // UIColor extension for human readable object values
107 | extension UnifiedColor: CustomReflectable {
    | |- warning: extension declares a conformance of imported type 'NSColor' to imported protocol 'CustomReflectable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
108 |   public var customMirror: Mirror {
109 |     var red: CGFloat = 0
[9/23] Compiling ProtoKit NotificationService.swift
[10/23] Compiling ProtoKit SegueHandlerType.swift
[11/23] Compiling ProtoKit SelfPresentable.swift
[12/23] Compiling ProtoKit Arrow.swift
[13/23] Compiling ProtoKit Instantiable.swift
[14/23] Compiling ProtoKit KVO.swift
[15/23] Compiling ProtoKit Configurable.swift
[16/23] Compiling ProtoKit CoreDataStack.swift
[17/23] Compiling ProtoKit SwiftUIExtensions.swift
[18/23] Compiling ProtoKit CircleShape.swift
[19/23] Compiling ProtoKit Line.swift
[20/23] Compiling ProtoKit ProgressText.swift
[21/23] Compiling ProtoKit AssociatedObjectStore.swift
[22/23] Compiling ProtoKit Closurable.swift
[23/23] Compiling ProtoKit UnifiedCollection.swift
Build complete! (14.58s)
Fetching https://github.com/devxoul/Then
[17/815] Fetching then
Fetched https://github.com/devxoul/Then from cache (0.69s)
Computing version for https://github.com/devxoul/Then
Computed https://github.com/devxoul/Then at 3.0.0 (3.78s)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at 3.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "then",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devxoul/Then"
    }
  ],
  "manifest_display_name" : "ProtoKit",
  "name" : "ProtoKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ProtoKit",
      "targets" : [
        "ProtoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProtoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ProtoKitTests",
      "path" : ".",
      "sources" : [
        "Tests/ClosurableTests.swift",
        "Tests/KVOTests.swift",
        "Tests/NotificationServiceTests.swift",
        "Tests/SelfPresentableTests.swift",
        "Tests/UnifiedCollectionTests.swift"
      ],
      "target_dependencies" : [
        "ProtoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProtoKit",
      "module_type" : "SwiftTarget",
      "name" : "ProtoKit",
      "path" : ".",
      "product_dependencies" : [
        "Then"
      ],
      "product_memberships" : [
        "ProtoKit"
      ],
      "sources" : [
        "Sources/ProtoKit/AssociatedObjectStore.swift",
        "Sources/ProtoKit/Closurable.swift",
        "Sources/ProtoKit/Configurable.swift",
        "Sources/ProtoKit/CoreDataStack.swift",
        "Sources/ProtoKit/Error.swift",
        "Sources/ProtoKit/Extensions.swift",
        "Sources/ProtoKit/Instantiable.swift",
        "Sources/ProtoKit/KVO.swift",
        "Sources/ProtoKit/NotificationService.swift",
        "Sources/ProtoKit/SegueHandlerType.swift",
        "Sources/ProtoKit/SelfPresentable.swift",
        "Sources/ProtoKit/SwiftUI/Arrow.swift",
        "Sources/ProtoKit/SwiftUI/CircleShape.swift",
        "Sources/ProtoKit/SwiftUI/Line.swift",
        "Sources/ProtoKit/SwiftUI/ProgressText.swift",
        "Sources/ProtoKit/SwiftUI/SwiftUIExtensions.swift",
        "Sources/ProtoKit/UnifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.