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 DSFDockTile with Swift 5.10 for watchOS using Xcode 15.4.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFDockTile.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFDockTile
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74fe541 Added commit action
Cloned https://github.com/dagronf/DSFDockTile.git
Revision (git rev-parse @):
74fe5412bf42d9bfd461598178fe2902b32edf99
SUCCESS checkout https://github.com/dagronf/DSFDockTile.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dagronf/DSFDockTile.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/dagronf/DSFImageFlipbook (cached)
Creating working copy of package ‘DSFImageFlipbook’
Checking out 1.0.1 of package ‘DSFImageFlipbook’
Resolved source packages:
  DSFDockTile: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
  DSFImageFlipbook: https://github.com/dagronf/DSFImageFlipbook @ 1.0.1
resolved source packages: DSFDockTile, DSFImageFlipbook
objc[18989]: 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 (0x110a380e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1116fc0e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "dsfimageflipbook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFImageFlipbook"
    }
  ],
  "manifest_display_name" : "DSFDockTile",
  "name" : "DSFDockTile",
  "path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFDockTile",
      "targets" : [
        "DSFDockTile"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFDockTileTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFDockTileTests",
      "path" : "Tests/DSFDockTileTests",
      "sources" : [
        "DSFDockTileTests.swift"
      ],
      "target_dependencies" : [
        "DSFDockTile"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFDockTile",
      "module_type" : "SwiftTarget",
      "name" : "DSFDockTile",
      "path" : "Sources/DSFDockTile",
      "product_dependencies" : [
        "DSFImageFlipbook"
      ],
      "product_memberships" : [
        "DSFDockTile"
      ],
      "resources" : [
        {
          "path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DSFDockTile/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DSFDockTile+Animation.swift",
        "DSFDockTile+Attention.swift",
        "DSFDockTile+ConstantImage.swift",
        "DSFDockTile+Core.swift",
        "DSFDockTile+Image.swift",
        "DSFDockTile+SwiftUI.swift",
        "DSFDockTile+ViewController.swift",
        "DSFDockTile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DSFDockTile"
    ]
  }
}
objc[19294]: 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 (0x11019c0e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112cb40e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme DSFDockTile -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme DSFDockTile -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  DSFImageFlipbook: https://github.com/dagronf/DSFImageFlipbook @ 1.0.1
  DSFDockTile: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFImageFlipbook' in project 'DSFImageFlipbook' (no dependencies)
    Target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e1848064d463730286f59a0b163ac0f9
Build description path: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e1848064d463730286f59a0b163ac0f9.xcbuilddata
error: The package product 'DSFImageFlipbook' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DSFDockTile' from project 'DSFDockTile')
objc[19322]: 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 (0x1105600e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1138d80e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme DSFDockTile -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  DSFImageFlipbook: https://github.com/dagronf/DSFImageFlipbook @ 1.0.1
  DSFDockTile: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
    Target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
        ➜ Explicit dependency on target 'DSFImageFlipbook' in project 'DSFImageFlipbook'
    Target 'DSFImageFlipbook' in project 'DSFImageFlipbook' (no dependencies)
    Target 'DSFDockTile_DSFDockTile' in project 'DSFDockTile' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'DSFImageFlipbook' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'DSFDockTile' from project 'DSFDockTile')
objc[19385]: 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 (0x110c700e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1137840e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
BUILD FAILURE 5.10 watchOS