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 ModelGen, reference 0.5.0 (af78ff), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:09:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hebertialmeida/modelgen.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hebertialmeida/modelgen
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at af78ff3 Update main.swift
Cloned https://github.com/hebertialmeida/modelgen.git
Revision (git rev-parse @):
af78ff30926722ac381950704bef53495f517d05
SUCCESS checkout https://github.com/hebertialmeida/modelgen.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hebertialmeida/modelgen.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/17] Write sources
[3/17] Write modelgen-entitlement.plist
[4/17] Write sources
[7/17] Write swift-version-1EA4D86E10B52AF.txt
[8/29] Compiling writer.c
[9/29] Compiling api.c
[10/29] Compiling parser.c
[11/29] Compiling reader.c
[12/29] Compiling emitter.c
[13/29] Compiling scanner.c
[15/45] Compiling Commander Group.swift
[16/45] Compiling Commander ArgumentConvertible.swift
[17/45] Emitting module Commander
[18/45] Compiling Commander ArgumentDescription.swift
[19/45] Compiling Commander ArgumentParser.swift
[20/45] Compiling Commander CommandRunner.swift
[21/45] Compiling Commander CommandType.swift
[22/45] Compiling Commander Command.swift
[23/45] Compiling Commander Commands.swift
[24/45] Compiling Commander Error.swift
[25/45] Compiling PathKit PathKit.swift
[26/45] Emitting module PathKit
[27/64] Compiling Yams YamlError.swift
[28/65] Compiling Yams Tag.swift
[29/65] Compiling Yams String+Yams.swift
[30/65] Compiling Stencil Inheritence.swift
[31/65] Compiling Stencil KeyPath.swift
[32/65] Emitting module Yams
[33/65] Compiling Stencil IfTag.swift
[34/65] Compiling Stencil Include.swift
[35/65] Compiling Stencil Filters.swift
[36/65] Compiling Stencil ForTag.swift
[37/65] Compiling Stencil Extension.swift
[38/65] Compiling Stencil FilterTag.swift
[39/65] Compiling Stencil Errors.swift
[40/65] Compiling Stencil Expression.swift
[41/65] Compiling Stencil Context.swift
[42/65] Compiling Stencil Environment.swift
[43/65] Compiling Yams shim.swift
[44/65] Emitting module Stencil
[51/67] Compiling Stencil Parser.swift
[52/67] Compiling Stencil Template.swift
[59/67] Compiling Stencil Node.swift
[60/67] Compiling Stencil NowTag.swift
[61/67] Compiling Stencil Lexer.swift
[62/67] Compiling Stencil Loader.swift
[63/67] Compiling Stencil Tokenizer.swift
[64/67] Compiling Stencil Variable.swift
[65/78] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[66/78] Compiling StencilSwiftKit SetNode.swift
[67/78] Compiling StencilSwiftKit Filters.swift
[68/78] Compiling StencilSwiftKit Environment.swift
[69/78] Emitting module StencilSwiftKit
[70/78] Compiling StencilSwiftKit Filters+Strings.swift
[71/78] Compiling StencilSwiftKit Filters+Numbers.swift
[72/78] Compiling StencilSwiftKit Parameters.swift
[73/78] Compiling StencilSwiftKit CallMacroNodes.swift
[74/78] Compiling StencilSwiftKit Context.swift
[75/78] Compiling StencilSwiftKit MapNode.swift
[76/79] Compiling StencilSwiftKit SwiftIdentifier.swift
[77/90] Compiling ModelGen YamlParser.swift
[78/91] Compiling ModelGen Filters.swift
[79/91] Compiling ModelGen JsonParser+Context.swift
[80/91] Emitting module ModelGen
/Users/admin/builder/spi-builder-workspace/Sources/Utils.swift:35:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
33 | // MARK: - Path as Input Argument
34 |
35 | extension Path: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |     public init(parser: ArgumentParser) throws {
37 |         guard let path = parser.shift() else {
[81/91] Compiling ModelGen Configuration.swift
[82/91] Compiling ModelGen Error.swift
[83/91] Compiling ModelGen Schema.swift
[84/91] Compiling ModelGen Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Utils.swift:35:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
33 | // MARK: - Path as Input Argument
34 |
35 | extension Path: ArgumentConvertible {
   | |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ArgumentConvertible'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |     public init(parser: ArgumentParser) throws {
37 |         guard let path = parser.shift() else {
[85/91] Compiling ModelGen LanguageType.swift
[86/91] Compiling ModelGen String+Helpers.swift
[87/91] Compiling ModelGen JsonParser.swift
[88/91] Compiling ModelGen main.swift
[88/91] Write Objects.LinkFileList
[89/91] Linking modelgen
[90/91] Applying modelgen
Build complete! (25.52s)
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/kylef/Stencil.git
[1/1588] Fetching commander
[192/5596] Fetching commander, stencilswiftkit
[749/7007] Fetching commander, stencilswiftkit, pathkit
[919/12300] Fetching commander, stencilswiftkit, pathkit, stencil
[2667/23159] Fetching commander, stencilswiftkit, pathkit, stencil, yams
Fetched https://github.com/kylef/PathKit.git from cache (0.94s)
[5367/21748] Fetching commander, stencilswiftkit, stencil, yams
Fetched https://github.com/kylef/Stencil.git from cache (2.00s)
Fetched https://github.com/jpsim/Yams.git from cache (2.00s)
Fetched https://github.com/kylef/Commander.git from cache (2.00s)
[1684/4008] Fetching stencilswiftkit
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (2.21s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (2.76s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.86s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (2.76s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (0.50s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.49s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.10.1 (0.50s)
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
Fetched https://github.com/shibapm/Komondor.git from cache (0.83s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (1.35s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
[1/580] Fetching packageconfig
[181/1560] Fetching packageconfig, shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.83s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.83s)
Computing version for https://github.com/kylef/Stencil.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (0.00s)
Computed https://github.com/kylef/Spectre.git at 0.9.2 (0.00s)
Computed https://github.com/kylef/Stencil.git at 0.13.1 (0.50s)
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.00s)
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.7.2 (0.54s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 1.0.2
Creating working copy for https://github.com/kylef/Stencil.git
Working copy of https://github.com/kylef/Stencil.git resolved at 0.13.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.7.2
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Formula': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Formula': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Example': File not found.
warning: 'stencilswiftkit': Conflicting identity for stencil: dependency 'github.com/stencilproject/stencil' and dependency 'github.com/kylef/stencil' both point to the same package identity 'stencil'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/swiftgen/stencilswiftkit->github.com/stencilproject/stencil (B) /users/admin/builder/spi-builder-workspace->github.com/kylef/stencil. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commander",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Commander.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Stencil.git"
    },
    {
      "identity" : "stencilswiftkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftGen/StencilSwiftKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "ModelGen",
  "name" : "ModelGen",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "modelgen",
      "targets" : [
        "ModelGen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ModelGen",
      "module_type" : "SwiftTarget",
      "name" : "ModelGen",
      "path" : "Sources",
      "product_dependencies" : [
        "Commander",
        "PathKit",
        "Stencil",
        "StencilSwiftKit",
        "Yams"
      ],
      "product_memberships" : [
        "modelgen"
      ],
      "sources" : [
        "Configuration.swift",
        "Error.swift",
        "Filters.swift",
        "JsonParser+Context.swift",
        "JsonParser.swift",
        "LanguageType.swift",
        "Schema.swift",
        "String+Helpers.swift",
        "Utils.swift",
        "YamlParser.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommandLineToolTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandLineToolTests",
      "path" : "Tests",
      "sources" : [
        "ModelGenTests.swift"
      ],
      "target_dependencies" : [
        "ModelGen"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Formula': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Example': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Formula': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/Example': File not found.
Done.