The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GenericDataSources with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GenericDataSource/GenericDataSource.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/GenericDataSource/GenericDataSource
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8b06dfd Xcode 15 compilation error. (#18)
Cloned https://github.com/GenericDataSource/GenericDataSource.git
Revision (git rev-parse @):
8b06dfd564afc80155ab0a30a2613dc8e04be1e9
SUCCESS checkout https://github.com/GenericDataSource/GenericDataSource.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "genericdatasource",
      "name": "GenericDataSources",
      "url": "https://github.com/GenericDataSource/GenericDataSource.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GenericDataSource",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/GenericDataSource/GenericDataSource.git
[1/1815] Fetching genericdatasource
Fetched https://github.com/GenericDataSource/GenericDataSource.git (0.38s)
Creating working copy for https://github.com/GenericDataSource/GenericDataSource.git
Working copy of https://github.com/GenericDataSource/GenericDataSource.git resolved at master
warning: '.resolve-product-dependencies': dependency 'genericdatasource' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/33] Emitting module GenericDataSources
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/37] Compiling GenericDataSources UICollectionView+CollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/37] Compiling GenericDataSources UIKitExtensions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/37] Compiling GenericDataSources UITableView+CollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/37] Compiling GenericDataSources UnselectableSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/37] Compiling GenericDataSources _MultiSectionDataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/37] Compiling GenericDataSources _SegmentedGeneralCollectionViewMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/37] Compiling GenericDataSources _SingleSectionDataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/37] Compiling GenericDataSources _Utilities.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/37] Compiling GenericDataSources AbstractDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/37] Compiling GenericDataSources AnyBasicDataSourceRepresentable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/37] Compiling GenericDataSources AnyDataSourceSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/37] Compiling GenericDataSources BasicBlockDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/37] Compiling GenericDataSources BasicBlockSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/37] Compiling GenericDataSources DataSourceSelector.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/37] Compiling GenericDataSources GeneralCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/37] Compiling GenericDataSources GeneralCollectionViewFocusUpdateContext.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/37] Compiling GenericDataSources LocalDataSourceCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/37] Compiling GenericDataSources ReusableCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/37] Compiling GenericDataSources BasicDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/37] Compiling GenericDataSources BasicDataSourceRepresentable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/37] Compiling GenericDataSources BasicSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/37] Compiling GenericDataSources BatchUpdater.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/37] Compiling GenericDataSources BlockSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/37] Compiling GenericDataSources ReusableSupplementaryView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/37] Compiling GenericDataSources ReusableView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/37] Compiling GenericDataSources SegmentedDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/37] Compiling GenericDataSources SupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/37] Compiling GenericDataSources _CompositeParentGeneralCollectionViewMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/37] Compiling GenericDataSources _DataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/37] Compiling GenericDataSources _DelegatedGeneralCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/37] Compiling GenericDataSources _GeneralCollectionViewWrapperMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/37] Compiling GenericDataSources CollectionDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/37] Compiling GenericDataSources CompositeDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/37] Compiling GenericDataSources CompositeSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/37] Compiling GenericDataSources DataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/37] Compiling GenericDataSources DataSourceSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/33] Compiling GenericDataSources UICollectionView+CollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/33] Compiling GenericDataSources UIKitExtensions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/33] Compiling GenericDataSources UITableView+CollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/33] Compiling GenericDataSources UnselectableSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/33] Compiling GenericDataSources ReusableSupplementaryView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/33] Compiling GenericDataSources ReusableView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/33] Compiling GenericDataSources SegmentedDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/33] Compiling GenericDataSources SupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/33] Compiling GenericDataSources AbstractDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/33] Compiling GenericDataSources AnyBasicDataSourceRepresentable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/33] Compiling GenericDataSources AnyDataSourceSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/33] Compiling GenericDataSources BasicBlockDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/33] Compiling GenericDataSources BasicBlockSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/33] Compiling GenericDataSources DataSourceSelector.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/33] Compiling GenericDataSources GeneralCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/33] Compiling GenericDataSources GeneralCollectionViewFocusUpdateContext.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/33] Compiling GenericDataSources LocalDataSourceCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/33] Compiling GenericDataSources ReusableCell.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/33] Compiling GenericDataSources CollectionDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/33] Compiling GenericDataSources CompositeDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/33] Compiling GenericDataSources CompositeSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/33] Compiling GenericDataSources DataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/33] Compiling GenericDataSources DataSourceSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/33] Compiling GenericDataSources _CompositeParentGeneralCollectionViewMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/33] Compiling GenericDataSources _DataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/33] Compiling GenericDataSources _DelegatedGeneralCollectionView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/33] Compiling GenericDataSources _GeneralCollectionViewWrapperMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/33] Compiling GenericDataSources BasicDataSource.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/33] Compiling GenericDataSources BasicDataSourceRepresentable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/33] Compiling GenericDataSources BasicSupplementaryViewCreator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/33] Compiling GenericDataSources BatchUpdater.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/33] Compiling GenericDataSources BlockSelectionHandler.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/37] Emitting module GenericDataSources
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/37] Compiling GenericDataSources _MultiSectionDataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/37] Compiling GenericDataSources _SegmentedGeneralCollectionViewMapping.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/37] Compiling GenericDataSources _SingleSectionDataSourcesCollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/37] Compiling GenericDataSources _Utilities.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AbstractDataSource.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm