Build Information
Successful build of WrkstrmFoundation, reference 2.3.1 (491d47
), with Swift 6.2 (beta) for macOS (SPM) on 27 Aug 2025 14:15:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmFoundation.git
Reference: 2.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wrkstrm/WrkstrmFoundation
* tag 2.3.1 -> FETCH_HEAD
HEAD is now at 491d471 Merge pull request #51 from wrkstrm/codex/update-wrkstrm-tutorial-with-code-references
Cloned https://github.com/wrkstrm/WrkstrmFoundation.git
Revision (git rev-parse @):
491d471e26085a54bca277ca48dbf7cd64dd0098
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmFoundation.git at 2.3.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wrkstrm/WrkstrmFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/38] Compiling Logging LogHandler.swift
[8/38] Compiling Logging Locks.swift
[9/38] Compiling Logging MetadataProvider.swift
[10/38] Compiling Logging Logging.swift
[11/38] Emitting module Logging
[12/48] Compiling WrkstrmMain JSON.swift
[13/48] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[14/50] Compiling WrkstrmMain UInt+BitSetting.swift
[15/50] Compiling WrkstrmMain AnyCodingKey.swift
[16/50] Compiling WrkstrmMain DynamicCodingKey.swift
[17/50] Compiling WrkstrmMain String+Contains.swift
[18/50] Compiling WrkstrmMain String+Count.swift
[19/50] Compiling WrkstrmMain String+KebabCase.swift
[20/50] Emitting module WrkstrmMain
[21/50] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[22/50] Compiling WrkstrmMain Sequence+Decompose.swift
[23/50] Compiling WrkstrmMain Sequence+Unique.swift
[24/50] Compiling WrkstrmMain Injectable.swift
[25/50] Compiling WrkstrmMain Random.swift
[26/50] Compiling WrkstrmMain String+Repeat.swift
[27/50] Compiling WrkstrmMain String+Source.swift
[28/50] Compiling WrkstrmMain StringError.swift
[29/50] Compiling WrkstrmMain CommandLine+Executable.swift
[30/50] Compiling WrkstrmMain Optional+AnyFlattenable.swift
[31/50] Compiling WrkstrmMain OptionalComparisons.swift
[32/50] Compiling WrkstrmLog FatalErrorUtil.swift
[33/50] Emitting module WrkstrmLog
[34/50] Compiling WrkstrmMain Array+Filter.swift
[35/50] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[36/50] Compiling WrkstrmMain Collection+Sorting.swift
[37/50] Compiling WrkstrmMain BinaryTree.swift
[38/50] Compiling WrkstrmMain Tree.swift
[39/50] Compiling WrkstrmMain List.swift
[40/50] Compiling WrkstrmMain Sort.swift
[41/50] Compiling WrkstrmMain IndexedCollection.swift
[42/50] Compiling WrkstrmMain SortedArray.swift
[43/51] Compiling WrkstrmLog Log+Inject.swift
[44/51] Compiling WrkstrmLog Log+Cache.swift
[45/51] Compiling WrkstrmLog Log+Shared.swift
[46/51] Compiling WrkstrmLog Log+Levels.swift
[47/51] Compiling WrkstrmLog Log+CacheStorage.swift
[48/51] Compiling WrkstrmLog Level+OSLogType.swift
[49/51] Compiling WrkstrmLog Level+Emoji.swift
[50/51] Compiling WrkstrmLog Log.swift
[51/51] Compiling WrkstrmLog ProcessInfo+Xcode.swift
[52/77] Compiling WrkstrmFoundation FoundationCalendar+Default.swift
[53/77] Compiling WrkstrmFoundation FileHandle+Standard.swift
[54/77] Compiling WrkstrmFoundation FileManager+Source.swift
[55/77] Compiling WrkstrmFoundation Date+GitLog.swift
[56/77] Compiling WrkstrmFoundation Date+Utilities.swift
[57/77] Compiling WrkstrmFoundation DateFormatter+Utilities.swift
[58/79] Emitting module WrkstrmFoundation
[59/79] Compiling WrkstrmFoundation SecurityScopedAsset.swift
[60/79] Compiling WrkstrmFoundation URL+TempDirectory.swift
[61/79] Compiling WrkstrmFoundation JSONEnums.swift
[62/79] Compiling WrkstrmFoundation JSONResource.swift
[63/79] Compiling WrkstrmFoundation Data+Base64URL.swift
[64/79] Compiling WrkstrmFoundation Data+UTF8.swift
[65/79] Compiling WrkstrmFoundation Date+ExpressibleByIntegerLiteral.swift
[66/79] Compiling WrkstrmFoundation Log+Foundation.swift
[67/79] Compiling WrkstrmFoundation NotificationCenter+Transformers.swift
[68/79] Compiling WrkstrmFoundation NumberFormatter+Localize.swift
[69/79] Compiling WrkstrmFoundation Bundle+Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmFoundation/Persistence/CodableArchiver.swift:92:36: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead [#DeprecatedDeclaration]
90 | public func get(_ key: AnyHashable? = nil) -> T? {
91 | guard
92 | let data = NSKeyedUnarchiver.unarchiveObject(withFile: filePathForKey(key ?? self.key))
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead [#DeprecatedDeclaration]
93 | as? Data
94 | else {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[70/79] Compiling WrkstrmFoundation CodableArchiver.swift
/Users/admin/builder/spi-builder-workspace/Sources/WrkstrmFoundation/Persistence/CodableArchiver.swift:92:36: warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead [#DeprecatedDeclaration]
90 | public func get(_ key: AnyHashable? = nil) -> T? {
91 | guard
92 | let data = NSKeyedUnarchiver.unarchiveObject(withFile: filePathForKey(key ?? self.key))
| `- warning: 'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead [#DeprecatedDeclaration]
93 | as? Data
94 | else {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[71/79] Compiling WrkstrmFoundation String+Stats.swift
[72/79] Compiling WrkstrmFoundation URL+URLQueryItem.swift
[73/79] Compiling WrkstrmFoundation JSONCoders.swift
[74/79] Compiling WrkstrmFoundation String+Casing.swift
[75/79] Compiling WrkstrmFoundation String+Expanding.swift
[76/79] Compiling WrkstrmFoundation String+FileType.swift
[77/79] Compiling WrkstrmFoundation Calendar.swift
[78/79] Compiling WrkstrmFoundation Event.swift
[79/79] Compiling WrkstrmFoundation Bundle+Version.swift
[80/96] Compiling WrkstrmNetworking Log+Networking.swift
[81/96] Compiling WrkstrmNetworking HTTP+Method.swift
[82/96] Compiling WrkstrmNetworking HTTP+RateLimiter.swift
[83/96] Compiling WrkstrmNetworking HTTP+RequestHeaders.swift
[84/96] Compiling WrkstrmNetworking HTTP+Response.swift
[85/96] Compiling WrkstrmNetworking HTTP.swift
[86/96] Emitting module WrkstrmNetworking
[87/96] Compiling WrkstrmNetworking HTTP+Client.swift
[88/96] Compiling WrkstrmNetworking HTTP+ClientErrors.swift
[89/96] Compiling WrkstrmNetworking HTTP+CodableClient.swift
[90/96] Compiling WrkstrmNetworking HTTP+EncodableRequest.swift
[91/96] Compiling WrkstrmNetworking HTTP+Environment.swift
[92/96] Compiling WrkstrmNetworking HTTP+JSONClient.swift
[93/96] Compiling WrkstrmNetworking CURL.swift
[94/96] Compiling WrkstrmNetworking Data+JSONSerialization.swift
[95/96] Compiling WrkstrmNetworking HTTP+StatusCode.swift
[96/96] Compiling WrkstrmNetworking HTTP+URLRequestConvertible.swift
[97/97] Compiling WrkstrmNetworking URL+Common.swift
Build complete! (13.21s)
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Fetching https://github.com/wrkstrm/WrkstrmLog.git
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/1568] Fetching wrkstrmmain
[237/3388] Fetching wrkstrmmain, wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (1.00s)
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (1.00s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmMain.git at 2.4.1 (1.56s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.1.0 (0.52s)
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.51s)
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at 2.1.0
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 2.4.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Build complete.
{
"dependencies" : [
{
"identity" : "wrkstrmlog",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmLog.git"
},
{
"identity" : "wrkstrmmain",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmMain.git"
}
],
"manifest_display_name" : "WrkstrmFoundation",
"name" : "WrkstrmFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "WrkstrmFoundation",
"targets" : [
"WrkstrmFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WrkstrmNetworking",
"targets" : [
"WrkstrmNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WrkstrmNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "WrkstrmNetworkingTests",
"path" : "Tests/WrkstrmNetworkingTests",
"sources" : [
"HTTPStatusCodeTests.swift",
"Support/MockEnvironment.swift",
"Support/MockURLProtocol.swift",
"Support/SamplePutRequest.swift",
"Support/SampleRequest.swift",
"Support/UnsortedQueryRequest.swift",
"WrkstrmNetworkingTests.swift"
],
"target_dependencies" : [
"WrkstrmNetworking"
],
"type" : "test"
},
{
"c99name" : "WrkstrmNetworking",
"module_type" : "SwiftTarget",
"name" : "WrkstrmNetworking",
"path" : "Sources/WrkstrmNetworking",
"product_dependencies" : [
"WrkstrmLog",
"WrkstrmMain"
],
"product_memberships" : [
"WrkstrmNetworking"
],
"sources" : [
"CURL.swift",
"Data+JSONSerialization.swift",
"HTTP/HTTP+Client.swift",
"HTTP/HTTP+ClientErrors.swift",
"HTTP/HTTP+CodableClient.swift",
"HTTP/HTTP+EncodableRequest.swift",
"HTTP/HTTP+Environment.swift",
"HTTP/HTTP+JSONClient.swift",
"HTTP/HTTP+Method.swift",
"HTTP/HTTP+RateLimiter.swift",
"HTTP/HTTP+RequestHeaders.swift",
"HTTP/HTTP+Response.swift",
"HTTP/HTTP+StatusCode.swift",
"HTTP/HTTP+URLRequestConvertible.swift",
"HTTP/HTTP.swift",
"Log+Networking.swift",
"URL+Common.swift"
],
"target_dependencies" : [
"WrkstrmFoundation"
],
"type" : "library"
},
{
"c99name" : "WrkstrmFoundationTests",
"module_type" : "SwiftTarget",
"name" : "WrkstrmFoundationTests",
"path" : "Tests/WrkstrmFoundationTests",
"sources" : [
"CalendarTests.swift",
"CodableArchiverClassTests.swift",
"CodableArchiverDataTests.swift",
"CodableArchiverEdgeCaseTests.swift",
"CodableArchiverStaticArchiverTests.swift",
"CodableArchiverStructTests.swift",
"DataBase64URLTests.swift",
"DataUTF8Tests.swift",
"FileManagerSourceTests.swift",
"LocalizedValuesTests.swift",
"StringCasingTests.swift",
"TestCodableClass.swift",
"TestCodableStruct.swift",
"TestCodableValue.swift",
"TestUserProfile.swift",
"URLQueryItemTests.swift",
"URLTempDirectoryTests.swift"
],
"target_dependencies" : [
"WrkstrmFoundation"
],
"type" : "test"
},
{
"c99name" : "WrkstrmFoundation",
"module_type" : "SwiftTarget",
"name" : "WrkstrmFoundation",
"path" : "Sources/WrkstrmFoundation",
"product_dependencies" : [
"WrkstrmLog",
"WrkstrmMain"
],
"product_memberships" : [
"WrkstrmFoundation",
"WrkstrmNetworking"
],
"sources" : [
"Collections/Calendar.swift",
"Collections/Event.swift",
"Extensions/Bundle+Version.swift",
"Extensions/Data+Base64URL.swift",
"Extensions/Data+UTF8.swift",
"Extensions/Dates/Date+ExpressibleByIntegerLiteral.swift",
"Extensions/Dates/Date+GitLog.swift",
"Extensions/Dates/Date+Utilities.swift",
"Extensions/Dates/DateFormatter+Utilities.swift",
"Extensions/Dates/FoundationCalendar+Default.swift",
"Extensions/FileHandle+Standard.swift",
"Extensions/FileManager+Source.swift",
"Extensions/Log+Foundation.swift",
"Extensions/NotificationCenter+Transformers.swift",
"Extensions/NumberFormatter+Localize.swift",
"Extensions/String/String+Casing.swift",
"Extensions/String/String+Expanding.swift",
"Extensions/String/String+FileType.swift",
"Extensions/String/String+Stats.swift",
"Extensions/URL+URLQueryItem.swift",
"JSON/JSONCoders.swift",
"JSON/JSONEnums.swift",
"JSON/JSONResource.swift",
"Persistence/Bundle+Decode.swift",
"Persistence/CodableArchiver.swift",
"Persistence/SecurityScopedAsset.swift",
"URL+TempDirectory.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Done.