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 SwiftMacros, reference 0.1.2 (68d042), with Swift 6.2 for macOS (SPM) on 6 Oct 2025 14:19:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/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/72412] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.78s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (7.76s)
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.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.32s)
========================================
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",
  "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",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bernndr/swift-macros.git
[1/241] Fetching swift-macros
Fetched https://github.com/bernndr/swift-macros.git from cache (0.75s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.91s)
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)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
warning: '.resolve-product-dependencies': dependency 'swift-macros' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bernndr/swift-macros.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/15] Compiling Macros SymbolMacroError.swift
[5/15] Compiling Macros URLMacro.swift
[6/16] Compiling Macros URLMacroError.swift
[7/16] Compiling Macros SingletonMacro.swift
[8/16] Compiling Macros Plugins.swift
[9/16] Compiling Macros AssociatedValuesMacro.swift
[10/16] Compiling Macros AssociatedValuesMacroError.swift
[11/16] Emitting module Macros
[12/16] Compiling Macros SingletonMacroError.swift
[13/16] Compiling Macros TokenKind+keyword.swift
[14/16] Compiling Macros SymbolMacro.swift
[14/16] Write Objects.LinkFileList
[15/16] Linking Macros-tool
[17/18] Emitting module SwiftMacros
[18/18] Compiling SwiftMacros SwiftMacros.swift
Build complete! (10.67s)
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.