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 LGV_MeetingSDK, reference master (5336a3), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:41:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LittleGreenViper/LGV_MeetingSDK.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/LGV_MeetingSDK
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5336a38 The next start date function had some issues that were fixed.
Cloned https://github.com/LittleGreenViper/LGV_MeetingSDK.git
Revision (git rev-parse @):
5336a3884754bd161e9378c3c2ca70e4704e615c
SUCCESS checkout https://github.com/LittleGreenViper/LGV_MeetingSDK.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LittleGreenViper/LGV_MeetingSDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_LGV_MeetingServerTransport.Initiator.swift
[4/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_LGV_MeetingServer.swift
[5/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_LGV_MeetingServer.Transport.swift
[6/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_LGV_MeetingServer.Transport.Parser.swift
[7/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_Transport_Protocol.swift
[8/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_Organization_Protocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_Protocols.swift
[10/12] Compiling LGV_MeetingSDK LGV_MeetingSDK.swift
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Types/LGV_MeetingSDK.swift:51:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
  49 | // MARK: - Hashable Conformance for CLLocationCoordinate2D -
  50 | /* ###################################################################################################################################### */
  51 | extension CLLocationCoordinate2D: Hashable {
     | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  52 |     /* ############################################################## */
  53 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Types/LGV_MeetingSDK.swift:67:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
  65 | // MARK: - Equatable Conformance for CLLocationCoordinate2D -
  66 | /* ###################################################################################################################################### */
  67 | extension CLLocationCoordinate2D: Equatable {
     | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  68 |     /* ############################################################## */
  69 |     /**
[11/12] Emitting module LGV_MeetingSDK
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Protocols/LGV_MeetingSDK_Meeting_Protocols.swift:599:17: error: member operator '<' of protocol 'LGV_MeetingSDK_Meeting_Protocol' must have at least one argument of type 'Self'
597 |      - returns: True, if the next lhs starts before the next rhs
598 |      */
599 |     static func < (lhs: any LGV_MeetingSDK_Meeting_Protocol, rhs: any LGV_MeetingSDK_Meeting_Protocol) -> Bool {
    |                 `- error: member operator '<' of protocol 'LGV_MeetingSDK_Meeting_Protocol' must have at least one argument of type 'Self'
600 |         guard let lhsTemp = lhs.timeInformation,
601 |               let rhsTemp = rhs.timeInformation
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Types/LGV_MeetingSDK.swift:51:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
  49 | // MARK: - Hashable Conformance for CLLocationCoordinate2D -
  50 | /* ###################################################################################################################################### */
  51 | extension CLLocationCoordinate2D: Hashable {
     | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Hashable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  52 |     /* ############################################################## */
  53 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Types/LGV_MeetingSDK.swift:67:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
  65 | // MARK: - Equatable Conformance for CLLocationCoordinate2D -
  66 | /* ###################################################################################################################################### */
  67 | extension CLLocationCoordinate2D: Equatable {
     | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocol 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  68 |     /* ############################################################## */
  69 |     /**
[12/12] Compiling LGV_MeetingSDK LGV_MeetingSDK_Meeting_Protocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Protocols/LGV_MeetingSDK_Meeting_Protocols.swift:599:17: error: member operator '<' of protocol 'LGV_MeetingSDK_Meeting_Protocol' must have at least one argument of type 'Self'
597 |      - returns: True, if the next lhs starts before the next rhs
598 |      */
599 |     static func < (lhs: any LGV_MeetingSDK_Meeting_Protocol, rhs: any LGV_MeetingSDK_Meeting_Protocol) -> Bool {
    |                 `- error: member operator '<' of protocol 'LGV_MeetingSDK_Meeting_Protocol' must have at least one argument of type 'Self'
600 |         guard let lhsTemp = lhs.timeInformation,
601 |               let rhsTemp = rhs.timeInformation
/Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Protocols/LGV_MeetingSDK_Meeting_Protocols.swift:396:34: error: 'now' is only available in macOS 12 or newer
382 | // MARK: Accessor Methods
383 | /* ###################################################################################################################################### */
384 | extension LGV_MeetingSDK_Meeting_TimeInformation {
    | `- note: add @available attribute to enclosing extension
385 |     /* ################################################################## */
386 |     /**
    :
392 |      > NOTE: If the date is invalid, then the distant future will be returned.
393 |      */
394 |     public mutating func getNextStartDate(isAdjusted inAdjust: Bool = false) -> Date {
    |                          `- note: add @available attribute to enclosing instance method
395 |         // We do this, to cast our current timezone to the meeting's.
396 |         let adjustedNow: Date = .now.convert(from: .current, to: timeZone)
    |                                  |- error: 'now' is only available in macOS 12 or newer
    |                                  `- note: add 'if #available' version check
397 |
398 |         // We do it this way, in case we are not adjusting a meeting in another timezone.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/LGV_MeetingSDK/Types/LGV_MeetingServer/README.md
BUILD FAILURE 6.2 macosSpm