Build Information
Successful build of Dated, reference v0.1.7 (6413b0), with Swift 6.2 for macOS (SPM) on 4 Nov 2025 00:43:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Semantical/Dated.git
Reference: v0.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Semantical/Dated
* tag v0.1.7 -> FETCH_HEAD
HEAD is now at 6413b03 feat: add CalendarDate.settingTime
Cloned https://github.com/Semantical/Dated.git
Revision (git rev-parse @):
6413b03cde0e22bf5ca73de73503af5a45e2497b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Semantical/Dated.git at v0.1.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "dated",
"name": "Dated",
"url": "https://github.com/Semantical/Dated.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Dated",
"dependencies": [
]
}
]
}
Fetching https://github.com/Semantical/Dated.git
[1/187] Fetching dated
Fetched https://github.com/Semantical/Dated.git from cache (0.63s)
Creating working copy for https://github.com/Semantical/Dated.git
Working copy of https://github.com/Semantical/Dated.git resolved at v0.1.7 (6413b03)
warning: '.resolve-product-dependencies': dependency 'dated' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling Dated Week.swift
[4/12] Compiling Dated Year.swift
[5/12] Compiling Dated Month.swift
[6/12] Compiling Dated CalendarSubdivision.swift
[7/12] Compiling Dated TimeDifference.swift
[8/12] Compiling Dated CalendarDateInterval.swift
[9/12] Compiling Dated Day.swift
[10/12] Compiling Dated LocalDate.swift
[11/12] Emitting module Dated
[12/12] Compiling Dated CalendarDate.swift
Build complete! (6.06s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/semantical/dated/v0.1.7
Repository: Semantical/Dated
Swift version used: 6.2
Target: Dated
Extracting symbol information for 'Dated'...
Finished extracting symbol information for 'Dated'. (1.82s)
Building documentation for 'Dated'...
warning: 'init(_:)' is ambiguous at '/Dated/CalendarDate'
--> CalendarDate.md:7:5-7:13
5 | ### Creating a Calendar Date
6 |
7 + - ``init(_:)``
| ├─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
| ╰─suggestion: Insert '-(LocalDate)' for 'init(_ localDate: LocalDate)'
8 | - ``now``
9 |
warning: 'init(date:)' doesn't exist at '/Dated/CalendarDate'
--> CalendarDate.md:12:5-12:16
10 | ### Working with System Dates
11 |
12 + - ``init(date:)``
| ├─suggestion: Replace 'init(date:)' with 'init(rawValue:)'
| ├─suggestion: Replace 'init(date:)' with 'init(id:)'
| ├─suggestion: Replace 'init(date:)' with 'init()'
| ╰─suggestion: Replace 'init(date:)' with 'init(from:)'
13 | - ``date``
14 |
warning: 'init(eras:years:months:weeks:days:)' doesn't exist at '/Dated/CalendarDate/Components'
--> CalendarDateComponents.md:7:5-7:40
5 | ### Creating Calendar Date Components
6 |
7 + - ``init(eras:years:months:weeks:days:)``
| ╰─suggestion: Replace 'init(eras:years:months:weeks:days:)' with 'init(eras:years:months:weeks:days:hours:minutes:seconds:)'
8 | - ``days(_:)``
9 | - ``weeks(_:)``
warning: 'init(_:)' is ambiguous at '/Dated/Day'
--> Day.md:6:5-6:13
4 |
5 | ### Creating a Day Value
6 + - ``init(_:)``
| ├─suggestion: Insert '-(CalendarDate)' for 'init(_ date: CalendarDate)'
| ├─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
| ╰─suggestion: Insert '-(String)' for 'init?(_ description: String)'
7 | - ``current``
8 |
warning: 'init(date:)' doesn't exist at '/Dated/Day'
--> Day.md:11:5-11:16
9 | ### Working with System Dates
10 |
11 + - ``init(date:)``
| ├─suggestion: Replace 'init(date:)' with 'init(rawValue:)'
| ├─suggestion: Replace 'init(date:)' with 'init(id:)'
| ├─suggestion: Replace 'init(date:)' with 'init()'
| ╰─suggestion: Replace 'init(date:)' with 'init(year:month:day:)'
12 |
13 | ### Accessing Calendar Components
warning: 'init(_:)' is ambiguous at '/Dated/LocalDate'
--> LocalDate.md:7:5-7:13
5 | ### Creating a Local Date
6 |
7 + - ``init(_:)``
| ├─suggestion: Insert '-(CalendarDate)' for 'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
8 | - ``init(date:)``
9 | - ``now``
warning: 'init(date:)' doesn't exist at '/Dated/LocalDate'
--> LocalDate.md:8:5-8:16
6 |
7 | - ``init(_:)``
8 + - ``init(date:)``
| ╰─suggestion: Replace 'init(date:)' with 'init(date:timeZone:)'
9 | - ``now``
10 |
warning: 'init(_:)' is ambiguous at '/Dated/Month'
--> Month.md:6:5-6:13
4 |
5 | ### Creating a Month Value
6 + - ``init(_:)``
| ├─suggestion: Insert '-(CalendarDate)' for 'init(_ date: CalendarDate)'
| ├─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
| ╰─suggestion: Insert '-(String)' for 'init?(_ description: String)'
7 |
8 | ### Working with System Dates
warning: 'init(date:)' doesn't exist at '/Dated/Month'
--> Month.md:10:5-10:16
8 | ### Working with System Dates
9 |
10 + - ``init(date:)``
| ├─suggestion: Replace 'init(date:)' with 'init(rawValue:)'
| ├─suggestion: Replace 'init(date:)' with 'init(id:)'
| ╰─suggestion: Replace 'init(date:)' with 'init()'
11 |
12 | ### Accessing Calendar Components
warning: 'init(_:)' is ambiguous at '/Dated/Week'
--> Week.md:6:5-6:13
4 |
5 | ### Creating a Week Value
6 + - ``init(_:)``
| ├─suggestion: Insert '-(CalendarDate)' for 'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
7 |
8 | ### Working with System Dates
warning: 'init(date:)' doesn't exist at '/Dated/Week'
--> Week.md:10:5-10:16
8 | ### Working with System Dates
9 |
10 + - ``init(date:)``
| ├─suggestion: Replace 'init(date:)' with 'init(rawValue:)'
| ├─suggestion: Replace 'init(date:)' with 'init(id:)'
| ╰─suggestion: Replace 'init(date:)' with 'init()'
11 |
12 | ### Accessing Calendar Components
warning: 'init(_:)' is ambiguous at '/Dated/Year'
--> Year.md:6:5-6:13
4 |
5 | ### Creating a Year Value
6 + - ``init(_:)``
| ├─suggestion: Insert '-(CalendarDate)' for 'init(_ date: CalendarDate)'
| ├─suggestion: Insert '-(Date)' for 'init(_ date: Date)'
| ╰─suggestion: Insert '-(String)' for 'init?(_ description: String)'
7 |
8 | ### Working with System Dates
warning: 'init(date:)' doesn't exist at '/Dated/Year'
--> Year.md:10:5-10:16
8 | ### Working with System Dates
9 |
10 + - ``init(date:)``
| ├─suggestion: Replace 'init(date:)' with 'init(rawValue:)'
| ├─suggestion: Replace 'init(date:)' with 'init(id:)'
| ╰─suggestion: Replace 'init(date:)' with 'init()'
11 |
12 | ### Accessing Calendar Components
Finished building documentation for 'Dated' (0.39s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.7
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3569] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/53] Compiling SymbolKit Mixin+Equals.swift
[12/53] Compiling SymbolKit Mixin+Hash.swift
[13/53] Compiling SymbolKit Mixin.swift
[14/53] Compiling SymbolKit LineList.swift
[15/53] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling Snippets SnippetParser.swift
[29/57] Emitting module Snippets
[30/57] Compiling Snippets Snippet.swift
[31/57] Compiling SymbolKit DeclarationFragments.swift
[32/57] Compiling SymbolKit Fragment.swift
[33/57] Compiling SymbolKit FragmentKind.swift
[34/57] Compiling SymbolKit FunctionParameter.swift
[35/57] Compiling SymbolKit FunctionSignature.swift
[36/57] Compiling SymbolKit Relationship.swift
[37/57] Compiling SymbolKit RelationshipKind.swift
[38/57] Compiling SymbolKit SourceOrigin.swift
[39/57] Compiling SymbolKit GenericConstraints.swift
[40/57] Compiling SymbolKit Swift.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.44s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Dated' complete! (0.21s)
1012
7 /Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.7
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/semantical/dated/v0.1.7
File count: 1012
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-semantical-dated-v0.1.7-70e71c2f.zip to s3://spi-docs-inbox/prod-semantical-dated-v0.1.7-70e71c2f.zip
Copying... [14%]
Copying... [23%]
Copying... [32%]
Copying... [41%]
Copying... [50%]
Copying... [64%]
Copying... [73%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.