Build Information
Successful build of AnyDate with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kawoou/AnyDate.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kawoou/AnyDate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dd54e6c Update swift badge
Cloned https://github.com/Kawoou/AnyDate.git
Revision (git rev-parse @):
dd54e6c2b2d5bc8ea64f5088ca0e37d34b47bc9f
SUCCESS checkout https://github.com/Kawoou/AnyDate.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "anydate",
"name": "AnyDate",
"url": "https://github.com/Kawoou/AnyDate.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyDate",
"dependencies": [
]
}
]
}
Fetching https://github.com/Kawoou/AnyDate.git
[1/597] Fetching anydate
Fetched https://github.com/Kawoou/AnyDate.git (0.34s)
Creating working copy for https://github.com/Kawoou/AnyDate.git
Working copy of https://github.com/Kawoou/AnyDate.git resolved at master
warning: '.resolve-product-dependencies': dependency 'anydate' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling AnyDate Period.swift
/Users/admin/builds/J1XnyXFH/1/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 LocalDateTime.swift
[4/10] Compiling AnyDate IntegerExtension.swift
[5/10] Compiling AnyDate Instant.swift
[6/10] Compiling AnyDate Clock.swift
[7/10] Compiling AnyDate ClockIdentifierName.swift
[8/10] Emitting module AnyDate
[9/10] Compiling AnyDate LocalTime.swift
[10/10] Compiling AnyDate ZonedDateTime.swift
Build complete! (11.37s)
Build complete.
Done.