The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ascii, reference v0.1.0 (dd021e), with Swift 6.2 for macOS (SPM) on 4 Jan 2026 20:14:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-ascii.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-ascii
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at dd021eb docs: fix date to 2025 in CHANGELOG
Cloned https://github.com/CorvidLabs/swift-ascii.git
Revision (git rev-parse @):
dd021eba6340508b85f9f515526e6d0813df3a68
SUCCESS checkout https://github.com/CorvidLabs/swift-ascii.git at v0.1.0
Fetching https://github.com/CorvidLabs/swift-color.git
[1/422] Fetching swift-color
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.23s)
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.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",
  "dependencies": [
    {
      "identity": "swift-ascii",
      "name": "swift-ascii",
      "url": "https://github.com/CorvidLabs/swift-ascii.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-ascii",
      "dependencies": [
        {
          "identity": "swift-color",
          "name": "swift-color",
          "url": "https://github.com/CorvidLabs/swift-color.git",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-color",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CorvidLabs/swift-ascii.git
[1/111] Fetching swift-ascii
Fetched https://github.com/CorvidLabs/swift-ascii.git from cache (0.66s)
Fetching https://github.com/CorvidLabs/swift-color.git from cache
Fetched https://github.com/CorvidLabs/swift-color.git from cache (0.48s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (1.03s)
Creating working copy for https://github.com/CorvidLabs/swift-ascii.git
Working copy of https://github.com/CorvidLabs/swift-ascii.git resolved at v0.1.0 (dd021eb)
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.1.0
Found 1 product dependencies
  - swift-color
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-ascii.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write ascii-pixel-cli-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/18] Compiling Color Color.swift
[7/18] Compiling Color NamedColor.swift
[8/18] Compiling Color Color+Palette.swift
[9/18] Emitting module Color
[10/18] Compiling Color Color+HSV.swift
[11/18] Compiling Color Color+Hex.swift
[12/18] Compiling Color Color+LAB.swift
[13/18] Compiling Color Color+Manipulation.swift
[14/18] Compiling Color Color+Accessibility.swift
[15/18] Compiling Color Color+HSL.swift
[16/24] Compiling ASCIIPixelArt SVGBuilder.swift
[17/24] Emitting module ASCIIPixelArt
[18/24] Compiling ASCIIPixelArt ASCIIParser.swift
[19/24] Compiling ASCIIPixelArt SVGRenderer.swift
[20/24] Compiling ASCIIPixelArt LayerMerger.swift
[21/24] Compiling ASCIIPixelArt PixelGrid.swift
[22/26] Compiling ascii_pixel_cli main.swift
[23/26] Emitting module ascii_pixel_cli
[23/26] Write Objects.LinkFileList
[24/26] Linking ascii-pixel-cli
[25/26] Applying ascii-pixel-cli
Build complete! (8.03s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-color.git"
    }
  ],
  "manifest_display_name" : "swift-ascii",
  "name" : "swift-ascii",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ASCIIPixelArt",
      "targets" : [
        "ASCIIPixelArt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ascii-pixel-cli",
      "targets" : [
        "ascii-pixel-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ascii_pixel_cli",
      "module_type" : "SwiftTarget",
      "name" : "ascii-pixel-cli",
      "path" : "Sources/ascii-pixel-cli",
      "product_memberships" : [
        "ascii-pixel-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASCIIPixelArtTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArtTests",
      "path" : "Tests/ASCIIPixelArtTests",
      "sources" : [
        "ASCIIPixelArtTests.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCIIPixelArt",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArt",
      "path" : "Sources/ASCIIPixelArt",
      "product_dependencies" : [
        "Color"
      ],
      "product_memberships" : [
        "ASCIIPixelArt",
        "ascii-pixel-cli"
      ],
      "sources" : [
        "ASCIIParser.swift",
        "LayerMerger.swift",
        "PixelGrid.swift",
        "SVGBuilder.swift",
        "SVGRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.