Build Information
Successful build of swift-any-codable, reference main (7905b4
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:54:24 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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jellybeansoup/swift-any-codable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jellybeansoup/swift-any-codable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7905b4c Merge pull request #2 from jellybeansoup/jellybeansoup-patch-1
Cloned https://github.com/jellybeansoup/swift-any-codable.git
Revision (git rev-parse @):
7905b4c8bf6aaee39ba6bed715deee6a99839d1a
SUCCESS checkout https://github.com/jellybeansoup/swift-any-codable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jellybeansoup/swift-any-codable.git
https://github.com/jellybeansoup/swift-any-codable.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-any-codable",
"name" : "swift-any-codable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AnyCodable",
"targets" : [
"AnyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodableKeyTests.swift",
"AnyCodableValueTests.swift",
"ExampleTests.swift",
"InstancesOfTests.swift",
"KeyedDecodingContainerExtensionsTests.swift",
"UnkeyedDecodingContainerExtensionsTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"AnyCodable"
],
"sources" : [
"AnyCodableKey.swift",
"AnyCodableValue.swift",
"InstancesOf.swift",
"KeyedDecodingContainer+Extensions.swift",
"UnkeyedDecodingContainer+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling AnyCodable KeyedDecodingContainer+Extensions.swift
[4/8] Compiling AnyCodable AnyCodableValue.swift
[5/8] Compiling AnyCodable UnkeyedDecodingContainer+Extensions.swift
[6/8] Emitting module AnyCodable
[7/8] Compiling AnyCodable AnyCodableKey.swift
[8/8] Compiling AnyCodable InstancesOf.swift
Build complete! (4.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-any-codable",
"name" : "swift-any-codable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AnyCodable",
"targets" : [
"AnyCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodableKeyTests.swift",
"AnyCodableValueTests.swift",
"ExampleTests.swift",
"InstancesOfTests.swift",
"KeyedDecodingContainerExtensionsTests.swift",
"UnkeyedDecodingContainerExtensionsTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"AnyCodable"
],
"sources" : [
"AnyCodableKey.swift",
"AnyCodableValue.swift",
"InstancesOf.swift",
"KeyedDecodingContainer+Extensions.swift",
"UnkeyedDecodingContainer+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.