Build Information
Failed to build TreePicker, reference v0.1.0 (d315be
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 01:25:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/borisovodov/TreePicker.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/borisovodov/TreePicker
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at d315be0 Update documentation.
Cloned https://github.com/borisovodov/TreePicker.git
Revision (git rev-parse @):
d315be06c54c331ace0575cc388fb13707a657bb
SUCCESS checkout https://github.com/borisovodov/TreePicker.git at v0.1.0
========================================
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": "treepicker",
"name": "TreePicker",
"url": "https://github.com/borisovodov/TreePicker.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TreePicker",
"dependencies": [
]
}
]
}
Fetching https://github.com/borisovodov/TreePicker.git
[1/392] Fetching treepicker
Fetched https://github.com/borisovodov/TreePicker.git from cache (1.04s)
Creating working copy for https://github.com/borisovodov/TreePicker.git
Working copy of https://github.com/borisovodov/TreePicker.git resolved at v0.1.0 (d315be0)
warning: '.resolve-product-dependencies': dependency 'treepicker' 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/borisovodov/TreePicker.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "TreePicker",
"name" : "TreePicker",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TreePicker",
"targets" : [
"TreePicker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TreePickerTests",
"module_type" : "SwiftTarget",
"name" : "TreePickerTests",
"path" : "Tests/TreePickerTests",
"sources" : [
"TreePickerTests.swift"
],
"target_dependencies" : [
"TreePicker"
],
"type" : "test"
},
{
"c99name" : "TreePicker",
"module_type" : "SwiftTarget",
"name" : "TreePicker",
"path" : "Sources/TreePicker",
"product_memberships" : [
"TreePicker"
],
"sources" : [
"Preview Content/Previews.swift",
"TreeMultiPicker.swift",
"TreeOptionalPicker.swift",
"TreeSinglePicker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/7] Emitting module TreePicker
[4/7] Compiling TreePicker TreeSinglePicker.swift
[5/7] Compiling TreePicker Previews.swift
[6/7] Compiling TreePicker TreeMultiPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:295:82: error: type 'Bundle?' has no member 'module'
293 | self.selectionMethod = selectionMethod
294 | self.rowContent = rowContent
295 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
296 | self.label = Text(titleKey)
297 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:336:82: error: type 'Bundle?' has no member 'module'
334 | self.selectionMethod = selectionMethod
335 | self.rowContent = rowContent
336 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
337 | self.label = Text(title)
338 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:377:82: error: type 'Bundle?' has no member 'module'
375 | self.selectionMethod = selectionMethod
376 | self.rowContent = rowContent
377 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
378 | self.label = label()
379 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:422:82: error: type 'Bundle?' has no member 'module'
420 | self.selectionMethod = selectionMethod
421 | self.rowContent = rowContent
422 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
423 | self.label = Text(titleKey)
424 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:465:82: error: type 'Bundle?' has no member 'module'
463 | self.selectionMethod = selectionMethod
464 | self.rowContent = rowContent
465 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
466 | self.label = Text(title)
467 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeMultiPicker.swift:508:82: error: type 'Bundle?' has no member 'module'
506 | self.selectionMethod = selectionMethod
507 | self.rowContent = rowContent
508 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
509 | self.label = label()
510 | }
[7/7] Compiling TreePicker TreeOptionalPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:252:82: error: type 'Bundle?' has no member 'module'
250 | self.selectionMethod = selectionMethod
251 | self.rowContent = rowContent
252 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
253 | self.label = Text(titleKey)
254 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:293:82: error: type 'Bundle?' has no member 'module'
291 | self.selectionMethod = selectionMethod
292 | self.rowContent = rowContent
293 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
294 | self.label = Text(title)
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:334:82: error: type 'Bundle?' has no member 'module'
332 | self.selectionMethod = selectionMethod
333 | self.rowContent = rowContent
334 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
335 | self.label = label()
336 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:379:82: error: type 'Bundle?' has no member 'module'
377 | self.selectionMethod = selectionMethod
378 | self.rowContent = rowContent
379 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
380 | self.label = Text(titleKey)
381 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:422:82: error: type 'Bundle?' has no member 'module'
420 | self.selectionMethod = selectionMethod
421 | self.rowContent = rowContent
422 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
423 | self.label = Text(title)
424 | }
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/TreeOptionalPicker.swift:465:82: error: type 'Bundle?' has no member 'module'
463 | self.selectionMethod = selectionMethod
464 | self.rowContent = rowContent
465 | self.emptySelectionContent = Text("emptySelectionDefaultTitle", bundle: .module)
| `- error: type 'Bundle?' has no member 'module'
466 | self.label = label()
467 | }
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/TreePicker/Resources/Localizable.xcstrings
BUILD FAILURE 6.0 macosSpm