The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AutoMap, reference main (84a9d9), with Swift 6.2 for macOS (SPM) on 6 May 2026 07:48:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/0xkalinowski/AutoMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xkalinowski/AutoMap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84a9d9a Update README.md
Cloned https://github.com/0xkalinowski/AutoMap.git
Revision (git rev-parse @):
84a9d9a1b787ca2ab7b74788a88c1ae8fc62c961
SUCCESS checkout https://github.com/0xkalinowski/AutoMap.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xkalinowski/AutoMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--3CB7CFEC50E0D141.txt
[4/8] Compiling AutoMapMacros AutoMapPlugin.swift
[5/8] Emitting module AutoMapMacros
[6/8] Compiling AutoMapMacros AutoMapMacro.swift
[6/8] Write Objects.LinkFileList
[7/8] Linking AutoMapMacros-tool
[9/10] Emitting module AutoMap
[10/10] Compiling AutoMap AutoMap.swift
Build complete! (15.77s)
Fetching https://github.com/apple/swift-syntax.git
[1/75049] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.48s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (8.05s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoMap",
  "name" : "AutoMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoMap",
      "targets" : [
        "AutoMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoMapMacros",
      "targets" : [
        "AutoMapMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoMapTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapTests",
      "path" : "Tests/AutoMapTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoMapTests.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoMapMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapMacros",
      "path" : "Sources/AutoMapMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoMap",
        "AutoMapMacros"
      ],
      "sources" : [
        "AutoMapMacro.swift",
        "AutoMapPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoMap",
      "module_type" : "SwiftTarget",
      "name" : "AutoMap",
      "path" : "Sources/AutoMap",
      "product_memberships" : [
        "AutoMap"
      ],
      "sources" : [
        "AutoMap.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.