Build Information
Successful build of RFC3339DateFormatter, reference 1.0.1 (9399fc), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:46:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/morishin/RFC3339DateFormatter.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/morishin/RFC3339DateFormatter
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 9399fcb Merge pull request #2 from morishin/bump-version-to-1.0.1
Cloned https://github.com/morishin/RFC3339DateFormatter.git
Revision (git rev-parse @):
9399fcb96d6e005c2f63f9bdefb62c7c1ff631e2
SUCCESS checkout https://github.com/morishin/RFC3339DateFormatter.git at 1.0.1
========================================
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": "rfc3339dateformatter",
"name": "RFC3339DateFormatter",
"url": "https://github.com/morishin/RFC3339DateFormatter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RFC3339DateFormatter",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/morishin/RFC3339DateFormatter.git
[1/49] Fetching rfc3339dateformatter
Fetched https://github.com/morishin/RFC3339DateFormatter.git from cache (0.58s)
Creating working copy for https://github.com/morishin/RFC3339DateFormatter.git
Working copy of https://github.com/morishin/RFC3339DateFormatter.git resolved at 1.0.1 (9399fcb)
warning: '.resolve-product-dependencies': dependency 'rfc3339dateformatter' 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/morishin/RFC3339DateFormatter.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/4] Compiling RFC3339DateFormatter RFC3339DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/RFC3339DateFormatter/RFC3339DateFormatter.swift:33:32: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
31 |
32 | public static func date(from string: String) -> Date? {
33 | return formatters.lazy.flatMap { $0.date(from: string) }.first
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value [#DeprecatedDeclaration]
| `- note: use 'compactMap(_:)' instead
34 | }
35 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/4] Emitting module RFC3339DateFormatter
Build complete! (3.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RFC3339DateFormatter",
"name" : "RFC3339DateFormatter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RFC3339DateFormatter",
"targets" : [
"RFC3339DateFormatter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RFC3339DateFormatterTests",
"module_type" : "SwiftTarget",
"name" : "RFC3339DateFormatterTests",
"path" : "Tests/RFC3339DateFormatterTests",
"sources" : [
"RFC3339DateFormatterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RFC3339DateFormatter"
],
"type" : "test"
},
{
"c99name" : "RFC3339DateFormatter",
"module_type" : "SwiftTarget",
"name" : "RFC3339DateFormatter",
"path" : "Sources/RFC3339DateFormatter",
"product_memberships" : [
"RFC3339DateFormatter"
],
"sources" : [
"RFC3339DateFormatter.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.