The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Arweave, reference 1.1.2 (b82625), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 05:21:07 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/lukereichold/arweave-swift.git
Reference: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukereichold/arweave-swift
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at b826258 Make 'baseUrl' property public on 'Arweave' struct
Cloned https://github.com/lukereichold/arweave-swift.git
Revision (git rev-parse @):
b8262583de077b0c086eedec4d98a3940c9f60a0
SUCCESS checkout https://github.com/lukereichold/arweave-swift.git at 1.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lukereichold/arweave-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/56] Emitting module JOSESwift
[5/56] Compiling JOSESwift RSAKeyCodable.swift
[6/56] Compiling JOSESwift RSAKeyEncryptionMode.swift
[7/56] Compiling JOSESwift RSAKeys.swift
[8/56] Compiling JOSESwift RSASigner.swift
[9/56] Compiling JOSESwift RSAVerifier.swift
[10/61] Compiling JOSESwift AESCBCEncryption.swift
[11/61] Compiling JOSESwift AESKeyWrappingMode.swift
[12/61] Compiling JOSESwift ASN1DEREncoding.swift
[13/61] Compiling JOSESwift ASN1DERParsing.swift
[14/61] Compiling JOSESwift AlgorithmExtensions.swift
[15/61] Compiling JOSESwift Algorithms.swift
[16/61] Compiling JOSESwift DataConvertible.swift
[17/61] Compiling JOSESwift DataExtensions.swift
[18/61] Compiling JOSESwift Decrypter.swift
[19/61] Compiling JOSESwift Deserializer.swift
[20/61] Compiling JOSESwift DirectEncryptionMode.swift
[21/61] Compiling JOSESwift ECKeyCodable.swift
[22/61] Compiling JOSESwift ECKeys.swift
[23/61] Compiling JOSESwift ECSigner.swift
[24/61] Compiling JOSESwift ECVerifier.swift
[25/61] Compiling JOSESwift Encrypter.swift
[26/61] Compiling JOSESwift JOSEHeader.swift
[27/61] Compiling JOSESwift JOSESwiftError.swift
[28/61] Compiling JOSESwift DeflateWrapper.swift
[29/61] Compiling JOSESwift Compressor.swift
[30/61] Compiling JOSESwift ContentEncryption.swift
[31/61] Compiling JOSESwift AES.swift
[32/61] Compiling JOSESwift DataECPrivateKey.swift
[33/61] Compiling JOSESwift DataECPublicKey.swift
[34/61] Compiling JOSESwift JWKSetCodable.swift
[35/61] Compiling JOSESwift JWS.swift
[36/61] Compiling JOSESwift JWSHeader.swift
[37/61] Compiling JOSESwift KeyManagementMode.swift
[38/61] Compiling JOSESwift Payload.swift
[39/61] Compiling JOSESwift JWE.swift
[40/61] Compiling JOSESwift JWEHeader.swift
[41/61] Compiling JOSESwift JWK.swift
[42/61] Compiling JOSESwift JWKExtensions.swift
[43/61] Compiling JOSESwift JWKParameters.swift
[44/61] Compiling JOSESwift JWKSet.swift
[45/61] Compiling JOSESwift SecKeyECPrivateKey.swift
[46/61] Compiling JOSESwift SecKeyECPublicKey.swift
[47/61] Compiling JOSESwift SecKeyRSAPrivateKey.swift
[48/61] Compiling JOSESwift SecKeyRSAPublicKey.swift
[49/61] Compiling JOSESwift SecureRandom.swift
[50/61] Compiling JOSESwift Thumbprint.swift
[51/61] Compiling JOSESwift DataRSAPrivateKey.swift
[52/61] Compiling JOSESwift DataRSAPublicKey.swift
[53/61] Compiling JOSESwift DataSymmetricKey.swift
[54/61] Compiling JOSESwift EC.swift
[55/61] Compiling JOSESwift HMAC.swift
[56/61] Compiling JOSESwift RSA.swift
[57/61] Compiling JOSESwift Serializer.swift
[58/61] Compiling JOSESwift Signer.swift
[59/61] Compiling JOSESwift SymmetricKeyCodable.swift
[60/61] Compiling JOSESwift SymmetricKeys.swift
[61/61] Compiling JOSESwift Verifier.swift
[62/70] Compiling Arweave HttpClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/API/HttpClient.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension String: Error { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |
 5 | struct HttpResponse {
[63/70] Compiling Arweave Status.swift
[64/70] Compiling Arweave KeyUtilities.swift
[65/70] Compiling Arweave Amount.swift
[66/70] Compiling Arweave Helpers.swift
[67/70] Emitting module Arweave
/Users/admin/builder/spi-builder-workspace/Sources/API/HttpClient.swift:3:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | import Foundation
 2 |
 3 | extension String: Error { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |
 5 | struct HttpResponse {
[68/70] Compiling Arweave Arweave.swift
[69/70] Compiling Arweave Transaction.swift
[70/70] Compiling Arweave Wallet.swift
Build complete! (9.42s)
Fetching https://github.com/lukereichold/JOSESwift.git
[1/2266] Fetching joseswift
Fetched https://github.com/lukereichold/JOSESwift.git from cache (0.97s)
Computing version for https://github.com/lukereichold/JOSESwift.git
Computed https://github.com/lukereichold/JOSESwift.git at 2.2.4 (1.50s)
Creating working copy for https://github.com/lukereichold/JOSESwift.git
Working copy of https://github.com/lukereichold/JOSESwift.git resolved at 2.2.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "joseswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukereichold/JOSESwift.git"
    }
  ],
  "manifest_display_name" : "Arweave",
  "name" : "Arweave",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Arweave",
      "targets" : [
        "Arweave"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArweaveTests",
      "module_type" : "SwiftTarget",
      "name" : "ArweaveTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/test-key.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "TransactionTests.swift",
        "WalletTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Arweave"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Arweave",
      "module_type" : "SwiftTarget",
      "name" : "Arweave",
      "path" : "Sources",
      "product_dependencies" : [
        "JOSESwift"
      ],
      "product_memberships" : [
        "Arweave"
      ],
      "sources" : [
        "API/Arweave.swift",
        "API/HttpClient.swift",
        "Amount.swift",
        "Helpers.swift",
        "KeyUtilities.swift",
        "Status.swift",
        "Transaction.swift",
        "Wallet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.