Build Information
Successful build of HeliosKit, reference main (a291a2), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:34:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/18] Compiling HeliosKit HeliosError.swift
[5/19] Compiling HeliosKit EVMTransaction.swift
[6/19] Compiling HeliosKit EVMTransactionReceipt.swift
[7/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);
[8/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);
[9/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);
[10/19] Compiling HeliosKit EVMLog.swift
[11/19] Compiling HeliosKit EVMSyncStatus.swift
[12/19] Compiling HeliosKit Network.swift
[13/19] Compiling HeliosKit EVMCallOptions.swift
[14/19] Compiling HeliosKit EVMExecutionBlock.swift
[15/19] Compiling HeliosKit Data+Extensions.swift
[16/19] Compiling HeliosKit EVMBlock.swift
[17/19] Compiling HeliosKit String+Extensions.swift
[18/19] Compiling HeliosKit Helios.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
[8259/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.80s)
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.