The Swift Package Index logo.Swift Package Index

Build Information

Successful build of tinyTCA, reference main (f02e87), with Swift 6.2 for macOS (SPM) on 14 Jan 2026 11:51:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tifroz/tinyTCA.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tifroz/tinyTCA
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f02e875 Create LICENSE
Cloned https://github.com/tifroz/tinyTCA.git
Revision (git rev-parse @):
f02e8759df1c2c2188b24c303371af2006e2f9d7
SUCCESS checkout https://github.com/tifroz/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/tifroz/tinyTCA.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tinyTCA",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tifroz/tinyTCA.git
[1/122] Fetching tinytca
Fetched https://github.com/tifroz/tinyTCA.git from cache (0.64s)
Creating working copy for https://github.com/tifroz/tinyTCA.git
Working copy of https://github.com/tifroz/tinyTCA.git resolved at main (f02e875)
warning: '.resolve-product-dependencies': dependency 'tinytca' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tifroz/tinyTCA.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling tinyTCA TestStore.swift
[4/12] Compiling tinyTCA Store.swift
[5/13] Compiling tinyTCA IdentifiedAction.swift
[6/13] Compiling tinyTCA IdentifiedArray.swift
[7/13] Compiling tinyTCA Reducer.swift
[8/13] Compiling tinyTCA Effect.swift
[9/13] Compiling tinyTCA Dependencies.swift
[10/13] Compiling tinyTCA CasePath.swift
[11/13] Emitting module tinyTCA
[12/13] Compiling tinyTCA CounterExample.swift
[13/13] Compiling tinyTCA tinyTCA.swift
Build complete! (5.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "tinyTCA",
  "name" : "tinyTCA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "tinyTCA",
      "targets" : [
        "tinyTCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tinyTCATests",
      "module_type" : "SwiftTarget",
      "name" : "tinyTCATests",
      "path" : "Tests/tinyTCATests",
      "sources" : [
        "tinyTCATests.swift"
      ],
      "target_dependencies" : [
        "tinyTCA"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tinyTCA",
      "module_type" : "SwiftTarget",
      "name" : "tinyTCA",
      "path" : "Sources/tinyTCA",
      "product_memberships" : [
        "tinyTCA"
      ],
      "sources" : [
        "CasePath.swift",
        "CounterExample.swift",
        "Dependencies.swift",
        "Effect.swift",
        "IdentifiedAction.swift",
        "IdentifiedArray.swift",
        "Reducer.swift",
        "Store.swift",
        "TestStore.swift",
        "tinyTCA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.