The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dated, reference v0.1.9 (6b9ef3), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 16:14:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Semantical/Dated.git
Reference: v0.1.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Semantical/Dated
 * tag               v0.1.9     -> FETCH_HEAD
HEAD is now at 6b9ef3d fix: treat date intervals as half-open ranges
Cloned https://github.com/Semantical/Dated.git
Revision (git rev-parse @):
6b9ef3d5371416364c48e7ccecb6d80349037ad1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Semantical/Dated.git at v0.1.9
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Semantical/Dated.git
[1/253] Fetching dated
Fetched https://github.com/Semantical/Dated.git from cache (0.75s)
Creating working copy for https://github.com/Semantical/Dated.git
Working copy of https://github.com/Semantical/Dated.git resolved at v0.1.9 (6b9ef3d)
warning: '.resolve-product-dependencies': dependency 'dated' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Semantical/Dated.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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 LocalDate.swift
[8/12] Compiling Dated Day.swift
[9/12] Compiling Dated TimeDifference.swift
[10/12] Compiling Dated CalendarDateInterval.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.9
Repository:               Semantical/Dated
Swift version used:       6.3
Target:                   Dated
Extracting symbol information for 'Dated'...
Finished extracting symbol information for 'Dated'. (27.65s)
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(_:month:year:)'
   |     ╰─suggestion: Replace 'init(date:)' with 'init(components:)'
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()'
   |     ├─suggestion: Replace 'init(date:)' with 'init(_:year:)'
   |     ╰─suggestion: Replace 'init(date:)' with 'init(components:)'
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()'
   |     ├─suggestion: Replace 'init(date:)' with 'init(_:year:)'
   |     ╰─suggestion: Replace 'init(date:)' with 'init(components:)'
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 '-(Int)' for 'init(_ year: Int)'
  |             ╰─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()'
   |     ╰─suggestion: Replace 'init(date:)' with 'init(components:)'
11 |
12 | ### Accessing Calendar Components
Finished building documentation for 'Dated' (0.60s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.9
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.92s)
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.6
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Compiling SymbolKit Mixin+Equals.swift
[9/53] Compiling SymbolKit Mixin+Hash.swift
[10/53] Compiling SymbolKit Mixin.swift
[11/53] Compiling SymbolKit LineList.swift
[12/53] Compiling SymbolKit Position.swift
[13/57] Compiling SymbolKit Relationship.swift
[14/57] Compiling SymbolKit RelationshipKind.swift
[15/57] Compiling SymbolKit SourceOrigin.swift
[16/57] Compiling SymbolKit GenericConstraints.swift
[17/57] Compiling SymbolKit Swift.swift
[18/57] Compiling SymbolKit DeclarationFragments.swift
[19/57] Compiling SymbolKit Fragment.swift
[20/57] Compiling SymbolKit FragmentKind.swift
[21/57] Compiling SymbolKit FunctionParameter.swift
[22/57] Compiling SymbolKit FunctionSignature.swift
[23/57] Emitting module Snippets
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Emitting module SymbolKit
[34/57] Compiling SymbolKit GenericConstraint.swift
[35/57] Compiling SymbolKit GenericParameter.swift
[36/57] Compiling SymbolKit Generics.swift
[37/57] Compiling SymbolKit Namespace.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Identifier.swift
[44/57] Compiling SymbolKit KindIdentifier.swift
[45/57] Compiling SymbolKit Location.swift
[46/57] Compiling SymbolKit Mutability.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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.35s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Dated' complete! (0.34s)
    1032
7	/Users/admin/builder/spi-builder-workspace/.docs/semantical/dated/v0.1.9
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/semantical/dated/v0.1.9
File count: 1032
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-semantical-dated-v0.1.9-40cf4d46.zip to s3://spi-docs-inbox/prod-semantical-dated-v0.1.9-40cf4d46.zip
Copying... [13%]
Copying... [22%]
Copying... [31%]
Copying... [40%]
Copying... [54%]
Copying... [63%]
Copying... [71%]
Copying... [80%]
Copying... [94%]
Copying... [100%]
Done.