The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyDate 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/Kawoou/AnyDate.git
Reference: v1.2.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kawoou/AnyDate
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 488c9ee Bump version
Cloned https://github.com/Kawoou/AnyDate.git into spi-builder-workspace
488c9ee921c6f7b591e71b52be7ec1ee091f7ec9
SUCCESS checkout https://github.com/Kawoou/AnyDate.git at v1.2.0
========================================
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/9] Compiling AnyDate Period.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AnyDate/Period.swift:93:13: warning: variable 'newDate' was never mutated; consider changing to 'let' constant
        var newDate = LocalDate(year: year, month: month + 1, day: days + 1)
        ~~~ ^
        let
[2/10] Compiling AnyDate LocalDate.swift
[3/10] Compiling AnyDate LocalTime.swift
[4/10] Compiling AnyDate Clock.swift
[5/10] Compiling AnyDate ClockIdentifierName.swift
[6/10] Compiling AnyDate Instant.swift
[7/10] Compiling AnyDate IntegerExtension.swift
[8/10] Emitting module AnyDate
[9/10] Compiling AnyDate LocalDateTime.swift
[10/10] Compiling AnyDate ZonedDateTime.swift
Build complete! (6.78s)
Build complete.
Done.