The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Mappy, reference 0.14.5 (db1a2c), with Swift 6.1 for Android on 30 May 2025 08:30:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beMappy/Mappy-Swift.git
Reference: 0.14.5
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
 * tag               0.14.5     -> FETCH_HEAD
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 0.14.5
========================================
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-4606859-2":/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/Mappy-KeychainAccess/
Fetching https://github.com/beMappy/ZIPFoundation/
Fetching https://github.com/Esri/arcgis-runtime-ios/
Fetching https://github.com/beMappy/CocoaLumberjackSwift/
Fetching https://github.com/beMappy/Swinject/
[1/196] Fetching mappy-keychainaccess
[109/395] Fetching mappy-keychainaccess, arcgis-runtime-ios
[159/535] Fetching mappy-keychainaccess, arcgis-runtime-ios, zipfoundation
[239/649] Fetching mappy-keychainaccess, arcgis-runtime-ios, zipfoundation, swinject
Fetched https://github.com/beMappy/Swinject/ from cache (0.56s)
[509/535] Fetching mappy-keychainaccess, arcgis-runtime-ios, zipfoundation
[521/1297] Fetching mappy-keychainaccess, arcgis-runtime-ios, zipfoundation, pusherswift
Fetched https://github.com/beMappy/ZIPFoundation/ from cache (0.86s)
Fetched https://github.com/beMappy/Mappy-KeychainAccess/ from cache (0.87s)
[680/961] Fetching arcgis-runtime-ios, pusherswift
[810/1502] Fetching arcgis-runtime-ios, pusherswift, cocoalumberjackswift
Fetched https://github.com/Esri/arcgis-runtime-ios/ from cache (2.78s)
Fetched https://github.com/beMappy/PusherSwift/ from cache (2.84s)
Fetched https://github.com/beMappy/CocoaLumberjackSwift/ from cache (2.90s)
Computing version for https://github.com/Esri/arcgis-runtime-ios/
Computed https://github.com/Esri/arcgis-runtime-ios/ at 100.15.2 (5.10s)
Computing version for https://github.com/beMappy/PusherSwift/
Computed https://github.com/beMappy/PusherSwift/ at 10.1.1-SPM (0.66s)
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.37s)
[775/816] Fetching tweetnacl
Fetched https://github.com/beMappy/TweetNacl from cache (4.67s)
Computing version for https://github.com/beMappy/ZIPFoundation/
Computed https://github.com/beMappy/ZIPFoundation/ at 0.9.15-SPM (5.48s)
Computing version for https://github.com/beMappy/Swinject/
Computed https://github.com/beMappy/Swinject/ at 2.8.2-SPM (0.62s)
Computing version for https://github.com/beMappy/Mappy-KeychainAccess/
Computed https://github.com/beMappy/Mappy-KeychainAccess/ at 4.2.2-SPM (0.73s)
Computing version for https://github.com/beMappy/CocoaLumberjackSwift/
Computed https://github.com/beMappy/CocoaLumberjackSwift/ at 3.7.4-SPM2 (0.67s)
Fetching https://github.com/beMappy/CocoaLumberjack/
[1/381] Fetching cocoalumberjack
Fetched https://github.com/beMappy/CocoaLumberjack/ from cache (4.45s)
Computing version for https://github.com/beMappy/NWWebSocket
Computed https://github.com/beMappy/NWWebSocket at 0.5.2-SPM (5.11s)
Computing version for https://github.com/beMappy/TweetNacl
Computed https://github.com/beMappy/TweetNacl at 1.0.2-SPM (1.02s)
Computing version for https://github.com/beMappy/CocoaLumberjack/
Computed https://github.com/beMappy/CocoaLumberjack/ at 3.7.4-SPM (0.76s)
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/Mappy-KeychainAccess/
Working copy of https://github.com/beMappy/Mappy-KeychainAccess/ resolved at 4.2.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/PusherSwift/
Working copy of https://github.com/beMappy/PusherSwift/ resolved at 10.1.1-SPM
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/CocoaLumberjackSwift/
Working copy of https://github.com/beMappy/CocoaLumberjackSwift/ resolved at 3.7.4-SPM2
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/TweetNacl
Working copy of https://github.com/beMappy/TweetNacl resolved at 1.0.2-SPM
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/ArcGIS-iOS-v100.15.2.xcframework.zip
Downloading binary artifact https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip
[16053/238771192] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip
[145760/276742388] Downloading https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip, https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/ArcGIS-iOS-v100.15.2.xcframework.zip (5.37s)
Downloaded https://gisupdates.esri.com/ArcGIS_RuntimeSDK/100.15.2/Runtimecore-v100.15.2.xcframework.zip (23.54s)
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Emitting module CocoaLumberjackSwiftWrapper
[6/8] Compiling CocoaLumberjackSwiftWrapper CocoaLumberjackSwiftWrapper.swift
[7/9] Emitting module PusherSwiftWrapper
[8/9] Compiling PusherSwiftWrapper PusherSwiftWrapper.swift
[11/12] Compiling MappyWrapper MappyWrapper.swift
[12/12] Emitting module MappyWrapper
Build complete! (57.32s)
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.