The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-generation, reference 0.5.0 (396f43), with Swift 6.2 for macOS (SPM) on 15 Apr 2026 23:49:09 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/1amageek/swift-generation.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/swift-generation
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 396f430 Rename module Generation to SwiftGeneration to avoid target name conflict with huggingface/swift-transformers
Cloned https://github.com/1amageek/swift-generation.git
Revision (git rev-parse @):
396f4301404dfa7837cd221b2098d10f09ac2fb3
SUCCESS checkout https://github.com/1amageek/swift-generation.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/swift-generation.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/7] Compiling GenerationMacrosImpl GenerationMacrosImpl.swift
[5/7] Emitting module GenerationMacrosImpl
[5/7] Write Objects.LinkFileList
[6/7] Linking GenerationMacrosImpl-tool
[8/37] Compiling SwiftGeneration ConvertibleFromGeneratedContent.swift
[9/37] Compiling SwiftGeneration ConvertibleToGeneratedContent.swift
[10/37] Compiling SwiftGeneration Generable.swift
[11/40] Compiling SwiftGeneration Dictionary+Generable.swift
[12/40] Compiling SwiftGeneration Double+Generable.swift
[13/40] Compiling SwiftGeneration Float+Generable.swift
[14/40] Compiling SwiftGeneration GeneratedContent+Representable.swift
[15/40] Compiling SwiftGeneration Prompt.swift
[16/40] Compiling SwiftGeneration PromptBuilder.swift
[17/40] Compiling SwiftGeneration SchemaCompatibility.swift
[18/40] Compiling SwiftGeneration Int+Generable.swift
[19/40] Compiling SwiftGeneration Never+Generable.swift
[20/40] Compiling SwiftGeneration Optional+Generable.swift
[21/40] Compiling SwiftGeneration URL+Generable.swift
[22/40] Compiling SwiftGeneration UUID+Generable.swift
[23/40] Compiling SwiftGeneration Macros.swift
[24/40] Compiling SwiftGeneration Array+Generable.swift
[25/40] Compiling SwiftGeneration Bool+Generable.swift
[26/40] Compiling SwiftGeneration Date+Generable.swift
[27/40] Compiling SwiftGeneration Decimal+Generable.swift
[28/40] Compiling SwiftGeneration StandardTypes+Representable.swift
[29/40] Compiling SwiftGeneration String+Generable.swift
[30/40] Compiling SwiftGeneration String+Representable.swift
[31/40] Emitting module SwiftGeneration
[32/40] Compiling SwiftGeneration GenerationSchema.swift
[33/40] Compiling SwiftGeneration Instructions.swift
[34/40] Compiling SwiftGeneration InstructionsBuilder.swift
[35/40] Compiling SwiftGeneration InstructionsRepresentable.swift
[36/40] Compiling SwiftGeneration PromptRepresentable.swift
[37/40] Compiling SwiftGeneration Tool.swift
[38/40] Compiling SwiftGeneration DynamicGenerationSchema.swift
[39/40] Compiling SwiftGeneration GeneratedContent.swift
[40/40] Compiling SwiftGeneration GenerationID.swift
Build complete! (17.49s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74986] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.43s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.53s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-generation",
  "name" : "swift-generation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftGeneration",
      "targets" : [
        "SwiftGeneration"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenerationMacrosImpl",
      "targets" : [
        "GenerationMacrosImpl"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftGenerationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGenerationTests",
      "path" : "Tests/SwiftGenerationTests",
      "sources" : [
        "CollectionTypeTests.swift",
        "GenerableMacroTests.swift",
        "GeneratedContentTests.swift",
        "GenerationSchemaTests.swift",
        "PrimitiveTypeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftGeneration"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftGeneration",
      "module_type" : "SwiftTarget",
      "name" : "SwiftGeneration",
      "path" : "Sources/SwiftGeneration",
      "product_memberships" : [
        "SwiftGeneration"
      ],
      "sources" : [
        "Extensions/Array+Generable.swift",
        "Extensions/Bool+Generable.swift",
        "Extensions/Date+Generable.swift",
        "Extensions/Decimal+Generable.swift",
        "Extensions/Dictionary+Generable.swift",
        "Extensions/Double+Generable.swift",
        "Extensions/Float+Generable.swift",
        "Extensions/GeneratedContent+Representable.swift",
        "Extensions/Int+Generable.swift",
        "Extensions/Never+Generable.swift",
        "Extensions/Optional+Generable.swift",
        "Extensions/StandardTypes+Representable.swift",
        "Extensions/String+Generable.swift",
        "Extensions/String+Representable.swift",
        "Extensions/URL+Generable.swift",
        "Extensions/UUID+Generable.swift",
        "Macros.swift",
        "Protocols/ConvertibleFromGeneratedContent.swift",
        "Protocols/ConvertibleToGeneratedContent.swift",
        "Protocols/Generable.swift",
        "Protocols/InstructionsRepresentable.swift",
        "Protocols/PromptRepresentable.swift",
        "Protocols/Tool.swift",
        "Types/DynamicGenerationSchema.swift",
        "Types/GeneratedContent.swift",
        "Types/GenerationID.swift",
        "Types/GenerationSchema.swift",
        "Types/Instructions.swift",
        "Types/InstructionsBuilder.swift",
        "Types/Prompt.swift",
        "Types/PromptBuilder.swift",
        "Utilities/SchemaCompatibility.swift"
      ],
      "target_dependencies" : [
        "GenerationMacrosImpl"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerationMacrosImpl",
      "module_type" : "SwiftTarget",
      "name" : "GenerationMacrosImpl",
      "path" : "Sources/GenerationMacrosImpl",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftGeneration",
        "GenerationMacrosImpl"
      ],
      "sources" : [
        "GenerationMacrosImpl.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "6.2"
}
Done.