The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TODO, reference 1.1.0 (b8cd5b), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 04:41:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-TODO.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-TODO
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at b8cd5bf Merge pull request #5 from RougeWare/feature/TODO-with-contextual-type
Cloned https://github.com/RougeWare/Swift-TODO.git
Revision (git rev-parse @):
b8cd5bfb0d682f2ab525c9352ffd951d4d82edfd
SUCCESS checkout https://github.com/RougeWare/Swift-TODO.git at 1.1.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-todo",
      "name": "TODO",
      "url": "https://github.com/RougeWare/Swift-TODO.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-TODO",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RougeWare/Swift-TODO.git
[1/45] Fetching swift-todo
Fetched https://github.com/RougeWare/Swift-TODO.git from cache (0.56s)
Creating working copy for https://github.com/RougeWare/Swift-TODO.git
Working copy of https://github.com/RougeWare/Swift-TODO.git resolved at 1.1.0 (b8cd5bf)
warning: '.resolve-product-dependencies': dependency 'swift-todo' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/RougeWare/Swift-TODO.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version--6988338F2F200930.txt
[3/8] Compiling TODO TODO.swift
[4/8] Emitting module TODO
[4/8] Write Objects.LinkFileList
[6/8] Linking libTodoDynamic.dylib
[7/8] Linking libTODO_dynamic.dylib
Build complete! (1.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TODO",
  "name" : "TODO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TODO",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TODO_dynamic",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "TodoDynamic",
      "targets" : [
        "TODO"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TODOTests",
      "module_type" : "SwiftTarget",
      "name" : "TODOTests",
      "path" : "Tests/TODOTests",
      "sources" : [
        "TODOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TODO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TODO",
      "module_type" : "SwiftTarget",
      "name" : "TODO",
      "path" : "Sources/TODO",
      "product_memberships" : [
        "TODO",
        "TODO_dynamic",
        "TodoDynamic"
      ],
      "sources" : [
        "TODO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.