The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Teads, reference 5.1.6 (0b881a), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 23 Oct 2024 18:34:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TeadsSampleApp -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/teads/TeadsSDK-iOS.git
Reference: 5.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/teads/TeadsSDK-iOS
 * tag               5.1.6      -> FETCH_HEAD
HEAD is now at 0b881a7 Release new version: 5.1.6
Cloned https://github.com/teads/TeadsSDK-iOS.git
Revision (git rev-parse @):
0b881a7034bc17189310c1e579889f579927f0e8
SUCCESS checkout https://github.com/teads/TeadsSDK-iOS.git at 5.1.6
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.8
Building package at path:  $PWD
https://github.com/teads/TeadsSDK-iOS.git
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-10-23 14:33:55.759 xcodebuild[471:2577] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
    {
      "identity" : "swift-package-manager-google-mobile-ads",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.2.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git"
    },
    {
      "identity" : "applovin-max-swift-package",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.3.1",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppLovin/AppLovin-MAX-Swift-Package.git"
    }
  ],
  "manifest_display_name" : "Teads",
  "name" : "Teads",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "TeadsSDK",
      "targets" : [
        "TeadsSDK",
        "OMSDK_Teadstv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TeadsAdMobAdapter",
      "targets" : [
        "TeadsAdMobAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TeadsAppLovinAdapter",
      "targets" : [
        "TeadsAppLovinAdapter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TeadsSDK",
      "module_type" : "BinaryTarget",
      "name" : "TeadsSDK",
      "path" : "Frameworks/TeadsSDK.xcframework",
      "product_memberships" : [
        "TeadsSDK",
        "TeadsAdMobAdapter",
        "TeadsAppLovinAdapter"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TeadsAppLovinAdapter",
      "module_type" : "SwiftTarget",
      "name" : "TeadsAppLovinAdapter",
      "path" : "MediationAdapters/TeadsAppLovinAdapter",
      "product_dependencies" : [
        "AppLovinSDK"
      ],
      "product_memberships" : [
        "TeadsAppLovinAdapter"
      ],
      "sources" : [
        "AppLovinTeadsNativeAd.swift",
        "Exports.swift",
        "TeadsMediationAdapter.swift",
        "TeadsMediationAdapterExtension.swift"
      ],
      "target_dependencies" : [
        "TeadsAdapterCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TeadsAdapterCommon",
      "module_type" : "SwiftTarget",
      "name" : "TeadsAdapterCommon",
      "path" : "MediationAdapters/Common",
      "product_memberships" : [
        "TeadsAdMobAdapter",
        "TeadsAppLovinAdapter"
      ],
      "sources" : [
        "CGFloat-extensions.swift",
        "Helper.swift",
        "TeadsAdapterErrorCode.swift",
        "TeadsInReadAdView-extensions.swift"
      ],
      "target_dependencies" : [
        "TeadsSDK",
        "OMSDK_Teadstv"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TeadsAdMobAdapter",
      "module_type" : "SwiftTarget",
      "name" : "TeadsAdMobAdapter",
      "path" : "MediationAdapters/TeadsAdMobAdapter",
      "product_dependencies" : [
        "GoogleMobileAds"
      ],
      "product_memberships" : [
        "TeadsAdMobAdapter"
      ],
      "sources" : [
        "AdMobHelper.swift",
        "Banner/GADMAdapterTeadsBanner.swift",
        "Banner/GADMAdapterTeadsBannerAd.swift",
        "Exports.swift",
        "GADMAdapterTeadsCustomEvent.swift",
        "Native/GADMAdapterTeadsNative.swift",
        "Native/GADMAdapterTeadsNativeAd.swift",
        "TeadsAdapterSettings+GADAdNetworkExtras.swift"
      ],
      "target_dependencies" : [
        "TeadsAdapterCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OMSDK_Teadstv",
      "module_type" : "BinaryTarget",
      "name" : "OMSDK_Teadstv",
      "path" : "Frameworks/OMSDK_Teadstv.xcframework",
      "product_memberships" : [
        "TeadsSDK",
        "TeadsAdMobAdapter",
        "TeadsAppLovinAdapter"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "TeadsSampleApp",
    "schemes" : [
      "TeadsSampleApp"
    ],
    "targets" : [
      "TeadsSampleApp",
      "TeadsSampleAppUITests"
    ]
  }
}
2024-10-23 14:34:04.737 xcodebuild[528:2910] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TeadsSampleApp -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme TeadsSampleApp -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 75200488af7dd7f99488d116cda1402f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/75200488af7dd7f99488d116cda1402f.xcbuilddata
note: Building targets in dependency order
/Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-TeadsSampleApp/Pods-TeadsSampleApp.debug.xcconfig:1:1: error: unable to open configuration settings file
/Users/admin/builder/spi-builder-workspace/TeadsSampleApp.xcodeproj: error: No profiles for 'Teads.TeadsSampleApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'Teads.TeadsSampleApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
warning: Run script build phase 'SwiftFormat' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
2024-10-23 14:34:05.427 xcodebuild[529:2951] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme TeadsSampleApp -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 75200488af7dd7f99488d116cda1402f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/75200488af7dd7f99488d116cda1402f.xcbuilddata
note: Building targets in dependency order
/Users/admin/builder/spi-builder-workspace/Pods/Target Support Files/Pods-TeadsSampleApp/Pods-TeadsSampleApp.debug.xcconfig:1:1: error: unable to open configuration settings file
/Users/admin/builder/spi-builder-workspace/TeadsSampleApp.xcodeproj: error: No profiles for 'Teads.TeadsSampleApp' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'Teads.TeadsSampleApp'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
warning: Run script build phase 'SwiftFormat' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'TeadsSampleApp' from project 'TeadsSampleApp')
2024-10-23 14:34:07.930 xcodebuild[542:3032] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
** BUILD FAILED **
BUILD FAILURE 5.8 macosXcodebuild