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 tinyTCA, reference main (1cb770), with Swift 6.1 for macOS (SPM) on 22 Jul 2025 06:29:10 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/roberthein/tinyTCA.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/roberthein/tinyTCA
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1cb7706 Merge pull request #2 from erkekin/patch-2
Cloned https://github.com/roberthein/tinyTCA.git
Revision (git rev-parse @):
1cb7706e92e62594b4d9c8a103514b80fae39bb9
SUCCESS checkout https://github.com/roberthein/tinyTCA.git at main
========================================
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": "tinytca",
      "name": "tinyTCA",
      "url": "https://github.com/roberthein/tinyTCA.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tinyTCA",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/roberthein/tinyTCA.git
[4/49] Fetching tinytca
Fetched https://github.com/roberthein/tinyTCA.git from cache (0.63s)
Creating working copy for https://github.com/roberthein/tinyTCA.git
Working copy of https://github.com/roberthein/tinyTCA.git resolved at main (1cb7706)
warning: '.resolve-product-dependencies': dependency 'tinytca' 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/roberthein/tinyTCA.git
https://github.com/roberthein/tinyTCA.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "tinyTCA",
  "name" : "tinyTCA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "tinyTCA",
      "targets" : [
        "tinyTCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tinyTCA",
      "module_type" : "SwiftTarget",
      "name" : "tinyTCA",
      "path" : "Sources/tinyTCA",
      "product_memberships" : [
        "tinyTCA"
      ],
      "sources" : [
        "tinyTCA.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/4] Compiling tinyTCA tinyTCA.swift
[4/4] Emitting module tinyTCA
Build complete! (8.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "tinyTCA",
  "name" : "tinyTCA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "tinyTCA",
      "targets" : [
        "tinyTCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tinyTCA",
      "module_type" : "SwiftTarget",
      "name" : "tinyTCA",
      "path" : "Sources/tinyTCA",
      "product_memberships" : [
        "tinyTCA"
      ],
      "sources" : [
        "tinyTCA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.