The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HeliosKit, reference 0.5.1 (65f7cb), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:36:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rkreutz/HeliosKit.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rkreutz/HeliosKit
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at 65f7cbf Updating package
Cloned https://github.com/rkreutz/HeliosKit.git
Revision (git rev-parse @):
65f7cbfef6f931d43bea01393229e6bf484d0142
SUCCESS checkout https://github.com/rkreutz/HeliosKit.git at 0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rkreutz/HeliosKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying libhelios.a
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling HeliosKit HeliosError.swift
[5/18] Compiling HeliosKit Helios.swift
[6/18] Compiling HeliosKit String+Extensions.swift
[7/18] Compiling HeliosKit Network.swift
[8/19] Compiling HeliosKit EVMLog.swift
[9/19] Compiling HeliosKit EVMSyncStatus.swift
[10/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);
[11/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);
[12/19] Compiling HeliosKit EVMCallOptions.swift
[13/19] Compiling HeliosKit EVMExecutionBlock.swift
[14/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);
[15/19] Compiling HeliosKit EVMTransaction.swift
[16/19] Compiling HeliosKit EVMTransactionReceipt.swift
[17/19] Compiling HeliosKit Data+Extensions.swift
[18/19] Compiling HeliosKit EVMBlock.swift
[19/19] Compiling HeliosKit ValueExtractable.swift
Build complete! (7.11s)
Downloading binary artifact https://github.com/rkreutz/HeliosKit/releases/download/0.5.1/helios.xcframework.zip
[32750/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 (2.76s)
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.