Build Information
Successful build of ModelGen, reference master (d2e7c2
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 05:14:22 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hebertialmeida/modelgen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d2e7c28 Sort imports
Cloned https://github.com/hebertialmeida/modelgen.git
Revision (git rev-parse @):
d2e7c28897fd4cd449995c98f0c4f16f8e3d3d28
SUCCESS checkout https://github.com/hebertialmeida/modelgen.git at master
========================================
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/18] Write sources
[2/18] Write modelgen-entitlement.plist
[2/18] Write sources
[8/18] Write swift-version-1EA4D86E10B52AF.txt
[9/30] Compiling reader.c
[10/30] Compiling emitter.c
[11/30] Compiling scanner.c
[12/30] Compiling parser.c
[13/30] Compiling writer.c
[14/30] Compiling api.c
[16/46] Compiling Commander Group.swift
[17/46] Compiling Commander ArgumentParser.swift
[18/46] Emitting module Commander
[19/46] Compiling Commander ArgumentConvertible.swift
[20/46] Compiling Commander CommandType.swift
[21/46] Compiling Commander Error.swift
[22/46] Compiling Commander Command.swift
[23/46] Compiling Commander ArgumentDescription.swift
[24/46] Compiling Commander Commands.swift
[25/46] Compiling Commander CommandRunner.swift
[26/46] Compiling PathKit PathKit.swift
[27/46] Emitting module PathKit
[28/46] Compiling Yams Representer.swift
[29/46] Compiling Yams Resolver.swift
[30/46] Compiling Yams Tag.swift
[31/46] Compiling Yams Mark.swift
[32/46] Compiling Yams Node.Mapping.swift
[33/46] Compiling Yams Node.Scalar.swift
[34/46] Compiling Yams Node.Sequence.swift
[35/46] Compiling Yams YamlError.swift
[36/46] Compiling Yams String+Yams.swift
[37/47] Compiling Yams Emitter.swift
[38/47] Compiling Yams Encoder.swift
[39/47] Emitting module Yams
[40/47] Compiling Yams Constructor.swift
[41/47] Compiling Yams Decoder.swift
[42/47] Compiling Yams Node.swift
[43/47] Compiling Yams Parser.swift
[44/66] Compiling Yams shim.swift
[45/66] Compiling Stencil Parser.swift
[46/66] Compiling Stencil Template.swift
[47/68] Emitting module Stencil
[48/68] Compiling Stencil Context.swift
[49/68] Compiling Stencil Environment.swift
[50/68] Compiling Stencil Extension.swift
[51/68] Compiling Stencil FilterTag.swift
[52/68] Compiling Stencil Errors.swift
[53/68] Compiling Stencil Expression.swift
[54/68] Compiling Stencil Lexer.swift
[55/68] Compiling Stencil Loader.swift
[56/68] Compiling Stencil Inheritence.swift
[57/68] Compiling Stencil KeyPath.swift
[58/68] Compiling Stencil IfTag.swift
[59/68] Compiling Stencil Include.swift
[60/68] Compiling Stencil Node.swift
[61/68] Compiling Stencil NowTag.swift
[62/68] Compiling Stencil Filters.swift
[63/68] Compiling Stencil ForTag.swift
[64/68] Compiling Stencil Tokenizer.swift
[65/68] Compiling Stencil Variable.swift
[66/79] Compiling StencilSwiftKit SetNode.swift
[67/79] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[68/80] Compiling StencilSwiftKit Parameters.swift
[69/80] Compiling StencilSwiftKit MapNode.swift
[70/80] Compiling StencilSwiftKit Environment.swift
[71/80] Compiling StencilSwiftKit Filters.swift
[72/80] Compiling StencilSwiftKit CallMacroNodes.swift
[73/80] Compiling StencilSwiftKit Context.swift
[74/80] Emitting module StencilSwiftKit
[75/80] Compiling StencilSwiftKit Filters+Strings.swift
[76/80] Compiling StencilSwiftKit Filters+Numbers.swift
[77/80] Compiling StencilSwiftKit SwiftIdentifier.swift
[78/90] Compiling ModelGenKit Configuration.swift
[79/90] Compiling ModelGenKit LanguageType.swift
[80/90] Emitting module ModelGenKit
/Users/admin/builder/spi-builder-workspace/Sources/ModelGenKit/Utils.swift:36: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
34 | // MARK: - Path as Input Argument
35 |
36 | 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
37 | public init(parser: ArgumentParser) throws {
38 | guard let path = parser.shift() else {
[81/91] Compiling ModelGenKit String+Helpers.swift
[82/91] Compiling ModelGenKit Filters.swift
[83/91] Compiling ModelGenKit Error.swift
[84/91] Compiling ModelGenKit JsonParser.swift
[85/91] Compiling ModelGenKit Schema.swift
[86/91] Compiling ModelGenKit JsonParser+Context.swift
[87/91] Compiling ModelGenKit Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/ModelGenKit/Utils.swift:36: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
34 | // MARK: - Path as Input Argument
35 |
36 | 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
37 | public init(parser: ArgumentParser) throws {
38 | guard let path = parser.shift() else {
[88/91] Compiling ModelGenKit YamlParser.swift
[89/93] Compiling ModelGen main.swift
[90/93] Emitting module ModelGen
[90/93] Write Objects.LinkFileList
[91/93] Linking modelgen
[92/93] Applying modelgen
Build complete! (25.75s)
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/SwiftGen/StencilSwiftKit.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Stencil.git
[1/1411] Fetching pathkit
[16/2999] Fetching pathkit, commander
[491/7007] Fetching pathkit, commander, stencilswiftkit
[2905/17866] Fetching pathkit, commander, stencilswiftkit, yams
[3482/23159] Fetching pathkit, commander, stencilswiftkit, yams, stencil
Fetched https://github.com/kylef/Commander.git from cache (0.82s)
[1999/21571] Fetching pathkit, stencilswiftkit, yams, stencil
Fetched https://github.com/kylef/PathKit.git from cache (1.96s)
Fetched https://github.com/jpsim/Yams.git from cache (1.96s)
Fetched https://github.com/SwiftGen/StencilSwiftKit.git from cache (1.98s)
Fetched https://github.com/kylef/Stencil.git from cache (1.98s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (2.50s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.91s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (2.87s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (0.49s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.47s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit.git
Computed https://github.com/SwiftGen/StencilSwiftKit.git at 2.10.1 (0.47s)
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
Fetched https://github.com/shibapm/Komondor.git from cache (0.88s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (1.38s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
[1/980] Fetching shellout
[178/1560] Fetching shellout, packageconfig
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.80s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.80s)
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.48s)
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.51s)
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/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/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
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/SwiftGen/StencilSwiftKit.git
Working copy of https://github.com/SwiftGen/StencilSwiftKit.git resolved at 2.7.2
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
}
},
{
"name" : "ModelGenKit",
"targets" : [
"ModelGenKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ModelGenTests",
"module_type" : "SwiftTarget",
"name" : "ModelGenTests",
"path" : "Tests/ModelGenTests",
"sources" : [
"Core/TestUtils.swift",
"Tests/ConfigurationTest.swift",
"Tests/ErrorTests.swift",
"Tests/FiltersTest.swift",
"Tests/SchemaTests.swift",
"Tests/YamlParserTest.swift"
],
"target_dependencies" : [
"ModelGenKit"
],
"type" : "test"
},
{
"c99name" : "ModelGenKit",
"module_type" : "SwiftTarget",
"name" : "ModelGenKit",
"path" : "Sources/ModelGenKit",
"product_dependencies" : [
"Commander",
"PathKit",
"Stencil",
"StencilSwiftKit",
"Yams"
],
"product_memberships" : [
"modelgen",
"ModelGenKit"
],
"sources" : [
"Configuration.swift",
"Error.swift",
"Filters.swift",
"JsonParser+Context.swift",
"JsonParser.swift",
"LanguageType.swift",
"Schema.swift",
"String+Helpers.swift",
"Utils.swift",
"YamlParser.swift"
],
"type" : "library"
},
{
"c99name" : "ModelGen",
"module_type" : "SwiftTarget",
"name" : "ModelGen",
"path" : "Sources/ModelGen",
"product_memberships" : [
"modelgen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ModelGenKit"
],
"type" : "executable"
}
],
"tools_version" : "4.2"
}
Done.