Build Information
Failed to build YCalendarPicker, reference main (a2b2ab
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 23:17:46 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codeandtheory/ycalendarpicker-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeandtheory/ycalendarpicker-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a2b2abc test case updated (#24)
Cloned https://github.com/codeandtheory/ycalendarpicker-ios.git
Revision (git rev-parse @):
a2b2abcf1022403a5256454614581fcbab95460f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/codeandtheory/ycalendarpicker-ios.git at main
Fetching https://github.com/yml-org/YMatterType.git
Fetching https://github.com/yml-org/YCoreUI.git
[1/1137] Fetching ymattertype
[36/2361] Fetching ymattertype, ycoreui
Fetched https://github.com/yml-org/YMatterType.git from cache (2.16s)
Fetched https://github.com/yml-org/YCoreUI.git from cache (2.16s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.67s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.67s)
Creating working copy for https://github.com/yml-org/YCoreUI.git
Working copy of https://github.com/yml-org/YCoreUI.git resolved at 1.7.0
Creating working copy for https://github.com/yml-org/YMatterType.git
Working copy of https://github.com/yml-org/YMatterType.git resolved at 1.7.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": "ycalendarpicker-ios",
"name": "YCalendarPicker",
"url": "https://github.com/codeandtheory/ycalendarpicker-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ycalendarpicker-ios",
"dependencies": [
{
"identity": "ycoreui",
"name": "YCoreUI",
"url": "https://github.com/yml-org/YCoreUI.git",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YCoreUI",
"dependencies": [
]
},
{
"identity": "ymattertype",
"name": "YMatterType",
"url": "https://github.com/yml-org/YMatterType.git",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YMatterType",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/codeandtheory/ycalendarpicker-ios.git
[1/378] Fetching ycalendarpicker-ios
Fetched https://github.com/codeandtheory/ycalendarpicker-ios.git from cache (0.96s)
Fetching https://github.com/yml-org/YMatterType.git from cache
Fetching https://github.com/yml-org/YCoreUI.git from cache
Fetched https://github.com/yml-org/YMatterType.git from cache (0.49s)
Fetched https://github.com/yml-org/YCoreUI.git from cache (0.50s)
Computing version for https://github.com/yml-org/YMatterType.git
Computed https://github.com/yml-org/YMatterType.git at 1.7.0 (0.03s)
Computing version for https://github.com/yml-org/YCoreUI.git
Computed https://github.com/yml-org/YCoreUI.git at 1.7.0 (0.03s)
Creating working copy for https://github.com/yml-org/YCoreUI.git
Working copy of https://github.com/yml-org/YCoreUI.git resolved at 1.7.0
Creating working copy for https://github.com/yml-org/YMatterType.git
Working copy of https://github.com/yml-org/YMatterType.git resolved at 1.7.0
Creating working copy for https://github.com/codeandtheory/ycalendarpicker-ios.git
Working copy of https://github.com/codeandtheory/ycalendarpicker-ios.git resolved at main (a2b2abc)
warning: '.resolve-product-dependencies': dependency 'ycalendarpicker-ios' is not used by any target
Found 2 product dependencies
- YCoreUI
- YMatterType
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/codeandtheory/ycalendarpicker-ios.git
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
Building for debugging...
[0/6] Write sources
[3/6] Copying Localizable.strings
[3/6] Copying Info.plist
[5/6] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/64] Emitting module YCoreUI
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/67] Emitting module YMatterType
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
[9/69] Compiling YCoreUI UIView+constrainSize.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[10/69] Compiling YCoreUI Animation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[11/69] Compiling YCoreUI Elevation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[12/69] Compiling YMatterType TypographyLayout.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[13/69] Compiling YMatterType YMatterType+Logging.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[14/69] Compiling YCoreUI UIView+constrainEdgesToMargins.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[15/69] Compiling YCoreUI UIEdgeInsets+horizontal.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[16/69] Compiling YCoreUI UIEdgeInsets+init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[17/69] Compiling YCoreUI UIScreen+scaleFactor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[18/69] Compiling YCoreUI UIScrollView+keyboardNotifications.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[19/69] Compiling YCoreUI Anchorable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[20/69] Compiling YCoreUI Colorable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[21/69] Compiling YCoreUI ImageAsset.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[22/69] Compiling YCoreUI UITraitCollection+colorSpaces.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[23/69] Compiling YCoreUI UIView+Animation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[24/69] Compiling YCoreUI UIView+constrain.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[25/69] Compiling YCoreUI NSDirectionalEdgeInsets+horizontal.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[26/69] Compiling YCoreUI NSDirectionalEdgeInsets+init.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[27/69] Compiling YCoreUI UIColor+WCAG.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[28/69] Compiling YCoreUI UIColor+blended.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[29/69] Compiling YCoreUI UIView+constrainAnchor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[30/69] Compiling YCoreUI UIView+constrainAspectRatio.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[31/69] Compiling YCoreUI UIView+constrainBelow.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YMatterType/Sources/YMatterType/Elements/TypographyButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Button that supports `Typography`.
[43/69] Compiling YCoreUI FormViewController.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[44/69] Compiling YCoreUI CGFloat+rounded.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[45/69] Compiling YCoreUI CGSize+inset.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[46/69] Compiling YCoreUI String+Localizable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[47/69] Compiling YCoreUI UIColor+rgb.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[48/69] Compiling YCoreUI UIColor+rgbComponents.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[49/69] Compiling YCoreUI UIColor+rgbValue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[50/69] Compiling YCoreUI UIEdgeInsets+directional.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[51/69] Compiling YCoreUI Localizable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[52/69] Compiling YCoreUI SystemImage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
[53/69] Compiling YCoreUI YCoreUI+Logging.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/YCoreUI/Sources/YCoreUI/Components/FormViewController.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | #if os(iOS)
BUILD FAILURE 6.0 macosSpm