Build Information
Successful build of CodablePlus, reference 1.0.0 (1c7c16
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 02:53:43 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/CodablePlus.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/CodablePlus
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 1c7c16c Updated Package Tools & Readme (#3)
Cloned https://github.com/richardpiazza/CodablePlus.git
Revision (git rev-parse @):
1c7c16c201e6e0c884abdc2a910cbab308f82b37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/CodablePlus.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/CodablePlus.git
https://github.com/richardpiazza/CodablePlus.git
{
"dependencies" : [
],
"manifest_display_name" : "CodablePlus",
"name" : "CodablePlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "CodablePlus",
"targets" : [
"CodablePlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CodablePlusTests",
"module_type" : "SwiftTarget",
"name" : "CodablePlusTests",
"path" : "Tests/CodablePlusTests",
"sources" : [
"AnyEncodingDecodingTests.swift",
"ArrayEncodingDecodingTests.swift",
"CodablePlusTestCase.swift",
"DefaultValueDecodingTests.swift",
"DictionaryEncodingDecodingTests.swift",
"KeyedDecodingContainerTests.swift",
"MultipleKeysDecodingTests.swift"
],
"target_dependencies" : [
"CodablePlus"
],
"type" : "test"
},
{
"c99name" : "CodablePlus",
"module_type" : "SwiftTarget",
"name" : "CodablePlus",
"path" : "Sources/CodablePlus",
"product_memberships" : [
"CodablePlus"
],
"sources" : [
"AnyEncodable.swift",
"DictionaryKeys.swift",
"KeyedDecodingContainerProtocol+Any.swift",
"KeyedDecodingContainerProtocol+Containers.swift",
"KeyedDecodingContainerProtocol+DefaultValues.swift",
"KeyedDecodingContainerProtocol+MultipleKeys.swift",
"KeyedEncodingContainerProtocol+Any.swift",
"KeyedEncodingContainerProtocol+Containers.swift",
"UnkeyedDecodingContainer+Containers.swift",
"UnkeyedEncodingContainer+Containers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling CodablePlus UnkeyedDecodingContainer+Containers.swift
[4/13] Compiling CodablePlus KeyedDecodingContainerProtocol+MultipleKeys.swift
[5/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Any.swift
[6/13] Compiling CodablePlus KeyedEncodingContainerProtocol+Containers.swift
[7/13] Compiling CodablePlus KeyedDecodingContainerProtocol+DefaultValues.swift
[8/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Containers.swift
[9/13] Compiling CodablePlus DictionaryKeys.swift
[10/13] Compiling CodablePlus AnyEncodable.swift
[11/13] Compiling CodablePlus KeyedDecodingContainerProtocol+Any.swift
[12/13] Emitting module CodablePlus
[13/13] Compiling CodablePlus UnkeyedEncodingContainer+Containers.swift
Build complete! (5.84s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CodablePlus",
"name" : "CodablePlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "CodablePlus",
"targets" : [
"CodablePlus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CodablePlusTests",
"module_type" : "SwiftTarget",
"name" : "CodablePlusTests",
"path" : "Tests/CodablePlusTests",
"sources" : [
"AnyEncodingDecodingTests.swift",
"ArrayEncodingDecodingTests.swift",
"CodablePlusTestCase.swift",
"DefaultValueDecodingTests.swift",
"DictionaryEncodingDecodingTests.swift",
"KeyedDecodingContainerTests.swift",
"MultipleKeysDecodingTests.swift"
],
"target_dependencies" : [
"CodablePlus"
],
"type" : "test"
},
{
"c99name" : "CodablePlus",
"module_type" : "SwiftTarget",
"name" : "CodablePlus",
"path" : "Sources/CodablePlus",
"product_memberships" : [
"CodablePlus"
],
"sources" : [
"AnyEncodable.swift",
"DictionaryKeys.swift",
"KeyedDecodingContainerProtocol+Any.swift",
"KeyedDecodingContainerProtocol+Containers.swift",
"KeyedDecodingContainerProtocol+DefaultValues.swift",
"KeyedDecodingContainerProtocol+MultipleKeys.swift",
"KeyedEncodingContainerProtocol+Any.swift",
"KeyedEncodingContainerProtocol+Containers.swift",
"UnkeyedDecodingContainer+Containers.swift",
"UnkeyedEncodingContainer+Containers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.