The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ignorio, reference 0.6.0 (255266), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 12:13:34 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/josefdolezal/ignorio.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josefdolezal/ignorio
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 255266a Update for swift 5
Cloned https://github.com/josefdolezal/ignorio.git
Revision (git rev-parse @):
255266ab0b86f431396cc815f16021d138b2cd55
SUCCESS checkout https://github.com/josefdolezal/ignorio.git at 0.6.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/josefdolezal/ignorio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write ignorio-entitlement.plist
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/24] Compiling Commander Group.swift
[7/24] Compiling Commander Commands.swift
[8/24] Compiling Commander Error.swift
[9/24] Compiling Commander CommandType.swift
[10/24] Compiling Commander ArgumentConvertible.swift
[11/24] Emitting module Commander
[12/24] Compiling Commander Command.swift
[13/24] Compiling Commander CommandRunner.swift
[14/24] Compiling Commander ArgumentDescription.swift
[15/24] Compiling Commander ArgumentParser.swift
[16/24] Compiling IgnorioKit GitignoreioProvider.swift
[17/24] Compiling IgnorioKit IgnorioKitError.swift
[18/24] Compiling IgnorioKit GitignoreioAPI.swift
[19/24] Compiling IgnorioKit APIActions.swift
[20/24] Emitting module IgnorioKit
[21/24] Compiling IgnorioKit UnknownTypesValidator.swift
[22/31] Compiling ignorio SearchCommand.swift
[23/31] Compiling ignorio TypesValidator.swift
[24/31] Compiling ignorio ListCommand.swift
[25/31] Compiling ignorio CreateCommand.swift
[26/31] Compiling ignorio IgnorioError.swift
[27/31] Compiling ignorio main.swift
[28/31] Emitting module ignorio
[28/31] Write Objects.LinkFileList
[29/31] Linking ignorio
[30/31] Applying ignorio
Build complete! (9.47s)
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.86s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.8.0 (1.36s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.89s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.78s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.8.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commander",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "0.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Commander.git"
    }
  ],
  "manifest_display_name" : "ignorio",
  "name" : "ignorio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ignorio",
      "targets" : [
        "ignorio"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IgnorioKit",
      "targets" : [
        "IgnorioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ignorio",
      "module_type" : "SwiftTarget",
      "name" : "ignorio",
      "path" : "Sources/ignorio",
      "product_dependencies" : [
        "Commander"
      ],
      "product_memberships" : [
        "ignorio"
      ],
      "sources" : [
        "Commands/CreateCommand.swift",
        "Commands/ListCommand.swift",
        "Commands/SearchCommand.swift",
        "IgnorioError.swift",
        "Validators/TypesValidator.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IgnorioKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IgnorioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "IgnorioKitTests",
      "path" : "Tests/IgnorioKitTests",
      "sources" : [
        "APIActionsTests.swift",
        "ContentValidations/UnknownTypesValidatorTests.swift"
      ],
      "target_dependencies" : [
        "IgnorioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IgnorioKit",
      "module_type" : "SwiftTarget",
      "name" : "IgnorioKit",
      "path" : "Sources/IgnorioKit",
      "product_memberships" : [
        "ignorio",
        "IgnorioKit"
      ],
      "sources" : [
        "APIActions.swift",
        "ContentValidations/UnknownTypesValidator.swift",
        "GitignoreioAPI.swift",
        "GitignoreioProvider.swift",
        "IgnorioKitError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.