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 TODO, reference 1.1.0 (b8cd5b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:06:28 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-TODO.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling TODO TODO.swift
[4/8] Emitting module TODO
[4/8] Write Objects.LinkFileList
[6/8] Linking libTODO_dynamic.dylib
[7/8] Linking libTodoDynamic.dylib
Build complete! (0.91s)
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.