Build Information
Successful build of swift-indexed-collection, reference main (8d1830), with Swift 6.2 for macOS (SPM) on 15 Oct 2025 13:04:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swift-indexed-collection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swift-indexed-collection
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d18300 Add optional confornmances (#3)
Cloned https://github.com/FluidGroup/swift-indexed-collection.git
Revision (git rev-parse @):
8d183008a8b56001a1e3f85a5ceee3dd5963ba34
SUCCESS checkout https://github.com/FluidGroup/swift-indexed-collection.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-indexed-collection",
"name": "swift-indexed-collection",
"url": "https://github.com/FluidGroup/swift-indexed-collection.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-indexed-collection",
"dependencies": [
]
}
]
}
Fetching https://github.com/FluidGroup/swift-indexed-collection.git
[1/82] Fetching swift-indexed-collection
Fetched https://github.com/FluidGroup/swift-indexed-collection.git from cache (0.66s)
Creating working copy for https://github.com/FluidGroup/swift-indexed-collection.git
Working copy of https://github.com/FluidGroup/swift-indexed-collection.git resolved at main (8d18300)
warning: '.resolve-product-dependencies': dependency 'swift-indexed-collection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/swift-indexed-collection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/4] Compiling IndexedCollection IndexedCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndexedCollection/IndexedCollection.swift:97:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
95 | VStack {
96 | ForEach.init(IndexedCollection(["a", "b", "c", "d", "e"].map(IdentifiableItem.init(id:))), content: { e in
97 | Text("\(e.index): \(e.value)")
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
98 | })
99 | }
macro expansion #Preview:21:38: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
`- /Users/admin/builder/spi-builder-workspace/Sources/IndexedCollection/IndexedCollection.swift:100:2: note: expanded code originates here
92 | }
93 |
94 | #Preview {
| `- note: in expansion of macro 'Preview' here
95 | VStack {
96 | ForEach.init(IndexedCollection(["a", "b", "c", "d", "e"].map(IdentifiableItem.init(id:))), content: { e in
:
98 | })
99 | }
100 | }
+--- macro expansion #Preview --------------------------------------
|19 | VStack {
|20 | ForEach.init(IndexedCollection(["a", "b", "c", "d", "e"].map(IdentifiableItem.init(id:))), content: { e in
|21 | Text("\(e.index): \(e.value)")
| | `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
|22 | })
|23 | }
+-------------------------------------------------------------------
101 |
102 | #endif
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/4] Emitting module IndexedCollection
/Users/admin/builder/spi-builder-workspace/Sources/IndexedCollection/IndexedCollection.swift:97:26: warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
95 | VStack {
96 | ForEach.init(IndexedCollection(["a", "b", "c", "d", "e"].map(IdentifiableItem.init(id:))), content: { e in
97 | Text("\(e.index): \(e.value)")
| `- warning: 'appendInterpolation' is deprecated: Localized string interpolation produces an unlocalized, debug description for this type of value. Use a type supported by LocalizedStringKey.StringInterpolation or initialize a LocalizedStringResource instead with an interpolated value that conforms to CustomLocalizedStringResourceConvertible. [#DeprecatedDeclaration]
98 | })
99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (7.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-indexed-collection",
"name" : "swift-indexed-collection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "IndexedCollection",
"targets" : [
"IndexedCollection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IndexedCollection",
"module_type" : "SwiftTarget",
"name" : "IndexedCollection",
"path" : "Sources/IndexedCollection",
"product_memberships" : [
"IndexedCollection"
],
"sources" : [
"IndexedCollection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.