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 swift-once-macro, reference 1.0.1 (d7c664), with Swift 6.2 for macOS (SPM) on 20 Oct 2025 00:00:42 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/davdroman/swift-once-macro.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davdroman/swift-once-macro
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at d7c6641 Bump Swift Syntax (#3)
Cloned https://github.com/davdroman/swift-once-macro.git
Revision (git rev-parse @):
d7c66418a3a22588decd8faafca13bed72ee0421
SUCCESS checkout https://github.com/davdroman/swift-once-macro.git at 1.0.1
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
[139/5512] Fetching swift-custom-dump, swift-macro-testing
[1929/11064] Fetching swift-custom-dump, swift-macro-testing, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.80s)
[3765/10150] Fetching swift-custom-dump, xctest-dynamic-overlay
[10151/25704] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing
[10618/98301] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.93s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.69s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.69s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (6.54s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.56s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.55s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.54s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
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.16s)
========================================
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-once-macro",
      "name": "swift-once-macro",
      "url": "https://github.com/davdroman/swift-once-macro.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-once-macro",
      "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/davdroman/swift-once-macro.git
[1/95] Fetching swift-once-macro
Fetched https://github.com/davdroman/swift-once-macro.git from cache (0.64s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.87s)
Creating working copy for https://github.com/davdroman/swift-once-macro.git
Working copy of https://github.com/davdroman/swift-once-macro.git resolved at 1.0.1 (d7c6641)
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-once-macro' 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/davdroman/swift-once-macro.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-49B95AFC49DCD68C.txt
[5/9] Compiling OnceMacroPlugin Plugins.swift
[6/9] Emitting module OnceMacroPlugin
[7/9] Compiling OnceMacroPlugin OnceMacro.swift
[7/9] Write Objects.LinkFileList
[8/9] Linking OnceMacroPlugin-tool
[10/15] Compiling Once Macros.swift
[11/15] Compiling Once Exports.swift
[12/15] Emitting module Once
[14/15] Compiling Once Exports.swift
[15/15] Compiling Once Macros.swift
Build complete! (7.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-once-macro",
  "name" : "swift-once-macro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Once",
      "targets" : [
        "Once"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OnceMacroPlugin",
      "targets" : [
        "OnceMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnceMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "OnceMacroTests",
      "path" : "Tests/OnceMacroTests",
      "product_dependencies" : [
        "MacroTesting",
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "OnceMacroTests.swift",
        "OnceTests.swift"
      ],
      "target_dependencies" : [
        "Once",
        "OnceMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OnceMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "OnceMacroPlugin",
      "path" : "Sources/OnceMacroPlugin",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "Once",
        "OnceMacroPlugin"
      ],
      "sources" : [
        "OnceMacro.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Once",
      "module_type" : "SwiftTarget",
      "name" : "Once",
      "path" : "Sources/Once",
      "product_memberships" : [
        "Once"
      ],
      "sources" : [
        "Exports.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "OnceMacroPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.