Build Information
Failed to build NMapsMap, reference main (8e3f36
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 04:14:49 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/jaemyeong/NMapsMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaemyeong/NMapsMap
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8e3f36a Initial commit
Cloned https://github.com/jaemyeong/NMapsMap.git
Revision (git rev-parse @):
8e3f36a908bc3c4e15efb20d3252d81e2c11a237
SUCCESS checkout https://github.com/jaemyeong/NMapsMap.git at main
[36544/652396] Downloading https://github.com/jaemyeong/NMapsGeometry/releases/download/1.0.1/NMapsGeometry.xcframework.zip
Downloading binary artifact https://github.com/jaemyeong/NMapsGeometry/releases/download/1.0.1/NMapsGeometry.xcframework.zip
Downloaded https://github.com/jaemyeong/NMapsGeometry/releases/download/1.0.1/NMapsGeometry.xcframework.zip (1.12s)
========================================
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": "nmapsmap",
"name": "NMapsMap",
"url": "https://github.com/jaemyeong/NMapsMap.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NMapsMap",
"dependencies": [
]
}
]
}
Fetching https://github.com/jaemyeong/NMapsMap.git
[1/112] Fetching nmapsmap
Fetched https://github.com/jaemyeong/NMapsMap.git from cache (1.91s)
Creating working copy for https://github.com/jaemyeong/NMapsMap.git
Working copy of https://github.com/jaemyeong/NMapsMap.git resolved at main (8e3f36a)
Fetching binary artifact https://github.com/jaemyeong/NMapsGeometry/releases/download/1.0.1/NMapsGeometry.xcframework.zip from cache
Fetched https://github.com/jaemyeong/NMapsGeometry/releases/download/1.0.1/NMapsGeometry.xcframework.zip from cache (0.05s)
warning: '.resolve-product-dependencies': dependency 'nmapsmap' 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/jaemyeong/NMapsMap.git
{
"dependencies" : [
],
"manifest_display_name" : "NMapsMap",
"name" : "NMapsMap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NMapsMap",
"targets" : [
"NMapsMap",
"NMapsGeometry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NMapsMap",
"module_type" : "BinaryTarget",
"name" : "NMapsMap",
"path" : "Resources/NMapsMap/NMapsMap.xcframework",
"product_memberships" : [
"NMapsMap"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "NMapsGeometry",
"module_type" : "BinaryTarget",
"name" : "NMapsGeometry",
"path" : "remote/archive/NMapsGeometry.xcframework.zip",
"product_memberships" : [
"NMapsMap"
],
"sources" : [
],
"type" : "binary"
}
],
"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
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.0 macosSpm