The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Iatheto, reference master (2a00fb), with Swift 6.1 for macOS (SPM) on 12 Jun 2025 07:46:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Iatheto.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Prosumma/Iatheto
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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",
  "dependencies": [
    {
      "identity": "iatheto",
      "name": "Iatheto",
      "url": "https://github.com/Prosumma/Iatheto.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Iatheto",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Prosumma/Iatheto.git
[7/645] Fetching iatheto
Fetched https://github.com/Prosumma/Iatheto.git from cache (0.79s)
Creating working copy for https://github.com/Prosumma/Iatheto.git
Working copy of https://github.com/Prosumma/Iatheto.git resolved at master (2a00fb9)
warning: '.resolve-product-dependencies': dependency 'iatheto' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Prosumma/Iatheto.git
https://github.com/Prosumma/Iatheto.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling Iatheto JSON.swift
[4/5] Emitting module Iatheto
[5/5] Compiling Iatheto Decimal.swift
Build complete! (4.40s)
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.