The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EditorConfig, reference 0.1.0 (d8dec1), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 01:25:49 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/ChimeHQ/EditorConfig.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/EditorConfig
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at d8dec15 Pin to glob 0.1.0
Cloned https://github.com/ChimeHQ/EditorConfig.git
Revision (git rev-parse @):
d8dec151938cf9a22bddc60028d91b683d297ee0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/EditorConfig.git at 0.1.0
Fetching https://github.com/ChimeHQ/GlobPattern
[1/61] Fetching globpattern
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.87s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.0 (1.57s)
Creating working copy for https://github.com/ChimeHQ/GlobPattern
Working copy of https://github.com/ChimeHQ/GlobPattern 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "editorconfig",
      "name": "EditorConfig",
      "url": "https://github.com/ChimeHQ/EditorConfig.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EditorConfig",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "globpattern",
          "name": "GlobPattern",
          "url": "https://github.com/ChimeHQ/GlobPattern",
          "version": "0.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GlobPattern",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/EditorConfig.git
[1/221] Fetching editorconfig
Fetched https://github.com/ChimeHQ/EditorConfig.git from cache (0.77s)
Fetching https://github.com/ChimeHQ/GlobPattern from cache
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.46s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (0.52s)
Creating working copy for https://github.com/ChimeHQ/EditorConfig.git
Working copy of https://github.com/ChimeHQ/EditorConfig.git resolved at 0.1.0 (d8dec15)
Creating working copy for https://github.com/ChimeHQ/GlobPattern
Working copy of https://github.com/ChimeHQ/GlobPattern resolved at 0.1.1
warning: '.resolve-product-dependencies': dependency 'editorconfig' is not used by any target
Found 1 product dependencies
  - GlobPattern
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/EditorConfig.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling GlobPattern Lexer.swift
[5/7] Compiling GlobPattern GlobPattern.swift
[6/7] Compiling GlobPattern Parser.swift
[7/7] Emitting module GlobPattern
[8/12] Compiling EditorConfig Parser.swift
[9/12] Compiling EditorConfig Directive.swift
[10/12] Compiling EditorConfig Resolver.swift
[11/12] Emitting module EditorConfig
[12/12] Compiling EditorConfig Configuration.swift
Build complete! (5.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "globpattern",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/GlobPattern"
    }
  ],
  "manifest_display_name" : "EditorConfig",
  "name" : "EditorConfig",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "EditorConfig",
      "targets" : [
        "EditorConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EditorConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "EditorConfigTests",
      "path" : "Tests/EditorConfigTests",
      "sources" : [
        "ConfigurationTests.swift",
        "ParserTests.swift",
        "ResolverTests.swift"
      ],
      "target_dependencies" : [
        "EditorConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EditorConfig",
      "module_type" : "SwiftTarget",
      "name" : "EditorConfig",
      "path" : "Sources/EditorConfig",
      "product_dependencies" : [
        "GlobPattern"
      ],
      "product_memberships" : [
        "EditorConfig"
      ],
      "sources" : [
        "Configuration.swift",
        "Directive.swift",
        "Parser.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chimehq/editorconfig/0.1.0
Repository:               ChimeHQ/EditorConfig
Swift version used:       6.3
Target:                   EditorConfig
Extracting symbol information for 'EditorConfig'...
Finished extracting symbol information for 'EditorConfig'. (28.22s)
Building documentation for 'EditorConfig'...
Finished building documentation for 'EditorConfig' (0.36s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/editorconfig/0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Updating https://github.com/ChimeHQ/GlobPattern
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.13s)
Updated https://github.com/ChimeHQ/GlobPattern (0.41s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.0 (2.25s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
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.6
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
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/53] Compiling SymbolKit DeclarationFragments.swift
[8/53] Compiling SymbolKit Fragment.swift
[9/53] Compiling SymbolKit FragmentKind.swift
[10/53] Compiling SymbolKit FunctionParameter.swift
[11/53] Compiling SymbolKit FunctionSignature.swift
[12/53] Compiling SymbolKit SourceRange.swift
[13/53] Compiling SymbolKit Metadata.swift
[14/53] Compiling SymbolKit Module.swift
[15/53] Compiling SymbolKit OperatingSystem.swift
[16/53] Compiling SymbolKit Platform.swift
[17/53] Compiling SymbolKit Mixin+Equals.swift
[18/53] Compiling SymbolKit Mixin+Hash.swift
[19/53] Compiling SymbolKit Mixin.swift
[20/53] Compiling SymbolKit LineList.swift
[21/53] Compiling SymbolKit Position.swift
[22/53] Compiling SymbolKit Identifier.swift
[23/53] Compiling SymbolKit KindIdentifier.swift
[24/53] Compiling SymbolKit Location.swift
[25/53] Compiling SymbolKit Mutability.swift
[26/53] Compiling SymbolKit SemanticVersion.swift
[27/53] Compiling SymbolKit AccessControl.swift
[28/53] Compiling SymbolKit Availability.swift
[29/53] Compiling SymbolKit AvailabilityItem.swift
[30/53] Compiling SymbolKit Domain.swift
[31/53] Compiling SymbolKit Names.swift
[32/53] Compiling SymbolKit SPI.swift
[33/53] Compiling SymbolKit Snippet.swift
[34/53] Compiling SymbolKit Extension.swift
[35/53] Compiling SymbolKit Relationship.swift
[36/53] Compiling SymbolKit RelationshipKind.swift
[37/53] Compiling SymbolKit SourceOrigin.swift
[38/53] Compiling SymbolKit GenericConstraints.swift
[39/53] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Emitting module Snippets
[49/57] Compiling Snippets SnippetParser.swift
[50/57] Compiling Snippets Snippet.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.32s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'EditorConfig' complete! (0.37s)
     226
2	/Users/admin/builder/spi-builder-workspace/.docs/chimehq/editorconfig/0.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/editorconfig/0.1.0
File count: 226
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-chimehq-editorconfig-0.1.0-625dd5ec.zip to s3://spi-docs-inbox/prod-chimehq-editorconfig-0.1.0-625dd5ec.zip
Copying... [13%]
Copying... [25%]
Copying... [38%]
Copying... [50%]
Copying... [63%]
Copying... [76%]
Copying... [88%]
Copying... [100%]
Done.