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 libwebp-ios, reference 1.2.0 (46b422), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 07:43:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/awxkee/libwebp-ios.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/awxkee/libwebp-ios
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 46b4225 webp upgrade + arm64e built
Cloned https://github.com/awxkee/libwebp-ios.git
Revision (git rev-parse @):
46b42251e665d520a4d842d48e8d5bcac9399942
SUCCESS checkout https://github.com/awxkee/libwebp-ios.git at 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "libwebp-ios",
      "name": "libwebp-ios",
      "url": "https://github.com/awxkee/libwebp-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/libwebp-ios",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/awxkee/libwebp-ios.git
[12/556] Fetching libwebp-ios
Fetched https://github.com/awxkee/libwebp-ios.git from cache (1.84s)
Creating working copy for https://github.com/awxkee/libwebp-ios.git
Working copy of https://github.com/awxkee/libwebp-ios.git resolved at 1.2.0 (46b4225)
warning: '.resolve-product-dependencies': dependency 'libwebp-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/awxkee/libwebp-ios.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "libwebp-ios",
  "name" : "libwebp-ios",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "libwebp-ios",
      "targets" : [
        "libwebp-ios",
        "libwebpmux",
        "libwebpdemux",
        "libsharpyuv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libwebpmux",
      "module_type" : "BinaryTarget",
      "name" : "libwebpmux",
      "path" : "Sources/libwebpmux.xcframework",
      "product_memberships" : [
        "libwebp-ios"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libwebpdemux",
      "module_type" : "BinaryTarget",
      "name" : "libwebpdemux",
      "path" : "Sources/libwebpdemux.xcframework",
      "product_memberships" : [
        "libwebp-ios"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libwebp_ios",
      "module_type" : "BinaryTarget",
      "name" : "libwebp-ios",
      "path" : "Sources/libwebp.xcframework",
      "product_memberships" : [
        "libwebp-ios"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libsharpyuv",
      "module_type" : "BinaryTarget",
      "name" : "libsharpyuv",
      "path" : "Sources/libsharpyuv.xcframework",
      "product_memberships" : [
        "libwebp-ios"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.0 macosSpm