The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ascii, reference main (97b77b), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 02:41:07 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/CorvidLabs/swift-ascii.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-ascii
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97b77b5 Update copyright year to 2026 (#1)
Cloned https://github.com/CorvidLabs/swift-ascii.git
Revision (git rev-parse @):
97b77b5a20e8d35671f08a2b0c78d317034099fe
SUCCESS checkout https://github.com/CorvidLabs/swift-ascii.git at main
Fetching https://github.com/CorvidLabs/swift-color.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/2724] Fetching swift-docc-plugin, swift-color
[341/6396] Fetching swift-docc-plugin, swift-color, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.22s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.22s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
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
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
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": "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",
      "traits": [
        "default"
      ],
      "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",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CorvidLabs/swift-ascii.git
[1/115] 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.57s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (1.05s)
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
Creating working copy for https://github.com/CorvidLabs/swift-ascii.git
Working copy of https://github.com/CorvidLabs/swift-ascii.git resolved at main (97b77b5)
Found 1 product dependencies
  - swift-color
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-ascii.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/10] Write sources
[4/10] Write ascii-pixel-cli-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/20] Compiling Color NamedColor.swift
[9/20] Compiling Color Color.swift
[10/20] Compiling Color Color+Palette.swift
[11/20] Compiling Color Color+Manipulation.swift
[12/20] Compiling Color Color+LAB.swift
[13/20] Compiling Color Color+HSV.swift
[14/20] Compiling Color Color+HSL.swift
[15/20] Compiling Color Color+Accessibility.swift
[16/20] Emitting module Color
[17/20] Compiling Color Color+Hex.swift
[18/26] Compiling ASCIIPixelArt SVGRenderer.swift
[19/26] Compiling ASCIIPixelArt SVGBuilder.swift
[20/26] Compiling ASCIIPixelArt LayerMerger.swift
[21/26] Compiling ASCIIPixelArt ASCIIParser.swift
[22/26] Emitting module ASCIIPixelArt
[23/26] Compiling ASCIIPixelArt PixelGrid.swift
[24/28] Compiling ascii_pixel_cli main.swift
[25/28] Emitting module ascii_pixel_cli
[25/28] Write Objects.LinkFileList
[26/28] Linking ascii-pixel-cli
[27/28] Applying ascii-pixel-cli
Build complete! (13.99s)
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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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.