Build Information
Successful build of Dated, reference main (c2ecac
), with Swift 6.0 for macOS (SPM) on 5 Feb 2025 21:44:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Semantical/Dated.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Semantical/Dated
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c2ecacb CalendarSubdivision: Fix `distance(to:)` returning incorrect values
Cloned https://github.com/Semantical/Dated.git
Revision (git rev-parse @):
c2ecacbf188313565b04d93f28c7be01ed827ed5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Semantical/Dated.git at main
========================================
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
[3/52] Fetching dated
Fetched https://github.com/Semantical/Dated.git from cache (0.67s)
Creating working copy for https://github.com/Semantical/Dated.git
Working copy of https://github.com/Semantical/Dated.git resolved at main (c2ecacb)
warning: '.resolve-product-dependencies': dependency 'dated' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Semantical/Dated.git
https://github.com/Semantical/Dated.git
{
"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.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling Dated Year.swift
[4/12] Compiling Dated Week.swift
[5/12] Compiling Dated Month.swift
[6/12] Compiling Dated Day.swift
[7/12] Compiling Dated TimeDifference.swift
[8/12] Emitting module Dated
[9/12] Compiling Dated LocalDate.swift
[10/12] Compiling Dated CalendarSubdivision.swift
[11/12] Compiling Dated CalendarDateInterval.swift
[12/12] Compiling Dated CalendarDate.swift
Build complete! (12.67s)
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.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/semantical/dated/main
Repository: Semantical/Dated
Swift version used: 6.0
Target: Dated
Extracting symbol information for 'Dated'...
Finished extracting symbol information for 'Dated'. (3.26s)
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 '5hytg' for'init(_ date: Date)'
| ╰─suggestion: Insert '224qi' 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(id:)'
| ├─suggestion: Replace 'init(date:)' with 'init()'
| ╰─suggestion: Replace 'init(date:)' with 'init(from:)'
13 | - ``date``
14 |
warning: 'init(_:)' is ambiguous at '/Dated/Day'
--> Day.md:6:5-6:13
4 |
5 | ### Creating a Day Value
6 + - ``init(_:)``
| ├─suggestion: Insert '8r01i' for'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '2f0ao' for'init(_ date: Date)'
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()'
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 '3dn2b' for'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '8b5le' 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 '6xwjx' for'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '3uqhe' for'init(_ date: Date)'
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 '3am81' for'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '3z71n' 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 '3ybsw' for'init(_ date: CalendarDate)'
| ╰─suggestion: Insert '9prvi' for'init(_ date: Date)'
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 ComponentsFinished building documentation for 'Dated' (0.54s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.25s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3287] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.55s)
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.3
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.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! (4.54s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/11] Compiling Dated Year.swift
[3/11] Compiling Dated Week.swift
[4/11] Compiling Dated Day.swift
[5/11] Compiling Dated CalendarSubdivision.swift
[6/11] Compiling Dated Month.swift
[7/11] Compiling Dated TimeDifference.swift
[8/11] Compiling Dated CalendarDateInterval.swift
[9/11] Compiling Dated LocalDate.swift
[10/11] Emitting module Dated
[11/11] Compiling Dated CalendarDate.swift
Build of target: 'Dated' complete! (1.20s)
830
6 /Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/semantical/dated/main
File count: 830
Doc size: 6.0MB
Preparing doc bundle ...
Uploading prod-semantical-dated-main-d9809358.zip to s3://spi-docs-inbox/prod-semantical-dated-main-d9809358.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [43%]
Copying... [53%]
Copying... [64%]
Copying... [75%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.