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 Baby, reference 0.32.0 (45a30b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:23:24 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/nixzhu/baby.git
Reference: 0.32.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/baby
 * tag               0.32.0     -> FETCH_HEAD
HEAD is now at 45a30b6 0.32.0
Cloned https://github.com/nixzhu/baby.git
Revision (git rev-parse @):
45a30b67fbca78735cd46e254a1045ba03bb2995
SUCCESS checkout https://github.com/nixzhu/baby.git at 0.32.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nixzhu/baby.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write baby-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling BabyBrain Meta.swift
[6/14] Compiling BabyBrain Value+Code.swift
[7/14] Compiling BabyBrain Indentation.swift
[8/14] Emitting module BabyBrain
[9/14] Compiling BabyBrain Parser.swift
[10/14] Compiling BabyBrain Code.swift
[11/14] Compiling BabyBrain Value.swift
[12/17] Compiling Baby Arguments.swift
[13/17] Compiling Baby main.swift
[14/17] Emitting module Baby
[14/17] Write Objects.LinkFileList
[15/17] Linking baby
[16/17] Applying baby
Build complete! (4.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Baby",
  "name" : "Baby",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BabyBrain",
      "targets" : [
        "BabyBrain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "baby",
      "targets" : [
        "Baby"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BabyBrain",
      "module_type" : "SwiftTarget",
      "name" : "BabyBrain",
      "path" : "Sources/BabyBrain",
      "product_memberships" : [
        "BabyBrain",
        "baby"
      ],
      "sources" : [
        "Code.swift",
        "Indentation.swift",
        "Meta.swift",
        "Parser.swift",
        "Value+Code.swift",
        "Value.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Baby",
      "module_type" : "SwiftTarget",
      "name" : "Baby",
      "path" : "Sources/Baby",
      "product_memberships" : [
        "baby"
      ],
      "sources" : [
        "Arguments.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "BabyBrain"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.1"
}
Done.