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 swift-web-semantics, reference master (0fe33d), with Swift 5.8 for watchOS using Xcode 14.3 on 25 Jun 2024 09:34:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme swift-web-semantics-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taylorbswift/swift-web-semantics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/taylorbswift/swift-web-semantics
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0fe33d9 fix outdated links
Cloned https://github.com/taylorbswift/swift-web-semantics.git
Revision (git rev-parse @):
0fe33d9e2ba252d2a99a999eb3bc45ca5599a219
SUCCESS checkout https://github.com/taylorbswift/swift-web-semantics.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.8
Building package at path:  $workDir
https://github.com/taylorbswift/swift-web-semantics.git
Command line invocation:
    /Applications/Xcode-14.3.1.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/kelvin13/swift-hash.git
Creating working copy of package ‘swift-hash’
Checking out 0.6.0 of package ‘swift-hash’
Resolve Package Graph
Resolved source packages:
  swift-hash: https://github.com/kelvin13/swift-hash.git @ 0.6.0
  swift-web-semantics: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-hash, swift-web-semantics
2024-06-25 05:34:20.334 xcodebuild[467:2434] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
    {
      "identity" : "swift-hash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kelvin13/swift-hash.git"
    }
  ],
  "manifest_display_name" : "swift-web-semantics",
  "name" : "swift-web-semantics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MIME",
      "targets" : [
        "MIME"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebResponse",
      "targets" : [
        "WebResponse"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WebSemantics",
      "targets" : [
        "WebSemantics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSemantics",
      "module_type" : "SwiftTarget",
      "name" : "WebSemantics",
      "path" : "Sources/WebSemantics",
      "product_memberships" : [
        "WebSemantics"
      ],
      "sources" : [
        "WebService.swift"
      ],
      "target_dependencies" : [
        "WebResponse"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebResponse",
      "module_type" : "SwiftTarget",
      "name" : "WebResponse",
      "path" : "Sources/WebResponse",
      "product_dependencies" : [
        "SHA2"
      ],
      "product_memberships" : [
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "SHA2.swift",
        "WebResponse.Payload.swift",
        "WebResponse.swift"
      ],
      "target_dependencies" : [
        "MIME"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MIME",
      "module_type" : "SwiftTarget",
      "name" : "MIME",
      "path" : "Sources/MIME",
      "product_memberships" : [
        "MIME",
        "WebResponse",
        "WebSemantics"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MIME",
      "swift-web-semantics-Package",
      "WebResponse",
      "WebSemantics"
    ]
  }
}
2024-06-25 05:34:32.888 xcodebuild[590:2990] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme swift-web-semantics-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-web-semantics-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
Resolve Package Graph
Resolved source packages:
  swift-web-semantics: /Users/admin/builder/spi-builder-workspace
  swift-hash: https://github.com/kelvin13/swift-hash.git @ 0.6.0
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 331d23033020be933cac82a22401e280
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/331d23033020be933cac82a22401e280.xcbuilddata
note: Building targets in dependency order
error: The package product 'SHA2' requires minimum platform version 9.4 for the watchOS platform, but this target supports 4.0 (in target 'WebResponse' from project 'swift-web-semantics')
error: The package product 'SHA2' requires minimum platform version 9.4 for the watchOS platform, but this target supports 4.0 (in target 'WebSemantics' from project 'swift-web-semantics')
Resolve Package Graph
2024-06-25 05:34:33.599 xcodebuild[591:3035] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-web-semantics-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-hash: https://github.com/kelvin13/swift-hash.git @ 0.6.0
  swift-web-semantics: /Users/admin/builder/spi-builder-workspace
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 331d23033020be933cac82a22401e280
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/331d23033020be933cac82a22401e280.xcbuilddata
note: Building targets in dependency order
error: The package product 'SHA2' requires minimum platform version 9.4 for the watchOS platform, but this target supports 4.0 (in target 'WebSemantics' from project 'swift-web-semantics')
error: The package product 'SHA2' requires minimum platform version 9.4 for the watchOS platform, but this target supports 4.0 (in target 'WebResponse' from project 'swift-web-semantics')
2024-06-25 05:34:36.232 xcodebuild[613:3183] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
BUILD FAILURE 5.8 watchOS