The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Baby, reference master (94581d), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:56:08 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/nixzhu/baby.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/baby
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 94581d6 update for ducky
Cloned https://github.com/nixzhu/baby.git
Revision (git rev-parse @):
94581d6c17922ed294e992524f1a9d12254b56ab
SUCCESS checkout https://github.com/nixzhu/baby.git at master
========================================
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": "baby",
      "name": "Baby",
      "url": "https://github.com/nixzhu/baby.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/baby",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nixzhu/baby.git
[1/889] Fetching baby
Fetched https://github.com/nixzhu/baby.git from cache (0.74s)
Creating working copy for https://github.com/nixzhu/baby.git
Working copy of https://github.com/nixzhu/baby.git resolved at master (94581d6)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nixzhu/baby.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write baby-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/14] Compiling BabyBrain Value.swift
[6/14] Compiling BabyBrain Value+Code.swift
[7/14] Compiling BabyBrain Parser.swift
[8/14] Compiling BabyBrain Indentation.swift
[9/14] Compiling BabyBrain Meta.swift
[10/14] Emitting module BabyBrain
[11/14] Compiling BabyBrain Code.swift
[12/17] Emitting module Baby
[13/17] Compiling Baby main.swift
[14/17] Compiling Baby Arguments.swift
[14/17] Write Objects.LinkFileList
[15/17] Linking baby
[16/17] Applying baby
Build complete! (5.04s)
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.