Build Information
Successful build of CohesionKit, reference 0.17.0 (7e9630
), with Swift 5.9 for macOS (SPM) on 14 Mar 2025 09:27:35 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: 0.17.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/CohesionKit
* tag 0.17.0 -> FETCH_HEAD
HEAD is now at 7e96304 tech(Observable) Remove observable object (#74)
Cloned https://github.com/pjechris/CohesionKit.git
Revision (git rev-parse @):
7e963048dc8be9b2848df748af27843caaffef05
SUCCESS checkout https://github.com/pjechris/CohesionKit.git at 0.17.0
========================================
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/20] Compiling CohesionKit EntityContext.swift
[2/20] Compiling CohesionKit EntityStoreVisitor.swift
[3/22] Compiling CohesionKit EntitiesStorage.swift
[4/22] Compiling CohesionKit EntityNode.swift
[5/22] Compiling CohesionKit Logger.swift
[6/22] Compiling CohesionKit EntityObserver.swift
[7/22] Compiling CohesionKit EntityStore.swift
[8/22] Compiling CohesionKit PartialIdentifiableKeyPath.swift
[9/22] Compiling CohesionKit Date+Stamp.swift
[10/22] Compiling CohesionKit StampError.swift
[11/22] Compiling CohesionKit AliasContainer.swift
[12/22] Compiling CohesionKit AliasStorage.swift
[13/22] 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")
^
[14/22] 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/22] 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/22] Compiling CohesionKit ObserverRegistry.swift
[17/22] Compiling CohesionKit Subscription.swift
[18/22] Compiling CohesionKit AliasKey.swift
[19/22] Compiling CohesionKit EntityObserver+Publisher.swift
[20/22] Compiling CohesionKit Publisher+CohesionKit.swift
[21/22] Compiling CohesionKit NestedEntitiesVisitor.swift
[22/22] Compiling CohesionKit Weak.swift
Build complete! (7.94s)
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",
"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.