The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CohesionKit, reference main (b6c40a), with Swift 5.9 for macOS (SPM) on 15 Mar 2025 05:48:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/CohesionKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/CohesionKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b6c40a8 tech(registry): Use Identifier object (#75)
Cloned https://github.com/pjechris/CohesionKit.git
Revision (git rev-parse @):
b6c40a80bd30f5fdc5b75d624ec4e3aba7730a65
SUCCESS checkout https://github.com/pjechris/CohesionKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/pjechris/CohesionKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Emitting module CohesionKit
/Users/admin/builder/spi-builder-workspace/Sources/CohesionKit/Entity/EntityWrapper.swift:1:2: warning: unknown platform 'unavailable' for attribute 'available'
@available(unavailable, renamed: "EntityWrapper")
 ^
[2/23] Compiling CohesionKit AliasContainer.swift
[3/23] Compiling CohesionKit AliasStorage.swift
[4/23] Compiling CohesionKit NestedEntitiesVisitor.swift
[5/23] Compiling CohesionKit Weak.swift
[6/23] Compiling CohesionKit Date+Stamp.swift
[7/23] Compiling CohesionKit StampError.swift
[8/23] Compiling CohesionKit Identifier.swift
[9/23] Compiling CohesionKit PartialIdentifiableKeyPath.swift
[10/23] Compiling CohesionKit EntityContext.swift
[11/23] Compiling CohesionKit EntityStoreVisitor.swift
[12/23] Compiling CohesionKit EntitiesStorage.swift
[13/23] Compiling CohesionKit EntityNode.swift
[14/23] Compiling CohesionKit Aggregate.swift
/Users/admin/builder/spi-builder-workspace/Sources/CohesionKit/Entity/EntityWrapper.swift:1:2: warning: unknown platform 'unavailable' for attribute 'available'
@available(unavailable, renamed: "EntityWrapper")
 ^
[15/23] Compiling CohesionKit EntityWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/CohesionKit/Entity/EntityWrapper.swift:1:2: warning: unknown platform 'unavailable' for attribute 'available'
@available(unavailable, renamed: "EntityWrapper")
 ^
[16/23] Compiling CohesionKit EntityStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/CohesionKit/Entity/EntityWrapper.swift:1:2: warning: unknown platform 'unavailable' for attribute 'available'
@available(unavailable, renamed: "EntityWrapper")
 ^
[17/23] Compiling CohesionKit ObserverRegistry.swift
[18/23] Compiling CohesionKit Subscription.swift
[19/23] Compiling CohesionKit Logger.swift
[20/23] Compiling CohesionKit EntityObserver.swift
[21/23] Compiling CohesionKit AliasKey.swift
[22/23] Compiling CohesionKit EntityObserver+Publisher.swift
[23/23] Compiling CohesionKit Publisher+CohesionKit.swift
Build complete! (6.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CohesionKit",
  "name" : "CohesionKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "CohesionKit",
      "targets" : [
        "CohesionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CohesionKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CohesionKitTests",
      "path" : "Tests/CohesionKitTests",
      "sources" : [
        "Combine/EntityObserverTests+Publisher.swift",
        "EntityStoreTests.swift",
        "KeyPath/PartialIdentifiableKeyPathTests.swift",
        "LoggerMock.swift",
        "Observer/ObserverRegistryTests.swift",
        "Observer/Stub/ObserverRegistryStub.swift",
        "RootFixture.swift",
        "Storage/AliasContainerTests.swift",
        "Storage/AliasStorageTests.swift",
        "Storage/EntitiesStorageTests.swift",
        "Storage/EntityNodeTests.swift",
        "Visitor/EntityStoreVisitorTests.swift"
      ],
      "target_dependencies" : [
        "CohesionKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CohesionKit",
      "module_type" : "SwiftTarget",
      "name" : "CohesionKit",
      "path" : "Sources/CohesionKit",
      "product_memberships" : [
        "CohesionKit"
      ],
      "sources" : [
        "AliasKey.swift",
        "Combine/EntityObserver+Publisher.swift",
        "Combine/Publisher+CohesionKit.swift",
        "Entity/Aggregate.swift",
        "Entity/EntityWrapper.swift",
        "EntityStore.swift",
        "Identifier.swift",
        "KeyPath/PartialIdentifiableKeyPath.swift",
        "Logger.swift",
        "Observer/EntityObserver.swift",
        "Observer/ObserverRegistry.swift",
        "Observer/Subscription.swift",
        "Stamp/Date+Stamp.swift",
        "Stamp/StampError.swift",
        "Storage/AliasContainer.swift",
        "Storage/AliasStorage.swift",
        "Storage/EntitiesStorage.swift",
        "Storage/EntityNode.swift",
        "Visitor/EntityContext.swift",
        "Visitor/EntityStoreVisitor.swift",
        "Visitor/NestedEntitiesVisitor.swift",
        "Weak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.