Build Information
Successful build of AttributeKit, reference 0.3.0 (f8d01c), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 07:37:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gor-gyolchanyan-legacy/attribute-kit
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at f8d01cc Fix a typo in the documentation.
Cloned https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Revision (git rev-parse @):
f8d01ccc186bddb6ffe7c9160362c1570beb9e7d
SUCCESS checkout https://github.com/gor-gyolchanyan-legacy/attribute-kit.git at 0.3.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": "attribute-kit",
"name": "AttributeKit",
"url": "https://github.com/gor-gyolchanyan-legacy/attribute-kit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/attribute-kit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
[1/332] Fetching attribute-kit
Fetched https://github.com/gor-gyolchanyan-legacy/attribute-kit.git from cache (0.65s)
Creating working copy for https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Working copy of https://github.com/gor-gyolchanyan-legacy/attribute-kit.git resolved at 0.3.0 (f8d01cc)
warning: '.resolve-product-dependencies': dependency 'attribute-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling AttributeKit HasAttributeStorage.swift
[4/17] Compiling AttributeKit AttributeAccessor.swift
[5/17] Compiling AttributeKit AttributeAccessor.Key+Equatable.swift
[6/17] Compiling AttributeKit HasAttributeStorageObject.swift
[7/17] Compiling AttributeKit AttributeAccessor.Value.swift
[8/17] Compiling AttributeKit AttributeInspector.swift
[9/17] Compiling AttributeKit AttributeAccessor-AttributeInspector.swift
[10/17] Compiling AttributeKit AttributeAccessor-AttributeSpecifier.swift
[11/17] Compiling AttributeKit AttributeAccessor.Key+Hashable.swift
[12/17] Compiling AttributeKit AttributeAccessor.Key.swift
[13/17] Compiling AttributeKit ObjectiveC~AnyObject-HasAttributeStorageObject.swift
[14/17] Emitting module AttributeKit
[15/17] Compiling AttributeKit AttributeStorageObject.swift
[16/17] Compiling AttributeKit AttributeSpecifier.swift
[17/17] Compiling AttributeKit AttributeStorage.swift
[18/18] Compiling AttributeKit ObjectiveC~Foundation.NSObject+HasAttributeStorageObject.swift
Build complete! (3.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AttributeKit",
"name" : "AttributeKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AttributeKit",
"targets" : [
"AttributeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestForAttributeKit",
"module_type" : "SwiftTarget",
"name" : "TestForAttributeKit",
"path" : "Tests/TestForAttributeKit",
"sources" : [
"#Inftastructure/AttributeHavingName/Inspector/AttributeAccessor-AttributeInspectorForHavingName.swift",
"#Inftastructure/AttributeHavingName/Inspector/AttributeInspectorForHavingName+AttributeInspector.swift",
"#Inftastructure/AttributeHavingName/Inspector/AttributeInspectorForHavingName.swift",
"#Inftastructure/AttributeHavingName/Specifier/AttributeSpecifierHavingName.swift",
"#Inftastructure/DisplayName/AttributeAccessor-DisplayName.swift",
"#Inftastructure/DisplayName/AttributeAccessor-EffectiveDisplayName.swift",
"#Inftastructure/DisplayName/AttributeSpecifier/DisplayNameAttributeSpecifier+AttributeSpecifier.swift",
"#Inftastructure/DisplayName/AttributeSpecifier/DisplayNameAttributeSpecifier+AttributeSpecifierrHavingName.swift",
"#Inftastructure/DisplayName/AttributeSpecifier/DisplayNameAttributeSpecifier.swift",
"#Inftastructure/User/UserAsClass.swift",
"#Inftastructure/User/UserAsStruct.swift",
"MainTestCase.swift"
],
"target_dependencies" : [
"AttributeKit"
],
"type" : "test"
},
{
"c99name" : "AttributeKit",
"module_type" : "SwiftTarget",
"name" : "AttributeKit",
"path" : "Sources/AttributeKit",
"product_memberships" : [
"AttributeKit"
],
"sources" : [
"Attribute/Accessor/AttributeAccessor-AttributeInspector.swift",
"Attribute/Accessor/AttributeAccessor-AttributeSpecifier.swift",
"Attribute/Accessor/AttributeAccessor.swift",
"Attribute/Accessor/Key/AttributeAccessor.Key+Equatable.swift",
"Attribute/Accessor/Key/AttributeAccessor.Key+Hashable.swift",
"Attribute/Accessor/Key/AttributeAccessor.Key.swift",
"Attribute/Accessor/Value/AttributeAccessor.Value.swift",
"Attribute/Inspector/AttributeInspector.swift",
"Attribute/Specifier/AttributeSpecifier.swift",
"Attribute/Storage/AttributeStorage.swift",
"Attribute/Storage/Has/HasAttributeStorage.swift",
"Attribute/Storage/Object/AttributeStorageObject.swift",
"Attribute/Storage/Object/Has/HasAttributeStorageObject.swift",
"Attribute/Storage/Object/Has/ObjectiveC~AnyObject-HasAttributeStorageObject.swift",
"Attribute/Storage/Object/Has/ObjectiveC~Foundation.NSObject+HasAttributeStorageObject.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.