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

Failed to build WrkstrmKit, reference 1.0.1 (e25099), with Swift 6.1 for watchOS using Xcode 16.3 on 14 Aug 2025 22:50:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmKit.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmKit
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at e250996 Use SwiftTesting for UIViewController throw test (#15)
Cloned https://github.com/wrkstrm/WrkstrmKit.git
Revision (git rev-parse @):
e25099644c46ae50b734c5db57e39369508f3977
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmKit.git at 1.0.1
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wrkstrm/WrkstrmKit.git
https://github.com/wrkstrm/WrkstrmKit.git
{
  "dependencies" : [
    {
      "identity" : "wrkstrmfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmFoundation.git"
    },
    {
      "identity" : "wrkstrmlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmLog.git"
    },
    {
      "identity" : "wrkstrmmain",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmMain.git"
    }
  ],
  "manifest_display_name" : "WrkstrmKit",
  "name" : "WrkstrmKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "WrkstrmCrossKit",
      "targets" : [
        "WrkstrmCrossKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WrkstrmKit",
      "targets" : [
        "WrkstrmKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WrkstrmSwiftUI",
      "targets" : [
        "WrkstrmSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WrkstrmSwiftUIExp",
      "targets" : [
        "WrkstrmSwiftUIExp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WrkstrmSwiftUIExp",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmSwiftUIExp",
      "path" : "Sources/WrkstrmSwiftUIExp",
      "product_memberships" : [
        "WrkstrmSwiftUIExp"
      ],
      "sources" : [
        "ActivityViewController.swift",
        "InterpolatingView.swift",
        "MapView.swift",
        "PageControl.swift",
        "PageViewController.swift",
        "WebNavBarView.swift",
        "WebView.swift"
      ],
      "target_dependencies" : [
        "WrkstrmSwiftUI",
        "WrkstrmCrossKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WrkstrmSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmSwiftUI",
      "path" : "Sources/WrkstrmSwiftUI",
      "product_memberships" : [
        "WrkstrmSwiftUI",
        "WrkstrmSwiftUIExp"
      ],
      "sources" : [
        "AnyTransition.swift",
        "IndexedRow.swift",
        "PreviewDevice.swift",
        "UIImagePublisher.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WrkstrmKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmKitTests",
      "path" : "Tests/WrkstrmKitTests",
      "product_dependencies" : [
        "WrkstrmFoundation",
        "WrkstrmMain"
      ],
      "sources" : [
        "CGRectIntersectingTests.swift",
        "FontMetricsTests.swift",
        "UIViewControllerThrowTests.swift",
        "ViewConstraintsTests.swift",
        "WrkstrmKitTests.swift"
      ],
      "target_dependencies" : [
        "WrkstrmKit",
        "WrkstrmCrossKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WrkstrmKit",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmKit",
      "path" : "Sources/WrkstrmKit",
      "product_dependencies" : [
        "WrkstrmFoundation",
        "WrkstrmMain"
      ],
      "product_memberships" : [
        "WrkstrmKit"
      ],
      "sources" : [
        "Displayable/CollectionViewDisplayable/CollectionViewCell.swift",
        "Displayable/CollectionViewDisplayable/CollectionViewController.swift",
        "Displayable/CollectionViewDisplayable/CollectionViewDataSource.swift",
        "Displayable/CollectionViewDisplayable/CollectionViewDisplayable.swift",
        "Displayable/CollectionViewDisplayable/HostingCollectionViewCell.swift",
        "Displayable/CollectionViewDisplayable/UICollectionReusableView+ReusableCell.swift",
        "Displayable/CollectionViewDisplayable/UICollectionView+Registrar.swift",
        "Displayable/CollectionViewDisplayable/UICollectionView+ReusableCell.swift",
        "Displayable/Indexable.swift",
        "Displayable/TableViewDisplayable/HostingTableViewCell.swift",
        "Displayable/TableViewDisplayable/TableViewCell.swift",
        "Displayable/TableViewDisplayable/TableViewController.swift",
        "Displayable/TableViewDisplayable/TableViewDataSource.swift",
        "Displayable/TableViewDisplayable/TableViewDisplayable.swift",
        "Displayable/TableViewDisplayable/UITableView+Registrar.swift",
        "Displayable/TableViewDisplayable/UITableView+ReusableCell.swift",
        "Displayable/TableViewDisplayable/UITableViewCell+ReusableCell.swift",
        "DocumentPicker/DocumentPickerDelegateCompletion.swift",
        "DocumentPicker/SecureDocumentPickerManager.swift",
        "Extensions/CGRect+Intersecting.swift",
        "Extensions/CGSize+Square.swift",
        "Extensions/String+UISceneDefaultConfiguration.swift",
        "Extensions/UIApplication+TopViewController.swift",
        "Extensions/UIApplicationDelegate+LaunchOptions.swift",
        "Extensions/UIContentSizeCategory+Extensions.swift",
        "Extensions/UIImage+Utilities.swift",
        "Extensions/UIStoryboard+UIViewController.swift",
        "Extensions/UIViewController+Throw.swift",
        "FontMetrics.swift",
        "Instantiator.swift",
        "JSON/JSON+TableViewCells.swift",
        "JSON/JSON+TableViewDisplayable.swift",
        "JSON/JSONTableViewController.swift",
        "Log+WrkstrmKit.swift",
        "SceneRoot.swift",
        "StackViewController/StackViewController.swift",
        "UIView/Animation.swift",
        "UIView/CAGradientLayer+Utilities.swift",
        "UIView/CallbackButton.swift",
        "UIView/UIView+Animation.swift",
        "UIView/UIView+Geometry.swift",
        "UIView/UIView+Loading.swift",
        "UIView/UIView+Pulse.swift"
      ],
      "target_dependencies" : [
        "WrkstrmCrossKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WrkstrmCrossKit",
      "module_type" : "SwiftTarget",
      "name" : "WrkstrmCrossKit",
      "path" : "Sources/WrkstrmCrossKit",
      "product_dependencies" : [
        "WrkstrmLog"
      ],
      "product_memberships" : [
        "WrkstrmCrossKit",
        "WrkstrmKit",
        "WrkstrmSwiftUIExp"
      ],
      "sources" : [
        "Displayable/Grid.swift",
        "Displayable/Registrar.swift",
        "Displayable/ReusableCell.swift",
        "Displayable/ReusableItem.swift",
        "Extensions/UIImage+SystemImages.swift",
        "Screen.swift",
        "View+Constraints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
warning: 'spi-builder-workspace': ---- Wrkstrm Deps ----
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0)))]
---- Wrkstrm Deps ----
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/wrkstrm/WrkstrmMain.git
Fetching from https://github.com/wrkstrm/WrkstrmFoundation.git
Fetching from https://github.com/wrkstrm/WrkstrmLog.git
Fetching from https://github.com/apple/swift-log.git (cached)
Creating working copy of package ‘WrkstrmLog’
Checking out 2.0.0 of package ‘WrkstrmLog’
Creating working copy of package ‘WrkstrmFoundation’
Checking out 2.1.0 of package ‘WrkstrmFoundation’
Creating working copy of package ‘WrkstrmMain’
Checking out 2.3.0 of package ‘WrkstrmMain’
Creating working copy of package ‘swift-log’
Checking out 1.6.4 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.3.0
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.0.0
  WrkstrmKit: /Users/admin/builder/spi-builder-workspace
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.1.0
resolved source packages: swift-log, WrkstrmMain, WrkstrmLog, WrkstrmKit, WrkstrmFoundation
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposableArchitecture_watchOS -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 ComposableArchitecture_watchOS -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.3.0
  WrkstrmKit: /Users/admin/builder/spi-builder-workspace
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.0.0
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.1.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
2025-08-14 15:50:47.582 xcodebuild[828:4466] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-14-08_15-50-0047.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "ComposableArchitecture_watchOS". The "-list" option can be used to find the names of the schemes in the workspace.
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:
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.0.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.3.0
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.1.0
  WrkstrmKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: WrkstrmLog, swift-log, WrkstrmMain, WrkstrmFoundation, WrkstrmKit
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposableArchitecture_watchOS -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 ComposableArchitecture_watchOS -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  WrkstrmLog: https://github.com/wrkstrm/WrkstrmLog.git @ 2.0.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.4
  WrkstrmMain: https://github.com/wrkstrm/WrkstrmMain.git @ 2.3.0
  WrkstrmKit: /Users/admin/builder/spi-builder-workspace
  WrkstrmFoundation: https://github.com/wrkstrm/WrkstrmFoundation.git @ 2.1.0
2025-08-14 15:50:49.380 xcodebuild[901:4776] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-14-08_15-50-0049.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "ComposableArchitecture_watchOS". The "-list" option can be used to find the names of the schemes in the workspace.
BUILD FAILURE 6.1 watchOS