The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CrystalViewUtilities with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/robhasacamera/CrystalViewUtilities.git
Reference: 0.12.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/robhasacamera/CrystalViewUtilities
 * tag               0.12.1     -> FETCH_HEAD
HEAD is now at 76fb613 Merge pull request #20 from robhasacamera/0.12.1
Cloned https://github.com/robhasacamera/CrystalViewUtilities.git into spi-builder-workspace
76fb6130c996bb6e5fbaba3579c48ef359691e52
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/robhasacamera/CrystalViewUtilities.git at 0.12.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/17] Compiling CrystalViewUtilities CUIRoundedCornerShape.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:34:9: warning: stored property 'corners' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUICorner'
    var corners: CUICorner
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/OptionSets/CUICorner.swift:30:15: note: consider making struct 'CUICorner' conform to the 'Sendable' protocol
public struct CUICorner: OptionSet {
              ^
                                  , Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:36:17: warning: stored property 'cutPositionSet' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUIPositionSet?'
    private var cutPositionSet: CUIPositionSet? = nil
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Structs/CUIPositionSet.swift:32:13: note: consider making enum 'CUIPositionSet' conform to the 'Sendable' protocol
public enum CUIPositionSet {
            ^
                           : Sendable
[2/17] Compiling CrystalViewUtilities CUIPositionSet.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:34:9: warning: stored property 'corners' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUICorner'
    var corners: CUICorner
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/OptionSets/CUICorner.swift:30:15: note: consider making struct 'CUICorner' conform to the 'Sendable' protocol
public struct CUICorner: OptionSet {
              ^
                                  , Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:36:17: warning: stored property 'cutPositionSet' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUIPositionSet?'
    private var cutPositionSet: CUIPositionSet? = nil
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Structs/CUIPositionSet.swift:32:13: note: consider making enum 'CUIPositionSet' conform to the 'Sendable' protocol
public enum CUIPositionSet {
            ^
                           : Sendable
[3/17] Compiling CrystalViewUtilities Alignment_Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[4/17] Compiling CrystalViewUtilities CGFloat_Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[5/17] Compiling CrystalViewUtilities CUIBezierPath_Extension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: warning: switch must be exhaustive
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.cubicCurveTo'
            switch type {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Extensions/CUIBezierPath_Extension.swift:347:13: note: add missing case: '.quadraticCurveTo'
            switch type {
            ^
[6/19] Compiling CrystalViewUtilities CUIFlowLayout.swift
[7/19] Compiling CrystalViewUtilities CUICorner.swift
[8/19] Compiling CrystalViewUtilities Color_Extension.swift
[9/19] Compiling CrystalViewUtilities GeometryProxy_extension.swift
[10/19] Compiling CrystalViewUtilities Image_Extension.swift
[11/19] Compiling CrystalViewUtilities CUIChildGeometryReader.swift
[12/19] Compiling CrystalViewUtilities CUIChildSizeReader.swift
[13/19] Emitting module CrystalViewUtilities
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:34:9: warning: stored property 'corners' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUICorner'
    var corners: CUICorner
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/OptionSets/CUICorner.swift:30:15: note: consider making struct 'CUICorner' conform to the 'Sendable' protocol
public struct CUICorner: OptionSet {
              ^
                                  , Sendable
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Shapes/CUIRoundedCornerShape.swift:36:17: warning: stored property 'cutPositionSet' of 'Sendable'-conforming struct 'CUIRoundedCornerShape' has non-sendable type 'CUIPositionSet?'
    private var cutPositionSet: CUIPositionSet? = nil
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CrystalViewUtilities/Structs/CUIPositionSet.swift:32:13: note: consider making enum 'CUIPositionSet' conform to the 'Sendable' protocol
public enum CUIPositionSet {
            ^
                           : Sendable
[14/19] Compiling CrystalViewUtilities UIScreen_Extension.swift
[15/19] Compiling CrystalViewUtilities View_Extension.swift
[16/19] Compiling CrystalViewUtilities TypeAliases.swift
[17/19] Compiling CrystalViewUtilities CUIAdaptiveStackView.swift
[18/19] Compiling CrystalViewUtilities CUITitledGroup.swift
[19/19] Compiling CrystalViewUtilities CUITitledGroupTextLabel.swift
Build complete! (10.50s)
Build complete.
Done.