The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProtoKit, reference master (21ef89), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:01:50 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/moximillian/protokit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moximillian/protokit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/devxoul/Then
[1/855] Fetching then
Fetched https://github.com/devxoul/Then from cache (0.75s)
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
========================================
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": "protokit",
      "name": "ProtoKit",
      "url": "https://github.com/moximillian/protokit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/protokit",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "then",
          "name": "Then",
          "url": "https://github.com/devxoul/Then",
          "version": "3.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Then",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/moximillian/protokit.git
[1/788] Fetching protokit
Fetched https://github.com/moximillian/protokit.git from cache (0.75s)
Fetching https://github.com/devxoul/Then from cache
Fetched https://github.com/devxoul/Then from cache (0.45s)
Computing version for https://github.com/devxoul/Then
Computed https://github.com/devxoul/Then at 3.0.0 (0.50s)
Creating working copy for https://github.com/devxoul/Then
Working copy of https://github.com/devxoul/Then resolved at 3.0.0
Creating working copy for https://github.com/moximillian/protokit.git
Working copy of https://github.com/moximillian/protokit.git resolved at master (21ef89f)
warning: '.resolve-product-dependencies': dependency 'protokit' is not used by any target
Found 1 product dependencies
  - Then
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/moximillian/protokit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling Then Then.swift
[5/5] Emitting module Then
[6/22] Compiling ProtoKit SwiftUIExtensions.swift
[7/22] Compiling ProtoKit CircleShape.swift
[8/22] Compiling ProtoKit Line.swift
[9/22] Compiling ProtoKit SelfPresentable.swift
[10/22] Compiling ProtoKit Arrow.swift
[11/22] Compiling ProtoKit NotificationService.swift
[12/22] Compiling ProtoKit SegueHandlerType.swift
[13/22] Compiling ProtoKit Instantiable.swift
[14/22] Compiling ProtoKit KVO.swift
[15/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
[16/22] 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
[17/22] 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
[18/22] Compiling ProtoKit AssociatedObjectStore.swift
[19/22] Compiling ProtoKit Closurable.swift
[20/22] Compiling ProtoKit Configurable.swift
[21/22] Compiling ProtoKit CoreDataStack.swift
[22/22] Compiling ProtoKit ProgressText.swift
[23/23] Compiling ProtoKit UnifiedCollection.swift
Build complete! (11.69s)
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.