The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AttributeKit, reference main (f8d01c), with Swift 6.3 for Wasm on 16 Apr 2026 07:24:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/gor-gyolchanyan-legacy/attribute-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/gor-gyolchanyan-legacy/attribute-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling AttributeKit AttributeAccessor.Value.swift
[4/17] Compiling AttributeKit AttributeInspector.swift
[5/18] Compiling AttributeKit ObjectiveC~Foundation.NSObject+HasAttributeStorageObject.swift
[6/18] Compiling AttributeKit HasAttributeStorageObject.swift
[7/18] Compiling AttributeKit ObjectiveC~AnyObject-HasAttributeStorageObject.swift
[8/18] Compiling AttributeKit AttributeSpecifier.swift
[9/18] Compiling AttributeKit AttributeStorage.swift
[10/18] Compiling AttributeKit HasAttributeStorage.swift
[11/18] Compiling AttributeKit AttributeStorageObject.swift
[12/18] Compiling AttributeKit AttributeAccessor.Key+Hashable.swift
[13/18] Compiling AttributeKit AttributeAccessor.Key.swift
[14/18] Compiling AttributeKit AttributeAccessor.swift
[15/18] Compiling AttributeKit AttributeAccessor.Key+Equatable.swift
[16/18] Emitting module AttributeKit
[17/18] Compiling AttributeKit AttributeAccessor-AttributeInspector.swift
[18/18] Compiling AttributeKit AttributeAccessor-AttributeSpecifier.swift
Build complete! (9.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AttributeKit",
  "name" : "AttributeKit",
  "path" : "/host/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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.