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 v0.3.0 (888d00), with Swift 6.0 for watchOS using Xcode 16.2 on 21 Feb 2025 03:03:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rock-n-code/colibri.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rock-n-code/colibri
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 888d00c Set executable, package, and IDE tasks in the Makefile (#10)
Cloned https://github.com/rock-n-code/colibri.git
Revision (git rev-parse @):
888d00c1e8a22a21b724b97fc11f34bc1e975ff3
SUCCESS checkout https://github.com/rock-n-code/colibri.git at v0.3.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
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/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.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/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/BuildProjectTask.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/Extensions/IDE+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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/hummingbird-project/swift-mustache
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-mustache’
Checking out 2.0.0 of package ‘swift-mustache’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
  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
  Colibri: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, swift-mustache, 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/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.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/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/BuildProjectTask.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/Extensions/IDE+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.2.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.2.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"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
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
Prepare packages
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f50baf0f34a457426ab4e7f52ced45e5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f50baf0f34a457426ab4e7f52ced45e5.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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Colibri: /Users/admin/builder/spi-builder-workspace
  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
resolved source packages: Colibri, swift-mustache, swift-argument-parser
{
  "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/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.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/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/BuildProjectTask.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/Extensions/IDE+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.2.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.2.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
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2a1732d0b1ab5e9eab094a7a1762b766
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2a1732d0b1ab5e9eab094a7a1762b766.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.0 watchOS