Build Information
Successful build of Mappy, reference main (db1a2c), with Swift 6.1 for Android on 30 May 2025 08:30:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beMappy/Mappy-Swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/beMappy/Mappy-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at db1a2c5 MappyCore methods, including initialize(), are required to be run on the main thread, added enforcement with @MainActor
Cloned https://github.com/beMappy/Mappy-Swift.git
Revision (git rev-parse @):
db1a2c5c9cbd019a163a9c90b67f99da5be7ba47
SUCCESS checkout https://github.com/beMappy/Mappy-Swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/beMappy/Mappy-Swift.git
https://github.com/beMappy/Mappy-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "arcgis-runtime-ios",
"requirement" : {
"exact" : [
"100.15.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Esri/arcgis-runtime-ios/"
},
{
"identity" : "cocoalumberjackswift",
"requirement" : {
"exact" : [
"3.7.4-SPM2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/CocoaLumberjackSwift/"
},
{
"identity" : "mappy-keychainaccess",
"requirement" : {
"exact" : [
"4.2.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/Mappy-KeychainAccess/"
},
{
"identity" : "swinject",
"requirement" : {
"exact" : [
"2.8.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/Swinject/"
},
{
"identity" : "zipfoundation",
"requirement" : {
"exact" : [
"0.9.15-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/ZIPFoundation/"
},
{
"identity" : "pusherswift",
"requirement" : {
"exact" : [
"10.1.1-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/PusherSwift/"
}
],
"manifest_display_name" : "Mappy",
"name" : "Mappy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Mappy",
"targets" : [
"MappyWrapper",
"Mappy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappyWrapper",
"module_type" : "SwiftTarget",
"name" : "MappyWrapper",
"path" : "Sources/MappyWrapper",
"product_dependencies" : [
"ArcGIS",
"CocoaLumberjackSwift",
"KeychainAccess",
"Swinject",
"ZIPFoundation",
"PusherSwift"
],
"product_memberships" : [
"Mappy"
],
"sources" : [
"MappyWrapper.swift"
],
"target_dependencies" : [
"Mappy"
],
"type" : "library"
},
{
"c99name" : "Mappy",
"module_type" : "BinaryTarget",
"name" : "Mappy",
"path" : "Mappy.xcframework",
"product_memberships" : [
"Mappy"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/beMappy/PusherSwift/
Fetching https://github.com/beMappy/Swinject/
Fetching https://github.com/beMappy/Mappy-KeychainAccess/
Fetching https://github.com/Esri/arcgis-runtime-ios/
Fetching https://github.com/beMappy/CocoaLumberjackSwift/
Fetching https://github.com/beMappy/ZIPFoundation/
[1/114] Fetching swinject
[93/313] Fetching swinject, arcgis-runtime-ios
[146/509] Fetching swinject, arcgis-runtime-ios, mappy-keychainaccess
[180/649] Fetching swinject, arcgis-runtime-ios, mappy-keychainaccess, zipfoundation
[635/1411] Fetching swinject, arcgis-runtime-ios, mappy-keychainaccess, zipfoundation, pusherswift
Fetched https://github.com/beMappy/ZIPFoundation/ from cache (0.76s)
[984/1271] Fetching swinject, arcgis-runtime-ios, mappy-keychainaccess, pusherswift
Fetched https://github.com/Esri/arcgis-runtime-ios/ from cache (1.43s)
[899/1072] Fetching swinject, mappy-keychainaccess, pusherswift
[915/1613] Fetching swinject, mappy-keychainaccess, pusherswift, cocoalumberjackswift
Fetched https://github.com/beMappy/Swinject/ from cache (2.73s)
Fetched https://github.com/beMappy/Mappy-KeychainAccess/ from cache (2.74s)
Fetched https://github.com/beMappy/CocoaLumberjackSwift/ from cache (2.74s)
Fetched https://github.com/beMappy/PusherSwift/ from cache (2.81s)
Computing version for https://github.com/Esri/arcgis-runtime-ios/
Computed https://github.com/Esri/arcgis-runtime-ios/ at 100.15.2 (3.41s)
Computing version for https://github.com/beMappy/PusherSwift/
Computed https://github.com/beMappy/PusherSwift/ at 10.1.1-SPM (0.64s)
Fetching https://github.com/beMappy/NWWebSocket
Fetching https://github.com/beMappy/TweetNacl
[1/708] Fetching nwwebsocket
[674/1524] Fetching nwwebsocket, tweetnacl
Fetched https://github.com/beMappy/NWWebSocket from cache (3.33s)
[775/816] Fetching tweetnacl
Fetched https://github.com/beMappy/TweetNacl from cache (3.95s)
Computing version for https://github.com/beMappy/ZIPFoundation/
Computed https://github.com/beMappy/ZIPFoundation/ at 0.9.15-SPM (4.50s)
Computing version for https://github.com/beMappy/Swinject/
Computed https://github.com/beMappy/Swinject/ at 2.8.2-SPM (0.66s)
Computing version for https://github.com/beMappy/Mappy-KeychainAccess/
Computed https://github.com/beMappy/Mappy-KeychainAccess/ at 4.2.2-SPM (0.61s)
Computing version for https://github.com/beMappy/CocoaLumberjackSwift/
Computed https://github.com/beMappy/CocoaLumberjackSwift/ at 3.7.4-SPM2 (0.54s)
Fetching https://github.com/beMappy/CocoaLumberjack/
[1/381] Fetching cocoalumberjack
Fetched https://github.com/beMappy/CocoaLumberjack/ from cache (4.76s)
Computing version for https://github.com/beMappy/NWWebSocket
Computed https://github.com/beMappy/NWWebSocket at 0.5.2-SPM (5.78s)
Computing version for https://github.com/beMappy/TweetNacl
Computed https://github.com/beMappy/TweetNacl at 1.0.2-SPM (0.74s)
Computing version for https://github.com/beMappy/CocoaLumberjack/
Computed https://github.com/beMappy/CocoaLumberjack/ at 3.7.4-SPM (0.85s)
Creating working copy for https://github.com/beMappy/NWWebSocket
Working copy of https://github.com/beMappy/NWWebSocket resolved at 0.5.2-SPM
Creating working copy for https://github.com/beMappy/CocoaLumberjack/
Working copy of https://github.com/beMappy/CocoaLumberjack/ resolved at 3.7.4-SPM
Creating working copy for https://github.com/beMappy/PusherSwift/
Working copy of https://github.com/beMappy/PusherSwift/ resolved at 10.1.1-SPM
Creating working copy for https://github.com/beMappy/TweetNacl
Working copy of https://github.com/beMappy/TweetNacl resolved at 1.0.2-SPM
Creating working copy for https://github.com/beMappy/Swinject/
Working copy of https://github.com/beMappy/Swinject/ resolved at 2.8.2-SPM
Creating working copy for https://github.com/beMappy/CocoaLumberjackSwift/
Working copy of https://github.com/beMappy/CocoaLumberjackSwift/ resolved at 3.7.4-SPM2
Creating working copy for https://github.com/beMappy/Mappy-KeychainAccess/
Working copy of https://github.com/beMappy/Mappy-KeychainAccess/ resolved at 4.2.2-SPM
Creating working copy for https://github.com/Esri/arcgis-runtime-ios/
Working copy of https://github.com/Esri/arcgis-runtime-ios/ resolved at 100.15.2
Creating working copy for https://github.com/beMappy/ZIPFoundation/
Working copy of https://github.com/beMappy/ZIPFoundation/ resolved at 0.9.15-SPM
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip
[16054/37971196] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip
[32107/276742388] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip, https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip (6.49s)
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip (21.98s)
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module PusherSwiftWrapper
[6/8] Compiling PusherSwiftWrapper PusherSwiftWrapper.swift
[8/9] Emitting module CocoaLumberjackSwiftWrapper
[9/9] Compiling CocoaLumberjackSwiftWrapper CocoaLumberjackSwiftWrapper.swift
[11/12] Emitting module MappyWrapper
[12/12] Compiling MappyWrapper MappyWrapper.swift
Build complete! (55.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "arcgis-runtime-ios",
"requirement" : {
"exact" : [
"100.15.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Esri/arcgis-runtime-ios/"
},
{
"identity" : "cocoalumberjackswift",
"requirement" : {
"exact" : [
"3.7.4-SPM2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/CocoaLumberjackSwift/"
},
{
"identity" : "mappy-keychainaccess",
"requirement" : {
"exact" : [
"4.2.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/Mappy-KeychainAccess/"
},
{
"identity" : "swinject",
"requirement" : {
"exact" : [
"2.8.2-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/Swinject/"
},
{
"identity" : "zipfoundation",
"requirement" : {
"exact" : [
"0.9.15-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/ZIPFoundation/"
},
{
"identity" : "pusherswift",
"requirement" : {
"exact" : [
"10.1.1-SPM"
]
},
"type" : "sourceControl",
"url" : "https://github.com/beMappy/PusherSwift/"
}
],
"manifest_display_name" : "Mappy",
"name" : "Mappy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Mappy",
"targets" : [
"MappyWrapper",
"Mappy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappyWrapper",
"module_type" : "SwiftTarget",
"name" : "MappyWrapper",
"path" : "Sources/MappyWrapper",
"product_dependencies" : [
"ArcGIS",
"CocoaLumberjackSwift",
"KeychainAccess",
"Swinject",
"ZIPFoundation",
"PusherSwift"
],
"product_memberships" : [
"Mappy"
],
"sources" : [
"MappyWrapper.swift"
],
"target_dependencies" : [
"Mappy"
],
"type" : "library"
},
{
"c99name" : "Mappy",
"module_type" : "BinaryTarget",
"name" : "Mappy",
"path" : "Mappy.xcframework",
"product_memberships" : [
"Mappy"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.