Build Information
Failed to build UIKitEssentials, reference main (9b8d00
), with Swift 5.10 for macOS (SPM) on 30 Jun 2024 14:57:19 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jrsaruo/UIKitEssentials.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jrsaruo/UIKitEssentials
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9b8d002 Merge pull request #36 from jrsaruo/release-1.4.0
Cloned https://github.com/jrsaruo/UIKitEssentials.git
Revision (git rev-parse @):
9b8d002a8f5affcb05f50a34d022a8e00bbbdbf4
SUCCESS checkout https://github.com/jrsaruo/UIKitEssentials.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "uikitessentials",
"name": "UIKitEssentials",
"url": "https://github.com/jrsaruo/UIKitEssentials.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKitEssentials",
"dependencies": [
]
}
]
}
Fetching https://github.com/jrsaruo/UIKitEssentials.git from cache
Fetched https://github.com/jrsaruo/UIKitEssentials.git from cache (0.11s)
Creating working copy for https://github.com/jrsaruo/UIKitEssentials.git
Working copy of https://github.com/jrsaruo/UIKitEssentials.git resolved at main (9b8d002)
warning: '.resolve-product-dependencies': dependency 'uikitessentials' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/jrsaruo/UIKitEssentials.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling UIKitEssentials RootViewController.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[4/9] Compiling UIKitEssentials UITableView+Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module UIKitEssentials
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[6/9] Compiling UIKitEssentials UIEdgeInsets+Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[7/9] Compiling UIKitEssentials NSCollectionLayoutSize+Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[8/9] Compiling UIKitEssentials UICollectionView+Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
[9/9] Compiling UIKitEssentials Notification+Extension.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIKitEssentials/Extensions/NSCollectionLayoutSize+Extension.swift:8:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 macosSpm