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 Kuri, reference master (4f89c4), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 22:48:04 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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/bannzai/Swdifft.git
Fetching https://github.com/kareman/SwiftShell.git
Fetching https://github.com/bannzai/XcodeProject.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/Commander.git
Fetching https://github.com/behrang/YamlSwift.git
[1/140] Fetching swdifft
[105/5003] Fetching swdifft, swiftshell
[106/6387] Fetching swdifft, swiftshell, yamlswift
[134/10585] Fetching swdifft, swiftshell, yamlswift, xcodeproject
[135/11606] Fetching swdifft, swiftshell, yamlswift, xcodeproject, spectre
Fetched https://github.com/bannzai/Swdifft.git from cache (0.68s)
[325/11466] Fetching swiftshell, yamlswift, xcodeproject, spectre
[896/13054] Fetching swiftshell, yamlswift, xcodeproject, spectre, commander
[5809/11670] Fetching swiftshell, xcodeproject, spectre, commander
Fetched https://github.com/behrang/YamlSwift.git from cache (0.98s)
Fetched https://github.com/kylef/Commander.git from cache (1.29s)
Fetched https://github.com/kylef/Spectre.git from cache (1.29s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (1.29s)
Fetched https://github.com/kareman/SwiftShell.git from cache (1.29s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (2.36s)
Computing version for https://github.com/behrang/YamlSwift.git
Computed https://github.com/behrang/YamlSwift.git at 3.4.4 (0.56s)
Computing version for https://github.com/bannzai/XcodeProject.git
Computed https://github.com/bannzai/XcodeProject.git at 1.1.1 (0.54s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.1 (0.55s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (0.54s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (2.37s)
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/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.1
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/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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
========================================
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 (1.67s)
Fetching https://github.com/kareman/SwiftShell.git from cache
Fetching https://github.com/bannzai/XcodeProject.git from cache
Fetching https://github.com/behrang/YamlSwift.git from cache
Fetched https://github.com/kareman/SwiftShell.git from cache (0.47s)
Fetched https://github.com/bannzai/XcodeProject.git from cache (0.48s)
Fetched https://github.com/behrang/YamlSwift.git from cache (0.48s)
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.02s)
Fetching https://github.com/kylef/Commander.git from cache
Fetching https://github.com/bannzai/Swdifft.git from cache
Fetched https://github.com/bannzai/Swdifft.git from cache (0.45s)
Fetched https://github.com/kylef/Commander.git from cache (0.45s)
Computing version for https://github.com/bannzai/Swdifft.git
Computed https://github.com/bannzai/Swdifft.git at 1.0.3 (0.02s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.56s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.45s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.59s)
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/bannzai/XcodeProject.git
Working copy of https://github.com/bannzai/XcodeProject.git resolved at 1.1.1
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/11] Write sources
[1/11] Write kuri-entitlement.plist
[1/11] Write sources
[7/11] Write swift-version--7754E27361AE5C74.txt
[9/35] Compiling SwiftShell Array.swift
[10/35] Compiling SwiftShell String.swift
[11/35] Compiling SwiftShell Process.swift
[12/35] Compiling Swdifft longestCommonSubsequence.swift
[13/35] Compiling Swdifft Swdifft.swift
[14/35] Compiling SwiftShell Lazy-split.swift
[15/35] Compiling SwiftShell Stream.swift
[16/35] Compiling Swdifft StringExtension.swift
[17/35] Emitting module Swdifft
[18/35] Compiling Swdifft Marks.swift
[19/35] Compiling Swdifft Formatter.swift
[20/35] Compiling Swdifft InternalDiffFunction.swift
[21/35] Compiling SwiftShell Files.swift
[22/35] Compiling SwiftShell Context.swift
[23/35] Compiling Yaml YAMLRegex.swift
[24/35] Compiling Yaml YAMLResult.swift
[25/35] Compiling Yaml YAMLTokenizer.swift
[26/35] Emitting module Yaml
[27/35] Compiling Yaml YAMLParser.swift
[28/35] Compiling Yaml Yaml.swift
[29/35] Compiling Yaml YAMLOperators.swift
[30/83] Emitting module SwiftShell
[31/83] Compiling SwiftShell Bash.swift
[32/83] Compiling SwiftShell Command.swift
[33/83] Compiling XcodeProjectCore PBXProjectParser.swift
[34/83] Compiling XcodeProjectCore XcodeProjectSerializer.swift
[35/83] Compiling XcodeProjectCore AutoMockable.swift
[36/83] Compiling XcodeProjectCore KnownFileExtension.swift
[37/83] Compiling XcodeProjectCore PathComponent.swift
[38/88] Compiling XcodeProjectCore ArrayExtension.swift
[39/88] Compiling XcodeProjectCore CollectionExtension.swift
[40/88] Compiling XcodeProjectCore DictionaryExtension.swift
[41/88] Compiling XcodeProjectCore BuildFileExtractor.swift
[42/88] Compiling XcodeProjectCore BuildPhaseExtractor.swift
[43/88] Compiling XcodeProjectCore FileRefExtractor.swift
[44/88] Compiling XcodeProjectCore PBXAtomicValueFormatter.swift
[45/88] Compiling XcodeProjectCore MultiplelineAtomicValueListFieldFormatter.swift
[46/88] Compiling XcodeProjectCore PBXAtomicValueListFieldFormatter.swift
[47/88] Compiling XcodeProjectCore SinglelineAtomicValueListFieldFormatter.swift
[48/88] Compiling XcodeProjectCore PBXMapFormatter.swift
[49/88] Compiling XcodeProjectCore GroupExtractor.swift
[50/88] Compiling XcodeProjectCore NativeTargetExtractor.swift
[51/88] Compiling XcodeProjectCore ResourcesBuildPhaseExtractor.swift
[52/88] Compiling XcodeProjectCore SourcesBuildPhaseExtractor.swift
[53/88] Compiling XcodeProjectCore FieldFormatter.swift
[54/88] Emitting module XcodeProjectCore
[55/88] Compiling XcodeProjectCore BuildFileAppender.swift
[56/88] Compiling XcodeProjectCore BuildPhaseAppender.swift
[57/88] Compiling XcodeProjectCore FileReferenceAppender.swift
[58/88] Compiling XcodeProjectCore GroupAppender.swift
[59/88] Compiling XcodeProjectCore ResourceBuildPhaseAppender.swift
[60/88] Compiling XcodeProjectCore SourceBuildPhaseAppender.swift
[61/88] Compiling XcodeProjectCore PBXType.swift
[62/88] Compiling XcodeProjectCore SecondaryAbstractPBXObject.swift
[63/88] Compiling XcodeProjectCore XC.swift
[64/88] Compiling XcodeProjectCore ObjectType.swift
[65/88] Compiling XcodeProjectCore PBXSubscription.swift
[66/88] Compiling XcodeProjectCore PBXRawMapFormatter.swift
[67/88] Compiling XcodeProjectCore ObjectRowFormatter.swift
[68/88] Compiling XcodeProjectCore TopRowFormatter.swift
[69/88] Compiling XcodeProjectCore XcodeProjectFormatter.swift
[70/88] Compiling XcodeProjectCore SectionFormatter.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 SourceTreeType.swift
[77/88] Compiling XcodeProjectCore FileWriter.swift
[78/88] Compiling XcodeProjectCore XcodeProject.swift
[79/88] Compiling XcodeProjectCore XcodeProjectError.swift
[80/88] Compiling XcodeProjectCore XcodeProjectHelper.swift
[81/88] Compiling XcodeProjectCore FileReferenceMaker.swift
[82/88] Compiling XcodeProjectCore GroupMaker.swift
[83/88] Compiling XcodeProjectCore Context.swift
[84/88] Compiling XcodeProjectCore AbstractPBXObject.swift
[85/88] Compiling XcodeProjectCore PBX.swift
[86/112] Compiling KuriCore CommandEnum.swift
[87/112] Compiling KuriCore CommandIO.swift
[88/112] Compiling KuriCore KuriErrorType.swift
[89/114] Compiling KuriCore DataStoreTemplate.swift
[90/114] Compiling KuriCore EntityTemplate.swift
[91/114] Compiling KuriCore ModelTemplate.swift
[92/114] Compiling KuriCore KuriExtension.swift
[93/114] Compiling KuriCore YamlReadableType.swift
[94/114] Emitting module KuriCore
[95/114] Compiling KuriCore FileOperator.swift
[96/114] Compiling KuriCore Helper.swift
[97/114] Compiling KuriCore Setup.swift
[98/114] Compiling KuriCore SetupComponentType.swift
[99/114] Compiling KuriCore BuilderTemplate.swift
[100/114] Compiling KuriCore YamlReader.swift
[101/114] Compiling KuriCore YamlResource.swift
[102/114] Compiling KuriCore PresenterTemplate.swift
[103/114] Compiling KuriCore RepositoryTemplate.swift
[104/114] Compiling KuriCore Templatable.swift
[105/114] Compiling KuriCore TranslatorTemplate.swift
[106/114] Compiling KuriCore UseCaseTemplate.swift
[107/114] Compiling KuriCore GenerateArgument.swift
[108/114] Compiling KuriCore GenerateComponent.swift
[109/114] Compiling KuriCore Generator.swift
[110/114] Compiling KuriCore ViewTemplate.swift
[111/114] Compiling KuriCore WireframeTemplate.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! (31.55s)
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.