The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HeliosKit, reference main (a291a2), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:16:46 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/rkreutz/HeliosKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rkreutz/HeliosKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a291a2e Fixing quick help doc
Cloned https://github.com/rkreutz/HeliosKit.git
Revision (git rev-parse @):
a291a2ecd50110095b5073a83e48b8bdf4844712
SUCCESS checkout https://github.com/rkreutz/HeliosKit.git at main
Downloading binary artifact https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip
[13771/53899637] Downloading https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip
Downloaded https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip (7.78s)
========================================
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": "helioskit",
      "name": "HeliosKit",
      "url": "https://github.com/rkreutz/HeliosKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HeliosKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rkreutz/HeliosKit.git
[1/260] Fetching helioskit
Fetched https://github.com/rkreutz/HeliosKit.git from cache (0.72s)
Creating working copy for https://github.com/rkreutz/HeliosKit.git
Working copy of https://github.com/rkreutz/HeliosKit.git resolved at main (a291a2e)
Fetching binary artifact https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip from cache
Fetched https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip from cache (1.93s)
warning: '.resolve-product-dependencies': dependency 'helioskit' 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/rkreutz/HeliosKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying libhelios.a
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/18] Compiling HeliosKit String+Extensions.swift
[5/18] Compiling HeliosKit Network.swift
[6/18] Compiling HeliosKit HeliosError.swift
[7/19] Compiling HeliosKit EVMTransaction.swift
[8/19] Compiling HeliosKit EVMTransactionReceipt.swift
[9/19] Compiling HeliosKit EVMLog.swift
[10/19] Compiling HeliosKit EVMSyncStatus.swift
[11/19] Compiling HeliosKit EVMCallOptions.swift
[12/19] Compiling HeliosKit EVMExecutionBlock.swift
[13/19] Compiling HeliosKit Data+Extensions.swift
[14/19] Compiling HeliosKit EVMBlock.swift
[15/19] Compiling HeliosKit SwiftBridgeCore.swift
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:24:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  22 |     }
  23 | }
  24 | extension RustStr: Identifiable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  25 |     public var id: String {
  26 |         self.toString()
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:29:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  27 |     }
  28 | }
  29 | extension RustStr: Equatable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  30 |     public static func == (lhs: RustStr, rhs: RustStr) -> Bool {
  31 |         return __swift_bridge__$RustStr$partial_eq(lhs, rhs);
[16/19] Compiling HeliosKit helios.swift
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:24:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  22 |     }
  23 | }
  24 | extension RustStr: Identifiable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  25 |     public var id: String {
  26 |         self.toString()
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:29:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  27 |     }
  28 | }
  29 | extension RustStr: Equatable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  30 |     public static func == (lhs: RustStr, rhs: RustStr) -> Bool {
  31 |         return __swift_bridge__$RustStr$partial_eq(lhs, rhs);
[17/19] Emitting module HeliosKit
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:24:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  22 |     }
  23 | }
  24 | extension RustStr: Identifiable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  25 |     public var id: String {
  26 |         self.toString()
/Users/admin/builder/spi-builder-workspace/Sources/HeliosKit/Bridge/SwiftBridgeCore.swift:29:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
  27 |     }
  28 | }
  29 | extension RustStr: Equatable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'helios' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  30 |     public static func == (lhs: RustStr, rhs: RustStr) -> Bool {
  31 |         return __swift_bridge__$RustStr$partial_eq(lhs, rhs);
[18/19] Compiling HeliosKit Helios.swift
[19/19] Compiling HeliosKit ValueExtractable.swift
Build complete! (6.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HeliosKit",
  "name" : "HeliosKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HeliosKit",
      "targets" : [
        "HeliosKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "helios",
      "module_type" : "BinaryTarget",
      "name" : "helios",
      "path" : "remote/archive/helios.xcframework.zip",
      "product_memberships" : [
        "HeliosKit"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "HeliosKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HeliosKitTests",
      "path" : "Tests/HeliosKitTests",
      "sources" : [
        "DataExtensionsTests.swift",
        "HeliosTests.swift"
      ],
      "target_dependencies" : [
        "HeliosKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HeliosKit",
      "module_type" : "SwiftTarget",
      "name" : "HeliosKit",
      "path" : "Sources/HeliosKit",
      "product_memberships" : [
        "HeliosKit"
      ],
      "sources" : [
        "Bridge/SwiftBridgeCore.swift",
        "Bridge/helios.swift",
        "Data+Extensions.swift",
        "EVMBlock.swift",
        "EVMCallOptions.swift",
        "EVMExecutionBlock.swift",
        "EVMLog.swift",
        "EVMSyncStatus.swift",
        "EVMTransaction.swift",
        "EVMTransactionReceipt.swift",
        "Helios.swift",
        "HeliosError.swift",
        "Network.swift",
        "String+Extensions.swift",
        "ValueExtractable.swift"
      ],
      "target_dependencies" : [
        "helios"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.