Build Information
Successful build of Dated, reference v0.1.4 (4e7f02
), with Swift 6.1 for macOS (SPM) on 19 Jun 2025 07:10:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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
========================================
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/126] Fetching dated
Fetched https://github.com/Semantical/Dated.git from cache (0.65s)
Creating working copy for https://github.com/Semantical/Dated.git
Working copy of https://github.com/Semantical/Dated.git resolved at v0.1.4 (4e7f026)
warning: '.resolve-product-dependencies': dependency 'dated' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
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.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Dated Week.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/12] Compiling Dated Month.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/12] Compiling Dated Year.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/12] Compiling Dated CalendarSubdivision.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/12] Compiling Dated TimeDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/12] Compiling Dated LocalDate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/12] Emitting module Dated
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/12] Compiling Dated CalendarDateInterval.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/12] Compiling Dated CalendarDate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/12] Compiling Dated Day.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (6.46s)
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.4
Repository: Semantical/Dated
Swift version used: 6.1
Target: Dated
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Dated'...
Finished extracting symbol information for 'Dated'. (2.79s)
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.37s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.4
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.70s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
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.4
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-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Relationship.swift
[7/53] Compiling SymbolKit RelationshipKind.swift
[8/53] Compiling SymbolKit SourceOrigin.swift
[9/53] Compiling SymbolKit GenericConstraints.swift
[10/53] Compiling SymbolKit Swift.swift
[11/53] Compiling SymbolKit Names.swift
[12/53] Compiling SymbolKit SPI.swift
[13/53] Compiling SymbolKit Snippet.swift
[14/53] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit SemanticVersion.swift
[16/57] Compiling SymbolKit AccessControl.swift
[17/57] Compiling SymbolKit Availability.swift
[18/57] Compiling SymbolKit AvailabilityItem.swift
[19/57] Compiling SymbolKit Domain.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Emitting module Snippets
[25/57] Compiling Snippets SnippetParser.swift
[26/57] Compiling Snippets Snippet.swift
[27/57] Compiling SymbolKit DeclarationFragments.swift
[28/57] Compiling SymbolKit Fragment.swift
[29/57] Compiling SymbolKit FragmentKind.swift
[30/57] Compiling SymbolKit FunctionParameter.swift
[31/57] Compiling SymbolKit FunctionSignature.swift
[32/57] Compiling SymbolKit GenericConstraint.swift
[33/57] Compiling SymbolKit GenericParameter.swift
[34/57] Compiling SymbolKit Generics.swift
[35/57] Compiling SymbolKit Namespace.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit Symbol.swift
[42/57] Compiling SymbolKit SymbolKind.swift
[43/57] Compiling SymbolKit SymbolGraph.swift
[44/57] Compiling SymbolKit GraphCollector.swift
[45/57] Emitting module SymbolKit
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.06s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Dated TimeDifference.swift
[3/11] Compiling Dated LocalDate.swift
[4/11] Compiling Dated CalendarDateInterval.swift
[5/11] Compiling Dated Year.swift
[6/11] Compiling Dated CalendarSubdivision.swift
[7/11] Compiling Dated Week.swift
[8/11] Compiling Dated Month.swift
[9/11] Compiling Dated Day.swift
[10/11] Compiling Dated CalendarDate.swift
[11/11] Emitting module Dated
Build of target: 'Dated' complete! (0.85s)
992
7 /Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.4
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/semantical/dated/v0.1.4
File count: 992
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-semantical-dated-v0.1.4-59a9074b.zip to s3://spi-docs-inbox/prod-semantical-dated-v0.1.4-59a9074b.zip
Copying... [14%]
Copying... [23%]
Copying... [33%]
Copying... [42%]
Copying... [51%]
Copying... [61%]
Copying... [75%]
Copying... [84%]
Copying... [93%]
Copying... [100%]
Done.