The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FunctionalAPI with Swift 5.9 for watchOS using Xcode 15.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FunctionalAPI -destination generic/platform=watchos

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/FunctionalAPI.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sloik/FunctionalAPI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 55cb301 Merge pull request #21 from sloik/renovate/pointfreeco-swift-snapshot-testing-1.x
Cloned https://github.com/sloik/FunctionalAPI.git
Revision (git rev-parse @):
55cb30121c2aa2fd2759bfbef99b8e6230e50ecb
SUCCESS checkout https://github.com/sloik/FunctionalAPI.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.9
Building package at path:  $workDir
https://github.com/sloik/FunctionalAPI.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git (cached)
Fetching from https://github.com/sloik/EitherSwift.git (cached)
Fetching from https://github.com/apple/swift-syntax (cached)
Creating working copy of package ‘EitherSwift’
Checking out 1.2.0 of package ‘EitherSwift’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.16.0 of package ‘swift-snapshot-testing’
Resolve Package Graph
Resolved source packages:
  FunctionalAPI: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax @ 510.0.1
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.16.0
  EitherSwift: https://github.com/sloik/EitherSwift.git @ 1.2.0
resolved source packages: FunctionalAPI, swift-syntax, swift-snapshot-testing, EitherSwift
objc[60378]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10addc0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c60c0e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.16.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "eitherswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sloik/EitherSwift.git"
    }
  ],
  "manifest_display_name" : "FunctionalAPI",
  "name" : "FunctionalAPI",
  "path" : "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "FunctionalAPI",
      "targets" : [
        "FunctionalAPI"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FunctionalAPITests",
      "module_type" : "SwiftTarget",
      "name" : "FunctionalAPITests",
      "path" : "Tests/FunctionalAPITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "FunctionalAPITests.swift"
      ],
      "target_dependencies" : [
        "FunctionalAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FunctionalAPI",
      "module_type" : "SwiftTarget",
      "name" : "FunctionalAPI",
      "path" : "Sources/FunctionalAPI",
      "product_dependencies" : [
        "EitherSwift"
      ],
      "product_memberships" : [
        "FunctionalAPI"
      ],
      "sources" : [
        "Development.swift",
        "FreeMaps.swift",
        "FunctionsCombinators.swift",
        "Identity.swift",
        "NOPs.swift",
        "Phantom.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "EitherSwift",
      "FunctionalAPI"
    ]
  }
}
objc[60639]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1095b80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b32c0e0). One of the two will be used. Which one is undefined.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "EitherSwift",
      "FunctionalAPI"
    ]
  }
}
objc[60648]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e65c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x11076c0e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FunctionalAPI -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme FunctionalAPI -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  EitherSwift: https://github.com/sloik/EitherSwift.git @ 1.2.0
  swift-syntax: https://github.com/apple/swift-syntax @ 510.0.1
  FunctionalAPI: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.16.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'FunctionalAPITests' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
        ➜ Explicit dependency on target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
    Target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'EitherSwift' in project 'EitherSwift'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'EitherSwift' in project 'EitherSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 3423cf6193858f967ad76d515ddb436e
Build description path: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3423cf6193858f967ad76d515ddb436e.xcbuilddata
error: The package product 'EitherSwift' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'FunctionalAPI' from project 'FunctionalAPI')
error: The package product 'EitherSwift' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'FunctionalAPI' from project 'FunctionalAPI')
Resolve Package Graph
objc[60653]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1109500e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1110640e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme FunctionalAPI -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/apple/swift-syntax @ 510.0.1
  FunctionalAPI: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.16.0
  EitherSwift: https://github.com/sloik/EitherSwift.git @ 1.2.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'FunctionalAPITests' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
        ➜ Explicit dependency on target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing'
        ➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
    Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
    Target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'FunctionalAPI' in project 'FunctionalAPI'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'EitherSwift' in project 'EitherSwift'
        ➜ Explicit dependency on target 'EitherSwift' in project 'EitherSwift'
    Target 'EitherSwift' in project 'EitherSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 3423cf6193858f967ad76d515ddb436e
Build description path: /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3423cf6193858f967ad76d515ddb436e.xcbuilddata
error: The package product 'EitherSwift' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'FunctionalAPI' from project 'FunctionalAPI')
error: The package product 'EitherSwift' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'FunctionalAPI' from project 'FunctionalAPI')
objc[60690]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10b17c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10dcb40e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.9 watchOS