Build Information
Failed to build MapsIndoorsCore, reference 4.6.2 (3563d7
), with Swift 6.0 for macOS (SPM) on 30 Oct 2024 16:03:25 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
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MapsPeople/mapsindoors-core-ios.git
Reference: 4.6.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MapsPeople/mapsindoors-core-ios
* tag 4.6.2 -> FETCH_HEAD
HEAD is now at 3563d70 Release version 4.6.2
Cloned https://github.com/MapsPeople/mapsindoors-core-ios.git
Revision (git rev-parse @):
3563d70bba706f42f9dd318129fbbdb214f5b307
SUCCESS checkout https://github.com/MapsPeople/mapsindoors-core-ios.git at 4.6.2
Fetching https://github.com/MapsPeople/mapsindoors-ios.git
[1/29] Fetching mapsindoors-ios
Fetched https://github.com/MapsPeople/mapsindoors-ios.git from cache (0.60s)
Computing version for https://github.com/MapsPeople/mapsindoors-ios.git
Computed https://github.com/MapsPeople/mapsindoors-ios.git at 4.6.2 (0.49s)
Creating working copy for https://github.com/MapsPeople/mapsindoors-ios.git
Working copy of https://github.com/MapsPeople/mapsindoors-ios.git resolved at 4.6.2
[16375/4355462] Downloading https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip
Downloading binary artifact https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip
[4371837/6267027] Downloading https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip, https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoors.xcframework.zip
Downloading binary artifact https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoors.xcframework.zip
Downloaded https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoors.xcframework.zip (1.04s)
Downloaded https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip (1.34s)
========================================
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": "mapsindoors-core-ios",
"name": "MapsIndoorsCore",
"url": "https://github.com/MapsPeople/mapsindoors-core-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mapsindoors-core-ios",
"dependencies": [
{
"identity": "mapsindoors-ios",
"name": "MapsIndoors",
"url": "https://github.com/MapsPeople/mapsindoors-ios.git",
"version": "4.6.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mapsindoors-ios",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/MapsPeople/mapsindoors-core-ios.git
[1/39] Fetching mapsindoors-core-ios
Fetched https://github.com/MapsPeople/mapsindoors-core-ios.git from cache (0.66s)
Fetching https://github.com/MapsPeople/mapsindoors-ios.git from cache
Fetched https://github.com/MapsPeople/mapsindoors-ios.git from cache (0.50s)
Computing version for https://github.com/MapsPeople/mapsindoors-ios.git
Computed https://github.com/MapsPeople/mapsindoors-ios.git at 4.6.2 (0.02s)
Creating working copy for https://github.com/MapsPeople/mapsindoors-ios.git
Working copy of https://github.com/MapsPeople/mapsindoors-ios.git resolved at 4.6.2
Creating working copy for https://github.com/MapsPeople/mapsindoors-core-ios.git
Working copy of https://github.com/MapsPeople/mapsindoors-core-ios.git resolved at 4.6.2 (3563d70)
Fetching binary artifact https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip from cache
Fetching binary artifact https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoors.xcframework.zip from cache
Fetched https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoors.xcframework.zip from cache (0.18s)
Fetched https://github.com/MapsPeople/MapsIndoors-SDK-iOS/releases/download/4.6.2/MapsIndoorsCore.xcframework.zip from cache (0.31s)
warning: '.resolve-product-dependencies': dependency 'mapsindoors-core-ios' is not used by any target
Found 1 product dependencies
- MapsIndoors
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/MapsPeople/mapsindoors-core-ios.git
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module MapsIndoorsCoreWrapper
/Users/admin/builder/spi-builder-workspace/Sources/MapsIndoorsCoreWrapper/MPEmpty.swift:9:8: error: no such module 'MapsIndoors'
7 |
8 | import Foundation
9 | import MapsIndoors
| `- error: no such module 'MapsIndoors'
10 |
[4/4] Compiling MapsIndoorsCoreWrapper MPEmpty.swift
/Users/admin/builder/spi-builder-workspace/Sources/MapsIndoorsCoreWrapper/MPEmpty.swift:9:8: error: no such module 'MapsIndoors'
7 |
8 | import Foundation
9 | import MapsIndoors
| `- error: no such module 'MapsIndoors'
10 |
BUILD FAILURE 6.0 macosSpm