Build Information
Successful build of swift-any-codable, reference main (7905b4
), with Swift 6.0 for macOS (SPM) on 11 Jan 2025 19:19:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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
========================================
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": "swift-any-codable",
"name": "swift-any-codable",
"url": "https://github.com/jellybeansoup/swift-any-codable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-any-codable",
"dependencies": [
]
}
]
}
Fetching https://github.com/jellybeansoup/swift-any-codable.git
[1/111] Fetching swift-any-codable
Fetched https://github.com/jellybeansoup/swift-any-codable.git from cache (0.75s)
Creating working copy for https://github.com/jellybeansoup/swift-any-codable.git
Working copy of https://github.com/jellybeansoup/swift-any-codable.git resolved at main (7905b4c)
warning: '.resolve-product-dependencies': dependency 'swift-any-codable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/8] Compiling AnyCodable InstancesOf.swift
[4/8] Compiling AnyCodable UnkeyedDecodingContainer+Extensions.swift
[5/8] Emitting module AnyCodable
[6/8] Compiling AnyCodable KeyedDecodingContainer+Extensions.swift
[7/8] Compiling AnyCodable AnyCodableKey.swift
[8/8] Compiling AnyCodable AnyCodableValue.swift
Build complete! (8.32s)
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.