The Swift Package Index logo.Swift Package Index

Build Information

Successful build of spfk-raw-codable, reference main (9a5121), with Swift 6.2 for macOS (SPM) on 19 Mar 2026 20:01:29 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanfrancesconi/spfk-raw-codable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanfrancesconi/spfk-raw-codable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9a51215 Add SPI badges, update install version to 1.0.0
Cloned https://github.com/ryanfrancesconi/spfk-raw-codable.git
Revision (git rev-parse @):
9a512156863182a96ce3a691b71330dd8e60f055
SUCCESS checkout https://github.com/ryanfrancesconi/spfk-raw-codable.git at main
Fetching https://github.com/swiftlang/swift-syntax
[1/74833] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.67s)
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.18s)
========================================
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": "spfk-raw-codable",
      "name": "spfk-raw-codable",
      "url": "https://github.com/ryanfrancesconi/spfk-raw-codable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spfk-raw-codable",
      "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/ryanfrancesconi/spfk-raw-codable.git
[1/29] Fetching spfk-raw-codable
Fetched https://github.com/ryanfrancesconi/spfk-raw-codable.git from cache (0.61s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.75s)
Creating working copy for https://github.com/ryanfrancesconi/spfk-raw-codable.git
Working copy of https://github.com/ryanfrancesconi/spfk-raw-codable.git resolved at main (9a51215)
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 'spfk-raw-codable' 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/ryanfrancesconi/spfk-raw-codable.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 RawCodableMacros Plugin.swift
[6/9] Compiling RawCodableMacros RawCodableMacro.swift
[7/9] Emitting module RawCodableMacros
[7/9] Write Objects.LinkFileList
[8/9] Linking RawCodableMacros-tool
[10/13] Emitting module RawCodable
[12/13] Compiling RawCodable RawCodable.swift
Build complete! (3.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "spfk-raw-codable",
  "name" : "spfk-raw-codable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "RawCodable",
      "targets" : [
        "RawCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RawCodableMacros",
      "targets" : [
        "RawCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RawCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "RawCodableTests",
      "path" : "Tests/RawCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "RawCodableMacroTests.swift",
        "RawCodableRuntimeTests.swift"
      ],
      "target_dependencies" : [
        "RawCodable",
        "RawCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RawCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "RawCodableMacros",
      "path" : "Sources/RawCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "RawCodable",
        "RawCodableMacros"
      ],
      "sources" : [
        "Plugin.swift",
        "RawCodableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "RawCodable",
      "module_type" : "SwiftTarget",
      "name" : "RawCodable",
      "path" : "Sources/RawCodable",
      "product_memberships" : [
        "RawCodable"
      ],
      "sources" : [
        "RawCodable.swift"
      ],
      "target_dependencies" : [
        "RawCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.