The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Iatheto, reference 3.1.1 (2a00fb), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 15:01:13 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/Prosumma/Iatheto.git
Reference: 3.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Prosumma/Iatheto
 * tag               3.1.1      -> FETCH_HEAD
HEAD is now at 2a00fb9 Sendable
Cloned https://github.com/Prosumma/Iatheto.git
Revision (git rev-parse @):
2a00fb94c344910218ff59ef533beab522aef27f
SUCCESS checkout https://github.com/Prosumma/Iatheto.git at 3.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Prosumma/Iatheto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Emitting module Iatheto
[4/5] Compiling Iatheto JSON.swift
[5/5] Compiling Iatheto Decimal.swift
Build complete! (4.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Iatheto",
  "name" : "Iatheto",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Iatheto",
      "targets" : [
        "Iatheto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IathetoTests",
      "module_type" : "SwiftTarget",
      "name" : "IathetoTests",
      "path" : "Tests/IathetoTests",
      "sources" : [
        "IathetoTests.swift"
      ],
      "target_dependencies" : [
        "Iatheto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Iatheto",
      "module_type" : "SwiftTarget",
      "name" : "Iatheto",
      "path" : "Sources/Iatheto",
      "product_memberships" : [
        "Iatheto"
      ],
      "sources" : [
        "Decimal.swift",
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.