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 CollectionViewSlantedLayout, reference master (036442), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 20:20:40 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yacir/CollectionViewSlantedLayout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yacir/CollectionViewSlantedLayout
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0364421 Create FUNDING.yml
Cloned https://github.com/yacir/CollectionViewSlantedLayout.git
Revision (git rev-parse @):
0364421309bece26bff03da52c00222c55ed37bf
SUCCESS checkout https://github.com/yacir/CollectionViewSlantedLayout.git at master
========================================
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": "collectionviewslantedlayout",
      "name": "CollectionViewSlantedLayout",
      "url": "https://github.com/yacir/CollectionViewSlantedLayout.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CollectionViewSlantedLayout",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yacir/CollectionViewSlantedLayout.git
[1/1050] Fetching collectionviewslantedlayout
Fetched https://github.com/yacir/CollectionViewSlantedLayout.git from cache (2.22s)
Creating working copy for https://github.com/yacir/CollectionViewSlantedLayout.git
Working copy of https://github.com/yacir/CollectionViewSlantedLayout.git resolved at master (0364421)
warning: '.resolve-product-dependencies': dependency 'collectionviewslantedlayout' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yacir/CollectionViewSlantedLayout.git
https://github.com/yacir/CollectionViewSlantedLayout.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionViewSlantedLayout",
  "name" : "CollectionViewSlantedLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionViewSlantedLayout",
      "targets" : [
        "CollectionViewSlantedLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionViewSlantedLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewSlantedLayoutTests",
      "path" : "Tests",
      "sources" : [
        "CollectionViewController.swift",
        "CollectionViewSlantedLayoutTests.swift",
        "CollectionViewSlantedMasksTests.swift"
      ],
      "target_dependencies" : [
        "CollectionViewSlantedLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionViewSlantedLayout",
      "module_type" : "SwiftTarget",
      "name" : "CollectionViewSlantedLayout",
      "path" : "Sources",
      "product_memberships" : [
        "CollectionViewSlantedLayout"
      ],
      "sources" : [
        "CollectionViewDelegateSlantedLayout.swift",
        "CollectionViewSlantedCell.swift",
        "CollectionViewSlantedLayout+Constants.swift",
        "CollectionViewSlantedLayout.swift",
        "Extensions/CAShapeLayer+Helpers.swift",
        "Extensions/UICollectionView+Helpers.swift",
        "Extensions/UICollectionViewLayout+Helpers.swift",
        "Internal/CollectionViewSlantedLayoutAttributes.swift",
        "Internal/CollectionViewSlantedMasks.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling CollectionViewSlantedLayout CollectionViewSlantedMasks.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[4/12] Compiling CollectionViewSlantedLayout UICollectionView+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[5/12] Compiling CollectionViewSlantedLayout UICollectionViewLayout+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[6/12] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module CollectionViewSlantedLayout
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[8/12] Compiling CollectionViewSlantedLayout CollectionViewSlantedCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[9/12] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayout+Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[10/12] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[11/12] Compiling CollectionViewSlantedLayout CAShapeLayer+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[12/12] Compiling CollectionViewSlantedLayout CollectionViewDelegateSlantedLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling CollectionViewSlantedLayout UICollectionView+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[3/11] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayoutAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[4/11] Compiling CollectionViewSlantedLayout CollectionViewSlantedMasks.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[5/11] Compiling CollectionViewSlantedLayout CAShapeLayer+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[6/11] Compiling CollectionViewSlantedLayout UICollectionViewLayout+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Emitting module CollectionViewSlantedLayout
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[8/11] Compiling CollectionViewSlantedLayout CollectionViewSlantedCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[9/11] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayout+Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[10/11] Compiling CollectionViewSlantedLayout CollectionViewDelegateSlantedLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
[11/11] Compiling CollectionViewSlantedLayout CollectionViewSlantedLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/CollectionViewDelegateSlantedLayout.swift:25:8: error: no such module 'UIKit'
23 |  */
24 |
25 | import UIKit
   |        `- error: no such module 'UIKit'
26 |
27 | /**
BUILD FAILURE 6.1 macosSpm