Build Information
Successful build of Dated, reference v0.1.4 (4e7f02
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:10:13 UTC.
Swift 6 data race errors: 0
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/Semantical/Dated.git
Reference: v0.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Semantical/Dated
* tag v0.1.4 -> FETCH_HEAD
HEAD is now at 4e7f026 Add previous/next properties to subdivisions
Cloned https://github.com/Semantical/Dated.git
Revision (git rev-parse @):
4e7f02652f75f7ca9953321740c1116aa78e4ffb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Semantical/Dated.git at v0.1.4
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Semantical/Dated.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 Dated CalendarDateInterval.swift
[4/12] Compiling Dated Month.swift
[5/12] Compiling Dated CalendarSubdivision.swift
[6/12] Compiling Dated LocalDate.swift
[7/12] Compiling Dated TimeDifference.swift
macro expansion #Playground:17:35: warning: initialization of immutable value 'fiveMin' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
`- /Users/admin/builder/spi-builder-workspace/Sources/Dated/Calendar Date/TimeDifference.swift:176:2: note: expanded code originates here
171 | import Playgrounds
172 |
173 | #Playground("TimeDifference.FormatStyle") {
| `- note: in expansion of macro 'Playground' here
174 | let fiveMin = TimeDifference.seconds(5 * 60).formatted()
175 | let twoHr = TimeDifference.seconds(2 * 60 * 60).formatted()
176 | }
+--- macro expansion #Playground -----------------------------------
|15 | public static func makePlayground() throws -> Playgrounds._Playground {
|16 | Playgrounds._Playground("TimeDifference.FormatStyle") {
|17 | $__Marker(utf8offset: 48);let fiveMin = TimeDifference.seconds(5 * 60).formatted()
| | `- warning: initialization of immutable value 'fiveMin' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
|18 | let twoHr = TimeDifference.seconds(2 * 60 * 60).formatted()
|19 | }
+-------------------------------------------------------------------
177 | #endif
178 |
macro expansion #Playground:18:9: warning: initialization of immutable value 'twoHr' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
`- /Users/admin/builder/spi-builder-workspace/Sources/Dated/Calendar Date/TimeDifference.swift:176:2: note: expanded code originates here
171 | import Playgrounds
172 |
173 | #Playground("TimeDifference.FormatStyle") {
| `- note: in expansion of macro 'Playground' here
174 | let fiveMin = TimeDifference.seconds(5 * 60).formatted()
175 | let twoHr = TimeDifference.seconds(2 * 60 * 60).formatted()
176 | }
+--- macro expansion #Playground -----------------------------------
|16 | Playgrounds._Playground("TimeDifference.FormatStyle") {
|17 | $__Marker(utf8offset: 48);let fiveMin = TimeDifference.seconds(5 * 60).formatted()
|18 | let twoHr = TimeDifference.seconds(2 * 60 * 60).formatted()
| | `- warning: initialization of immutable value 'twoHr' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
|19 | }
|20 | }
+-------------------------------------------------------------------
177 | #endif
178 |
[8/12] Compiling Dated CalendarDate.swift
[9/12] Emitting module Dated
[10/12] Compiling Dated Day.swift
macro expansion #Playground:20:13: warning: initialization of immutable value 'day' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
`- /Users/admin/builder/spi-builder-workspace/Sources/Dated/Calendar Subdivisions/Day.swift:327:2: note: expanded code originates here
321 |
322 | @available(iOS 18, macOS 15, watchOS 11, visionOS 2, macCatalyst 18, tvOS 18, *)
323 | #Playground("Day.FormatStyle") {
| `- note: in expansion of macro 'Playground' here
324 | for offset in -8..<9 {
325 | let day = Day().advanced(by: offset).formatted()
326 | }
327 | }
+--- macro expansion #Playground -----------------------------------
|18 | Playgrounds._Playground("Day.FormatStyle") {
|19 | $__Marker(utf8offset: 118);for offset in -8..<9 {
|20 | let day = Day().advanced(by: offset).formatted()
| | `- warning: initialization of immutable value 'day' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
|21 | }
|22 | }
+-------------------------------------------------------------------
328 | #endif
329 |
[11/12] Compiling Dated Week.swift
[12/12] Compiling Dated Year.swift
Build complete! (8.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Dated",
"name" : "Dated",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Dated",
"targets" : [
"Dated"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DatedTests",
"module_type" : "SwiftTarget",
"name" : "DatedTests",
"path" : "Tests/DatedTests",
"sources" : [
"CalendarDateTests.swift",
"DateIntervalTests.swift",
"LocalDateTests.swift",
"SubdivisionTests.swift",
"_Utilities.swift"
],
"target_dependencies" : [
"Dated"
],
"type" : "test"
},
{
"c99name" : "Dated",
"module_type" : "SwiftTarget",
"name" : "Dated",
"path" : "Sources/Dated",
"product_memberships" : [
"Dated"
],
"sources" : [
"Calendar Date/CalendarDate.swift",
"Calendar Date/CalendarDateInterval.swift",
"Calendar Date/LocalDate.swift",
"Calendar Date/TimeDifference.swift",
"Calendar Subdivisions/CalendarSubdivision.swift",
"Calendar Subdivisions/Day.swift",
"Calendar Subdivisions/Month.swift",
"Calendar Subdivisions/Week.swift",
"Calendar Subdivisions/Year.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.