The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMacros, reference 0.1.2 (68d042), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 04:21:03 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/bernndr/swift-macros.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bernndr/swift-macros
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 68d0420 Merge pull request #6 from bernndr/Adopt-Swift-Testing-in-test
Cloned https://github.com/bernndr/swift-macros.git
Revision (git rev-parse @):
68d04201e73d52324d1a10933e17a9fa0c5bcf02
SUCCESS checkout https://github.com/bernndr/swift-macros.git at 0.1.2
Fetching https://github.com/swiftlang/swift-syntax
[1/74985] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.05s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (7.79s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.24s)
========================================
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-macros",
      "name": "SwiftMacros",
      "url": "https://github.com/bernndr/swift-macros.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-macros",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bernndr/swift-macros.git
[1/255] Fetching swift-macros
Fetched https://github.com/bernndr/swift-macros.git from cache (0.68s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.99s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/bernndr/swift-macros.git
Working copy of https://github.com/bernndr/swift-macros.git resolved at 0.1.2 (68d0420)
warning: '.resolve-product-dependencies': dependency 'swift-macros' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bernndr/swift-macros.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--6988338F2F200930.txt
[4/15] Compiling Macros URLMacro.swift
[5/16] Compiling Macros URLMacroError.swift
[6/16] Compiling Macros SymbolMacroError.swift
[7/16] Compiling Macros SingletonMacro.swift
[8/16] Compiling Macros TokenKind+keyword.swift
[9/16] Compiling Macros SingletonMacroError.swift
[10/16] Compiling Macros AssociatedValuesMacroError.swift
[11/16] Compiling Macros Plugins.swift
[12/16] Compiling Macros AssociatedValuesMacro.swift
[13/16] Emitting module Macros
[14/16] Compiling Macros SymbolMacro.swift
[14/16] Write Objects.LinkFileList
[15/16] Linking Macros-tool
[17/18] Compiling SwiftMacros SwiftMacros.swift
[18/18] Emitting module SwiftMacros
Build complete! (13.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "SwiftMacros",
  "name" : "SwiftMacros",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMacros",
      "targets" : [
        "SwiftMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMacros",
      "path" : "Sources/SwiftMacros",
      "product_memberships" : [
        "SwiftMacros"
      ],
      "sources" : [
        "SwiftMacros.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftMacros",
        "Macros"
      ],
      "sources" : [
        "AssociatedValues/AssociatedValuesMacro.swift",
        "AssociatedValues/AssociatedValuesMacroError.swift",
        "Extensions/TokenKind+keyword.swift",
        "Plugins.swift",
        "Singleton/SingletonMacro.swift",
        "Singleton/SingletonMacroError.swift",
        "Symbol/SymbolMacro.swift",
        "Symbol/SymbolMacroError.swift",
        "URL/URLMacro.swift",
        "URL/URLMacroError.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AssociatedValuesMacroTests.swift",
        "DefineMacros.swift",
        "SingletonMacroTests.swift",
        "SymbolMacroTests.swift",
        "URLMacroTests.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.