The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Colibri, reference main (f8a14e), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Apr 2025 16:19:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Colibri-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/colibri.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rock-n-code/colibri
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8a14e4 Improved the Build subcommand to support the building of Docker images (#11)
Cloned https://github.com/rock-n-code/colibri.git
Revision (git rev-parse @):
f8a14e46ed87414971e2429d11df2cc2ed5cbdd0
SUCCESS checkout https://github.com/rock-n-code/colibri.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rock-n-code/colibri.git
https://github.com/rock-n-code/colibri.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Internal/Protocols/RandomableTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildArtifactTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Internal/Protocols/Randomable.swift",
        "Sources/Public/Enumerations/Artifact.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildArtifactTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Definitions/Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/hummingbird-project/swift-mustache
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-mustache’
Checking out 2.0.0 of package ‘swift-mustache’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.0
resolved source packages: swift-argument-parser, Colibri, swift-mustache
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Internal/Protocols/RandomableTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildArtifactTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Internal/Protocols/Randomable.swift",
        "Sources/Public/Enumerations/Artifact.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildArtifactTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Definitions/Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "colibri",
      "Colibri-Package",
      "ColibriLibrary"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Colibri-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Colibri-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'colibri' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'Colibri_ColibriLibrary' in project 'Colibri' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9b78008602f2e33422e4681abfb5da84
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9b78008602f2e33422e4681abfb5da84.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'colibri' from project 'Colibri')
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ColibriLibrary' from project 'Colibri')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Colibri-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Colibri: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-mustache, swift-argument-parser, Colibri
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Internal/Protocols/RandomableTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildArtifactTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Internal/Protocols/Randomable.swift",
        "Sources/Public/Enumerations/Artifact.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildArtifactTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Definitions/Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "colibri",
      "Colibri-Package",
      "ColibriLibrary"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Colibri-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Colibri-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Colibri: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-mustache: https://github.com/hummingbird-project/swift-mustache @ 2.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'colibri' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Colibri_ColibriLibrary' in project 'Colibri'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache'
        ➜ Explicit dependency on target 'Mustache' in project 'swift-mustache'
    Target 'Mustache' in project 'swift-mustache' (no dependencies)
    Target 'Colibri_ColibriLibrary' in project 'Colibri' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 752c876e0761a534379adc083983cdc6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/752c876e0761a534379adc083983cdc6.xcbuilddata
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'colibri' from project 'Colibri')
error: The package product 'Mustache' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'ColibriLibrary' from project 'Colibri')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Colibri-Package
(1 failure)
BUILD FAILURE 6.1 watchOS