Build Information
Successful build of AppsOnAir-AppLink, reference 1.4.0 (57ec94), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 09:06:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apps-on-air/AppsOnAir-iOS-AppLink
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 57ec942 Merge pull request #46 from apps-on-air/dev
Cloned https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
Revision (git rev-parse @):
57ec9423b9ac71971b5a702f72897c46516a5abe
SUCCESS checkout https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git at 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
https://github.com/apps-on-air/AppsOnAir-iOS-AppLink.git
{
"dependencies" : [
{
"identity" : "appsonair-ios-core",
"requirement" : {
"exact" : [
"1.2.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apps-on-air/AppsOnAir-iOS-Core.git"
}
],
"manifest_display_name" : "AppsOnAir-AppLink",
"name" : "AppsOnAir-AppLink",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AppsOnAir_AppLink",
"targets" : [
"AppsOnAir_AppLink",
"AppsOnAirAppLinkObjC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppsOnAir_AppLink",
"module_type" : "SwiftTarget",
"name" : "AppsOnAir_AppLink",
"path" : "AppsOnAir_AppLink",
"product_dependencies" : [
"AppsOnAir-Core"
],
"product_memberships" : [
"AppsOnAir_AppLink"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/AppsOnAir_AppLink/Resources/AppsOnAir-AppLinkInfo.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AppConst.swift",
"AppDelegateSwizzler.swift",
"AppHelper.swift",
"AppLinkApiService.swift",
"AppLinkService.swift",
"AppLinkWrapper.swift",
"EnvironmentConfig.swift"
],
"type" : "library"
},
{
"c99name" : "AppsOnAirAppLinkObjC",
"module_type" : "ClangTarget",
"name" : "AppsOnAirAppLinkObjC",
"path" : "AppsOnAir_AppLink_ObjC",
"product_memberships" : [
"AppsOnAir_AppLink"
],
"sources" : [
"AppsOnAir_AppLink-Swift.m"
],
"target_dependencies" : [
"AppsOnAir_AppLink"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/9] Write sources
[2/9] Copying AppsOnAir-CoreInfo.plist
[4/9] Copying PrivacyInfo.xcprivacy
[4/9] Copying AppsOnAir-AppLinkInfo.plist
[6/9] Write swift-version-2F0A5646E1D333AE.txt
[8/12] Compiling Reachability resource_bundle_accessor.swift
[9/12] Emitting module Reachability
[10/12] Compiling Reachability Reachability.swift
[11/20] Compiling AppsOnAir_Core resource_bundle_accessor.swift
[12/20] Compiling AppsOnAir_Core Logger.swift
[13/20] Compiling AppsOnAir_Core NetwarkWatcher.swift
[14/20] Compiling AppsOnAir_Core AppsOnAirCoreServices.swift
[15/20] Emitting module AppsOnAir_Core
[16/20] Compiling AppsOnAir_Core BundleExtension.swift
[17/20] Compiling AppsOnAir_Core SdkManager.swift
[18/20] Compiling AppsOnAir_Core DeviceInfoService.swift
[18/20] Compiling AppsOnAir-Core-ObjC AppsOnAir_Core-Swift.m
[20/29] Compiling AppsOnAir_AppLink resource_bundle_accessor.swift
[21/29] Compiling AppsOnAir_AppLink AppLinkApiService.swift
[22/29] Compiling AppsOnAir_AppLink AppLinkService.swift
[23/29] Compiling AppsOnAir_AppLink EnvironmentConfig.swift
[24/29] Compiling AppsOnAir_AppLink AppHelper.swift
[25/29] Compiling AppsOnAir_AppLink AppLinkWrapper.swift
[26/29] Compiling AppsOnAir_AppLink AppDelegateSwizzler.swift
[27/29] Emitting module AppsOnAir_AppLink
[28/29] Compiling AppsOnAir_AppLink AppConst.swift
[28/29] Compiling AppsOnAirAppLinkObjC AppsOnAir_AppLink-Swift.m
Build complete! (17.45s)
Fetching https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
[1/342] Fetching appsonair-ios-core
Fetched https://github.com/apps-on-air/AppsOnAir-iOS-Core.git from cache (1.69s)
Computing version for https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
Computed https://github.com/apps-on-air/AppsOnAir-iOS-Core.git at 1.2.1 (4.74s)
Fetching https://github.com/ashleymills/Reachability.swift.git
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift.git from cache (4.05s)
Computing version for https://github.com/ashleymills/Reachability.swift.git
Computed https://github.com/ashleymills/Reachability.swift.git at 5.2.4 (4.62s)
Creating working copy for https://github.com/apps-on-air/AppsOnAir-iOS-Core.git
Working copy of https://github.com/apps-on-air/AppsOnAir-iOS-Core.git resolved at 1.2.1
Creating working copy for https://github.com/ashleymills/Reachability.swift.git
Working copy of https://github.com/ashleymills/Reachability.swift.git resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "appsonair-ios-core",
"requirement" : {
"exact" : [
"1.2.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apps-on-air/AppsOnAir-iOS-Core.git"
}
],
"manifest_display_name" : "AppsOnAir-AppLink",
"name" : "AppsOnAir-AppLink",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "AppsOnAir_AppLink",
"targets" : [
"AppsOnAir_AppLink",
"AppsOnAirAppLinkObjC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppsOnAir_AppLink",
"module_type" : "SwiftTarget",
"name" : "AppsOnAir_AppLink",
"path" : "AppsOnAir_AppLink",
"product_dependencies" : [
"AppsOnAir-Core"
],
"product_memberships" : [
"AppsOnAir_AppLink"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/AppsOnAir_AppLink/Resources/AppsOnAir-AppLinkInfo.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AppConst.swift",
"AppDelegateSwizzler.swift",
"AppHelper.swift",
"AppLinkApiService.swift",
"AppLinkService.swift",
"AppLinkWrapper.swift",
"EnvironmentConfig.swift"
],
"type" : "library"
},
{
"c99name" : "AppsOnAirAppLinkObjC",
"module_type" : "ClangTarget",
"name" : "AppsOnAirAppLinkObjC",
"path" : "AppsOnAir_AppLink_ObjC",
"product_memberships" : [
"AppsOnAir_AppLink"
],
"sources" : [
"AppsOnAir_AppLink-Swift.m"
],
"target_dependencies" : [
"AppsOnAir_AppLink"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.