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 PanelPresenter, reference main (23165b), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 15:27:32 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/PimCoumans/PanelPresenter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PimCoumans/PanelPresenter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23165b5 Fix infinite loop with contentSize changes
Cloned https://github.com/PimCoumans/PanelPresenter.git
Revision (git rev-parse @):
23165b5eeffec55b3e7d2401a6fa7961bf9cf14a
SUCCESS checkout https://github.com/PimCoumans/PanelPresenter.git at main
Fetching https://github.com/PimCoumans/ConstraintBuilder
[1/92] Fetching constraintbuilder
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.65s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.3.0 (0.56s)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.3.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": "panelpresenter",
      "name": "PanelPresenter",
      "url": "https://github.com/PimCoumans/PanelPresenter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PanelPresenter",
      "dependencies": [
        {
          "identity": "constraintbuilder",
          "name": "ConstraintBuilder",
          "url": "https://github.com/PimCoumans/ConstraintBuilder",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ConstraintBuilder",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/PimCoumans/PanelPresenter.git
[1/268] Fetching panelpresenter
Fetched https://github.com/PimCoumans/PanelPresenter.git from cache (0.74s)
Fetching https://github.com/PimCoumans/ConstraintBuilder from cache
Fetched https://github.com/PimCoumans/ConstraintBuilder from cache (0.44s)
Computing version for https://github.com/PimCoumans/ConstraintBuilder
Computed https://github.com/PimCoumans/ConstraintBuilder at 1.3.0 (0.02s)
Creating working copy for https://github.com/PimCoumans/PanelPresenter.git
Working copy of https://github.com/PimCoumans/PanelPresenter.git resolved at main (23165b5)
Creating working copy for https://github.com/PimCoumans/ConstraintBuilder
Working copy of https://github.com/PimCoumans/ConstraintBuilder resolved at 1.3.0
warning: '.resolve-product-dependencies': dependency 'panelpresenter' is not used by any target
Found 1 product dependencies
  - ConstraintBuilder
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PimCoumans/PanelPresenter.git
{
  "dependencies" : [
    {
      "identity" : "constraintbuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PimCoumans/ConstraintBuilder"
    }
  ],
  "manifest_display_name" : "PanelPresenter",
  "name" : "PanelPresenter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PanelPresenter",
      "targets" : [
        "PanelPresenter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PanelPresenterTests",
      "module_type" : "SwiftTarget",
      "name" : "PanelPresenterTests",
      "path" : "Tests/PanelPresenterTests",
      "sources" : [
        "PanelPresenterTests.swift"
      ],
      "target_dependencies" : [
        "PanelPresenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PanelPresenter",
      "module_type" : "SwiftTarget",
      "name" : "PanelPresenter",
      "path" : "Sources/PanelPresenter",
      "product_dependencies" : [
        "ConstraintBuilder"
      ],
      "product_memberships" : [
        "PanelPresenter"
      ],
      "sources" : [
        "Controllers/PanelAnimationController.swift",
        "Controllers/PanelPresentationController.swift",
        "PanelPresentable.swift",
        "PanelPresenter.swift",
        "ScrollView/PanelScrollView.swift",
        "ScrollView/ScrollViewObserver.swift",
        "ScrollView/UIScrollView.swift"
      ],
      "type" : "library"
    }
  ],
  "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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/9] Compiling ConstraintBuilder Collection+ConstraintBuildable.swift
[5/9] Compiling ConstraintBuilder UIView+ConstraintBuildable.swift
[6/9] Emitting module ConstraintBuilder
[7/9] Compiling ConstraintBuilder ConstraintBuilder.swift
[8/9] Compiling ConstraintBuilder NSView+ConstraintBuildable.swift
[9/9] Compiling ConstraintBuilder NSLayoutConstraint.swift
[10/17] Compiling PanelPresenter PanelScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[11/17] Compiling PanelPresenter PanelPresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[12/17] Compiling PanelPresenter PanelPresenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[13/17] Compiling PanelPresenter ScrollViewObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[14/17] Compiling PanelPresenter UIScrollView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/17] Emitting module PanelPresenter
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[16/17] Compiling PanelPresenter PanelPresentationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
[17/17] Compiling PanelPresenter PanelAnimationController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PanelPresenter/Controllers/PanelAnimationController.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// Handles the
BUILD FAILURE 6.0 macosSpm