The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ascii, reference main (97b77b), with Swift 6.0 for macOS (SPM) on 21 Jan 2026 09:57:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-ascii.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/10] Write sources
[5/10] Write ascii-pixel-cli-entitlement.plist
[6/10] Write swift-version-5BDAB9E9C0126B9D.txt
[8/20] Compiling Color Color+Palette.swift
[9/20] Compiling Color NamedColor.swift
[10/20] Compiling Color Color.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 PixelGrid.swift
[20/26] Compiling ASCIIPixelArt ASCIIParser.swift
[21/26] Emitting module ASCIIPixelArt
[22/26] Compiling ASCIIPixelArt LayerMerger.swift
[23/26] Compiling ASCIIPixelArt SVGBuilder.swift
[24/28] Emitting module ascii_pixel_cli
[25/28] Compiling ascii_pixel_cli main.swift
[25/28] Write Objects.LinkFileList
[26/28] Linking ascii-pixel-cli
[27/28] Applying ascii-pixel-cli
Build complete! (26.48s)
Fetching https://github.com/CorvidLabs/swift-color.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/426] Fetching swift-color
[99/2589] Fetching swift-color, swift-docc-plugin
Fetched https://github.com/CorvidLabs/swift-color.git from cache (1.30s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3644] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
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
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.