The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Symbolic, reference 1.0.0 (de85c3), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 23:30:08 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/justmaku/symbolic.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/justmaku/symbolic
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at de85c30 Added proper readme
Cloned https://github.com/justmaku/symbolic.git
Revision (git rev-parse @):
de85c3053a19c6252456ef24e16d78faf5694019
SUCCESS checkout https://github.com/justmaku/symbolic.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/justmaku/symbolic.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 Generator-entitlement.plist
[1/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/19] Compiling Generator Node.swift
[6/19] Emitting module Generator
[7/19] Compiling Generator Extensions.swift
[8/19] Compiling Generator main.swift
[9/19] Compiling Generator Modifier.swift
[9/19] Write Objects.LinkFileList
[10/19] Linking Generator
[11/19] Applying Generator
[13/19] Compiling Symbolic Symbolic.swift
[14/19] Emitting module Symbolic
[15/19] Compiling Symbolic Letters.swift
[16/19] Compiling Symbolic Numbers.swift
[17/19] Compiling Symbolic Symbols.swift
[18/19] Compiling Symbolic Types.swift
[19/19] Compiling Symbolic Extensions.swift
Build complete! (4.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Symbolic",
  "name" : "Symbolic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Symbolic",
      "targets" : [
        "Symbolic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Generator",
      "targets" : [
        "Generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Symbolic",
      "module_type" : "SwiftTarget",
      "name" : "Symbolic",
      "path" : "Sources/Symbolic",
      "product_memberships" : [
        "Symbolic"
      ],
      "sources" : [
        "Extensions.swift",
        "Generated/Letters.swift",
        "Generated/Numbers.swift",
        "Generated/Symbols.swift",
        "Symbolic.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Generator",
      "module_type" : "SwiftTarget",
      "name" : "Generator",
      "path" : "Sources/Generator",
      "product_memberships" : [
        "Generator"
      ],
      "sources" : [
        "Extensions.swift",
        "Modifier.swift",
        "Node.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Done.