Build Information
Successful build of Kuri, reference master (4f89c4
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 12:28:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/kuri.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/kuri
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4f89c4b Merge pull request #24 from hicka04/fix/install/swiftpm-swift5.3
Cloned https://github.com/bannzai/kuri.git
Revision (git rev-parse @):
4f89c4b56c085e01de8e046bc3af9bbf5021474b
SUCCESS checkout https://github.com/bannzai/kuri.git at master
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kareman/SwiftShell.git
Fetching https://github.com/bannzai/XcodeProject.git
Fetching https://github.com/behrang/YamlSwift.git
Fetching https://github.com/bannzai/Swdifft.git
Fetching https://github.com/kylef/Commander.git
[1/1384] Fetching yamlswift
[29/1524] Fetching yamlswift, swdifft
[57/5722] Fetching yamlswift, swdifft, xcodeproject
[211/10585] Fetching yamlswift, swdifft, xcodeproject, swiftshell
[464/11606] Fetching yamlswift, swdifft, xcodeproject, swiftshell, spectre
[1036/13194] Fetching yamlswift, swdifft, xcodeproject, swiftshell, spectre, commander
Fetched https://github.com/bannzai/Swdifft.git from cache (0.99s)
Fetched https://github.com/kylef/Commander.git from cache (1.00s)
[7722/11466] Fetching yamlswift, xcodeproject, swiftshell, spectre
Fetched https://github.com/behrang/YamlSwift.git from cache (1.32s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (1.32s)
Fetched https://github.com/kareman/SwiftShell.git from cache (1.32s)
Fetched https://github.com/kylef/Spectre.git from cache (1.32s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (2.58s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.67s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.64s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.64s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (0.64s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (2.62s)
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.0
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
Creating working copy for https://github.com/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
Creating working copy for https://github.com/bannzai/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
Creating working copy for https://github.com/bannzai/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
========================================
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": "kuri",
"name": "Kuri",
"url": "https://github.com/bannzai/kuri.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/kuri",
"dependencies": [
{
"identity": "xcodeproject",
"name": "XcodeProject",
"url": "https://github.com/bannzai/XcodeProject.git",
"version": "1.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XcodeProject",
"dependencies": [
{
"identity": "swdifft",
"name": "Swdifft",
"url": "https://github.com/bannzai/Swdifft.git",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swdifft",
"dependencies": [
]
},
{
"identity": "commander",
"name": "Commander",
"url": "https://github.com/kylef/Commander.git",
"version": "0.9.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Commander",
"dependencies": [
{
"identity": "spectre",
"name": "Spectre",
"url": "https://github.com/kylef/Spectre.git",
"version": "0.10.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
"dependencies": [
]
}
]
}
]
},
{
"identity": "yamlswift",
"name": "Yaml",
"url": "https://github.com/behrang/YamlSwift.git",
"version": "3.4.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YamlSwift",
"dependencies": [
]
},
{
"identity": "swiftshell",
"name": "SwiftShell",
"url": "https://github.com/kareman/SwiftShell.git",
"version": "5.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bannzai/kuri.git
[1/1780] Fetching kuri
Fetched https://github.com/bannzai/kuri.git from cache (2.06s)
Fetching https://github.com/behrang/YamlSwift.git from cache
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/bannzai/XcodeProject.git from cache
Fetched https://github.com/behrang/YamlSwift.git from cache (0.48s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.50s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.50s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (0.03s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.02s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.03s)
Fetching https://github.com/bannzai/Swdifft.git from cache
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/bannzai/Swdifft.git from cache (0.50s)
Fetched https://github.com/kylef/Commander.git from cache (0.50s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (0.03s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.65s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.46s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.66s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
Creating working copy for https://github.com/bannzai/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
Creating working copy for https://github.com/bannzai/kuri.git
Working copy of https://github.com/bannzai/kuri.git resolved at master (4f89c4b)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/behrang/YamlSwift.git
Working copy of https://github.com/behrang/YamlSwift.git resolved at 3.4.4
Creating working copy for https://github.com/bannzai/Swdifft.git
Working copy of https://github.com/bannzai/Swdifft.git resolved at 1.0.3
warning: 'xcodeproject': The target named 'XcodeProject' was identified as an executable target but a non-executable product with this name already exists.
Found 3 product dependencies
- XcodeProject
- Yaml
- SwiftShell
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/bannzai/kuri.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/11] Write sources
[5/11] Write kuri-entitlement.plist
[7/11] Write swift-version--7754E27361AE5C74.txt
[9/35] Compiling SwiftShell Array.swift
[10/35] Emitting module SwiftShell
[11/35] Compiling SwiftShell Lazy-split.swift
[12/35] Compiling SwiftShell Process.swift
[13/35] Compiling SwiftShell Stream.swift
[14/35] Compiling SwiftShell String.swift
[15/35] Compiling SwiftShell Files.swift
[16/35] Compiling SwiftShell Context.swift
[17/35] Compiling Swdifft Swdifft.swift
[18/35] Compiling Swdifft StringExtension.swift
[19/35] Emitting module Swdifft
[20/35] Compiling Swdifft longestCommonSubsequence.swift
[21/35] Compiling Swdifft InternalDiffFunction.swift
[22/35] Compiling Swdifft Formatter.swift
[23/35] Compiling Swdifft Marks.swift
[24/35] Compiling Yaml YAMLTokenizer.swift
[25/35] Compiling Yaml Yaml.swift
[26/35] Compiling Yaml YAMLResult.swift
[27/35] Compiling Yaml YAMLRegex.swift
[28/62] Compiling Yaml YAMLOperators.swift
[29/63] Emitting module Yaml
[30/63] Compiling Yaml YAMLParser.swift
[31/83] Compiling SwiftShell Command.swift
[32/83] Compiling SwiftShell Bash.swift
[33/83] Compiling XcodeProjectCore ArrayExtension.swift
[34/83] Compiling XcodeProjectCore CollectionExtension.swift
[35/83] Compiling XcodeProjectCore DictionaryExtension.swift
[36/83] Compiling XcodeProjectCore BuildFileExtractor.swift
[37/83] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[38/83] Compiling XcodeProjectCore FileRefExtractor.swift
[39/88] Compiling XcodeProjectCore PBXProjectParser.swift
[40/88] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[41/88] Compiling XcodeProjectCore AutoMockable.swift
[42/88] Compiling XcodeProjectCore KnownFileExtension.swift
[43/88] Compiling XcodeProjectCore PathComponent.swift
[44/88] Compiling XcodeProjectCore BuildFileAppender.swift
[45/88] Compiling XcodeProjectCore BuildPhaseAppender.swift
[46/88] Compiling XcodeProjectCore FileReferenceAppender.swift
[47/88] Compiling XcodeProjectCore GroupAppender.swift
[48/88] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[49/88] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[50/88] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[51/88] Compiling XcodeProjectCore ObjectRowFormatter.swift
[52/88] Compiling XcodeProjectCore TopRowFormatter.swift
[53/88] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[54/88] Compiling XcodeProjectCore SectionFormatter.swift
[55/88] Compiling XcodeProjectCore GroupExtractor.swift
[56/88] Compiling XcodeProjectCore NativeTargetExtractor.swift
[57/88] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[58/88] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[59/88] Compiling XcodeProjectCore FieldFormatter.swift
[60/88] Emitting module XcodeProjectCore
[61/88] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[62/88] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[63/88] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[64/88] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[65/88] Compiling XcodeProjectCore PBXMapFormatter.swift
[66/88] Compiling XcodeProjectCore PBXType.swift
[67/88] Compiling XcodeProjectCore SecondaryAbstractPBXObject.swift
[68/88] Compiling XcodeProjectCore XC.swift
[69/88] Compiling XcodeProjectCore ObjectType.swift
[70/88] Compiling XcodeProjectCore PBXSubscription.swift
[71/88] Compiling XcodeProjectCore SectionRowFormatter.swift
[72/88] Compiling XcodeProjectCore SerializeFormatter.swift
[73/88] Compiling XcodeProjectCore StringGenerator.swift
[74/88] Compiling XcodeProjectCore BuildFileMaker.swift
[75/88] Compiling XcodeProjectCore BuildPhaseMaker.swift
[76/88] Compiling XcodeProjectCore FileReferenceMaker.swift
[77/88] Compiling XcodeProjectCore GroupMaker.swift
[78/88] Compiling XcodeProjectCore Context.swift
[79/88] Compiling XcodeProjectCore AbstractPBXObject.swift
[80/88] Compiling XcodeProjectCore PBX.swift
[81/88] Compiling XcodeProjectCore SourceTreeType.swift
[82/88] Compiling XcodeProjectCore FileWriter.swift
[83/88] Compiling XcodeProjectCore XcodeProject.swift
[84/88] Compiling XcodeProjectCore XcodeProjectError.swift
[85/88] Compiling XcodeProjectCore XcodeProjectHelper.swift
[86/112] Emitting module KuriCore
[87/114] Compiling KuriCore ViewTemplate.swift
[88/114] Compiling KuriCore WireframeTemplate.swift
[89/114] Compiling KuriCore FileOperator.swift
[90/114] Compiling KuriCore Helper.swift
[91/114] Compiling KuriCore PresenterTemplate.swift
[92/114] Compiling KuriCore RepositoryTemplate.swift
[93/114] Compiling KuriCore Templatable.swift
[94/114] Compiling KuriCore KuriExtension.swift
[95/114] Compiling KuriCore YamlReadableType.swift
[96/114] Compiling KuriCore DataStoreTemplate.swift
[97/114] Compiling KuriCore EntityTemplate.swift
[98/114] Compiling KuriCore ModelTemplate.swift
[99/114] Compiling KuriCore CommandEnum.swift
[100/114] Compiling KuriCore CommandIO.swift
[101/114] Compiling KuriCore KuriErrorType.swift
[102/114] Compiling KuriCore Setup.swift
[103/114] Compiling KuriCore SetupComponentType.swift
[104/114] Compiling KuriCore BuilderTemplate.swift
[105/114] Compiling KuriCore TranslatorTemplate.swift
[106/114] Compiling KuriCore UseCaseTemplate.swift
[107/114] Compiling KuriCore YamlReader.swift
[108/114] Compiling KuriCore YamlResource.swift
[109/114] Compiling KuriCore GenerateArgument.swift
[110/114] Compiling KuriCore GenerateComponent.swift
[111/114] Compiling KuriCore Generator.swift
[112/116] Emitting module Kuri
[113/116] Compiling Kuri main.swift
[113/116] Write Objects.LinkFileList
[114/116] Linking kuri
[115/116] Applying kuri
Build complete! (32.63s)
warning: 'xcodeproject': The target named 'XcodeProject' was identified as an executable target but a non-executable product with this name already exists.
Build complete.
{
"dependencies" : [
{
"identity" : "xcodeproject",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bannzai/XcodeProject.git"
},
{
"identity" : "yamlswift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/behrang/YamlSwift.git"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
}
],
"manifest_display_name" : "Kuri",
"name" : "Kuri",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "kuri",
"targets" : [
"Kuri"
],
"type" : {
"executable" : null
}
},
{
"name" : "KuriCore",
"targets" : [
"KuriCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KuriCoreTests",
"module_type" : "SwiftTarget",
"name" : "KuriCoreTests",
"path" : "Tests/KuriCoreTests",
"product_dependencies" : [
"SwiftShell"
],
"sources" : [
"KuriCoreTests.swift"
],
"target_dependencies" : [
"KuriCore"
],
"type" : "test"
},
{
"c99name" : "KuriCore",
"module_type" : "SwiftTarget",
"name" : "KuriCore",
"path" : "Sources/KuriCore",
"product_dependencies" : [
"XcodeProject",
"Yaml",
"SwiftShell"
],
"product_memberships" : [
"kuri",
"KuriCore"
],
"sources" : [
"Command/CommandEnum.swift",
"Command/CommandIO.swift",
"Command/Error/KuriErrorType.swift",
"Command/GenerateArgument.swift",
"Command/GenerateComponent.swift",
"Command/Generator.swift",
"Command/Setup.swift",
"Command/SetupComponentType.swift",
"Template/Builder/BuilderTemplate.swift",
"Template/DataStore/DataStoreTemplate.swift",
"Template/Entity/EntityTemplate.swift",
"Template/Model/ModelTemplate.swift",
"Template/Presenter/PresenterTemplate.swift",
"Template/Repository/RepositoryTemplate.swift",
"Template/Templatable.swift",
"Template/Translator/TranslatorTemplate.swift",
"Template/UseCase/UseCaseTemplate.swift",
"Template/View/ViewTemplate.swift",
"Template/Wireframe/WireframeTemplate.swift",
"Util/FileOperator.swift",
"Util/Helper.swift",
"Util/KuriExtension.swift",
"Yaml/YamlReadableType.swift",
"Yaml/YamlReader.swift",
"Yaml/YamlResource.swift"
],
"type" : "library"
},
{
"c99name" : "Kuri",
"module_type" : "SwiftTarget",
"name" : "Kuri",
"path" : "Sources/Kuri",
"product_memberships" : [
"kuri"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KuriCore"
],
"type" : "executable"
}
],
"tools_version" : "4.0"
}
Done.