The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ContextuallyUniqueIdentifier, reference 1.2.0 (ede27f), with Swift 6.3 for watchOS using Xcode 26.4 on 18 Apr 2026 08:03:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at ede27fa Merge pull request #3 from RougeWare/feature/renaming/COID
Cloned https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Revision (git rev-parse @):
ede27fa9e881b4c928559bf281bb9b0154e96f20
SUCCESS checkout https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git at 1.2.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/RougeWare/Swift-Simple-Logging.git
Fetching from https://github.com/RougeWare/Swift-Function-Tools.git
Fetching from https://github.com/RougeWare/Swift-Lazy-Containers.git
Creating working copy of package ‘Swift-Lazy-Containers’
Checking out 4.1.0 of package ‘Swift-Lazy-Containers’
Creating working copy of package ‘Swift-Simple-Logging’
Checking out 0.5.2 of package ‘Swift-Simple-Logging’
Creating working copy of package ‘Swift-Function-Tools’
Checking out 1.2.4 of package ‘Swift-Function-Tools’
Resolve Package Graph
Resolved source packages:
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  ContextuallyUniqueIdentifier: /Users/admin/builder/spi-builder-workspace
  SimpleLogging: https://github.com/RougeWare/Swift-Simple-Logging.git @ 0.5.2
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
resolved source packages: LazyContainers, ContextuallyUniqueIdentifier, SimpleLogging, FunctionTools
2026-04-18 04:03:03.426 xcodebuild[529:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-simple-logging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Simple-Logging.git"
    }
  ],
  "manifest_display_name" : "ContextuallyUniqueIdentifier",
  "name" : "ContextuallyUniqueIdentifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "COID",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppUniqueIdentifier",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContextuallyUniqueIdentifierTests",
      "module_type" : "SwiftTarget",
      "name" : "ContextuallyUniqueIdentifierTests",
      "path" : "Tests/ContextuallyUniqueIdentifierTests",
      "sources" : [
        "ContextuallyUniqueIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "COID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "COID",
      "module_type" : "SwiftTarget",
      "name" : "COID",
      "path" : "Sources/COID",
      "product_dependencies" : [
        "SimpleLogging"
      ],
      "product_memberships" : [
        "COID",
        "AppUniqueIdentifier"
      ],
      "sources" : [
        "ContextuallyUniqueIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppUniqueIdentifier",
      "COID",
      "ContextuallyUniqueIdentifier-Package"
    ]
  }
}
2026-04-18 04:03:11.200 xcodebuild[730:4241] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ContextuallyUniqueIdentifier-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 ContextuallyUniqueIdentifier-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SimpleLogging: https://github.com/RougeWare/Swift-Simple-Logging.git @ 0.5.2
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
  ContextuallyUniqueIdentifier: /Users/admin/builder/spi-builder-workspace
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'AppUniqueIdentifier' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
    Target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
    Target 'LazyContainers' in project 'LazyContainers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5f528db46d542a54f76899fd0003dc82
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5f528db46d542a54f76899fd0003dc82.xcbuilddata
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
2026-04-18 04:03:13.761 xcodebuild[734:4296] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ContextuallyUniqueIdentifier-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
  ContextuallyUniqueIdentifier: /Users/admin/builder/spi-builder-workspace
  SimpleLogging: https://github.com/RougeWare/Swift-Simple-Logging.git @ 0.5.2
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
resolved source packages: FunctionTools, ContextuallyUniqueIdentifier, SimpleLogging, LazyContainers
2026-04-18 04:03:15.648 xcodebuild[773:4532] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-simple-logging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Simple-Logging.git"
    }
  ],
  "manifest_display_name" : "ContextuallyUniqueIdentifier",
  "name" : "ContextuallyUniqueIdentifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "COID",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppUniqueIdentifier",
      "targets" : [
        "COID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContextuallyUniqueIdentifierTests",
      "module_type" : "SwiftTarget",
      "name" : "ContextuallyUniqueIdentifierTests",
      "path" : "Tests/ContextuallyUniqueIdentifierTests",
      "sources" : [
        "ContextuallyUniqueIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "COID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "COID",
      "module_type" : "SwiftTarget",
      "name" : "COID",
      "path" : "Sources/COID",
      "product_dependencies" : [
        "SimpleLogging"
      ],
      "product_memberships" : [
        "COID",
        "AppUniqueIdentifier"
      ],
      "sources" : [
        "ContextuallyUniqueIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "AppUniqueIdentifier",
      "COID",
      "ContextuallyUniqueIdentifier-Package"
    ]
  }
}
2026-04-18 04:03:17.023 xcodebuild[782:4591] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ContextuallyUniqueIdentifier-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 ContextuallyUniqueIdentifier-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: https://github.com/RougeWare/Swift-Simple-Logging.git @ 0.5.2
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
  ContextuallyUniqueIdentifier: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'AppUniqueIdentifier' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'COID' in project 'ContextuallyUniqueIdentifier'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'SimpleLogging' in project 'SimpleLogging'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools'
        ➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
    Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
    Target 'LazyContainers' in project 'LazyContainers'
        ➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
    Target 'LazyContainers' in project 'LazyContainers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5f528db46d542a54f76899fd0003dc82
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5f528db46d542a54f76899fd0003dc82.xcbuilddata
error: The package product 'LazyContainers' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
error: The package product 'FunctionTools' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'SimpleLogging' from project 'SimpleLogging')
2026-04-18 04:03:17.954 xcodebuild[784:4619] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme ContextuallyUniqueIdentifier-Package
(1 failure)
BUILD FAILURE 6.3 watchOS