The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ASEnterprise, reference main (dbb869), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:31:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theappstudiollc/ASEnterprise.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theappstudiollc/ASEnterprise
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dbb869c Update FUNDING.yml
Cloned https://github.com/theappstudiollc/ASEnterprise.git
Revision (git rev-parse @):
dbb869c258ff38cfaad317c6360f9ecefd9fa358
SUCCESS checkout https://github.com/theappstudiollc/ASEnterprise.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "asenterprise",
      "name": "ASEnterprise",
      "url": "https://github.com/theappstudiollc/ASEnterprise.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASEnterprise",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/theappstudiollc/ASEnterprise.git
[1/274] Fetching asenterprise
Fetched https://github.com/theappstudiollc/ASEnterprise.git from cache (0.83s)
Creating working copy for https://github.com/theappstudiollc/ASEnterprise.git
Working copy of https://github.com/theappstudiollc/ASEnterprise.git resolved at main (dbb869c)
warning: '.resolve-product-dependencies': dependency 'asenterprise' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/theappstudiollc/ASEnterprise.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/44] Compiling ASEnterprise ASETouchProxyView.m
[1/44] Compiling ASEnterprise ASEScalableLabel.m
[2/44] Compiling ASEnterprise ASENetworkActivityIndicatorManager.m
[3/44] Compiling ASEnterprise UIImage+ASEnterpriseCategories.m
[3/44] Compiling ASEnterprise UIApplication+ASEnterpriseCategories.m
[3/44] Compiling ASEnterprise UILabel+ASEnterpriseCategories.m
[6/44] Compiling ASEnterprise ASEProxyObject.m
[7/44] Compiling ASEnterprise NSOperationQueue+ASEnterpriseCategories.m
[8/44] Compiling ASEnterprise NSObject+ASEnterpriseCategories.m
[9/44] Compiling ASEnterprise ASEObjectiveC.m
[10/44] Compiling ASEnterprise NSMutableDictionary+ASEnterpriseCategories.m
[11/44] Compiling ASEnterprise NSOrderedSet+ASEnterpriseCategories.m
[12/44] Compiling ASEnterprise NSMutableAttributedString+ASEnterpriseCategories.m
[13/44] Compiling ASEnterprise ASEMultipeerMessagePayload.m
[14/44] Compiling ASEnterprise NSSet+ASEnterpriseCategories.m
[15/44] Compiling ASEnterprise NSError+ASEnterpriseCategories.m
[16/44] Compiling ASEnterprise NSDictionary+ASEnterpriseCategories.m
[17/44] Compiling ASEnterprise ASEServiceManager.m
[18/44] Compiling ASEnterprise NSDate+ASEnterpriseCategories.m
[19/44] Compiling ASEnterprise NSBlockOperation+ASEnterpriseCategories.m
[20/44] Compiling ASEnterprise NSAttributedString+ASEnterpriseCategories.m
[21/44] Compiling ASEnterprise NSData+ASEnterpriseCategories.m
[22/44] Compiling ASEnterprise NSArray+ASEnterpriseCategories.m
[23/44] Compiling ASEnterprise CLLocation+ASEnterpriseCategories.m
[24/44] Compiling ASEnterprise NSManagedObjectContext+ASEnterpriseCategories.m
[25/44] Compiling ASEnterprise ASEManagedObjectContext.m
[26/44] Compiling ASEnterprise ASEWeakReference.m
[27/44] Compiling ASEnterprise ASEWeakMutableArray.m
[28/44] Compiling ASEnterprise CATransaction+ASEnterpriseCategories.m
[29/44] Compiling ASEnterprise ASEFetchedResultsTableViewDataSource.m
[30/44] Compiling ASEnterprise CATextLayer+ASEnterpriseCategories.m
[31/44] Compiling ASEnterprise NSManagedObject+ASEnterpriseCategories.m
[32/44] Compiling ASEnterprise ASEFileStoreManager.m
[33/44] Compiling ASEnterprise ASEFetchedResultsCollectionViewDataSource.m
[34/44] Compiling ASEnterprise ASECustomTransition.m
[35/44] Compiling ASEnterprise ASEFetchedResultsControllerDataSource.m
[36/44] Compiling ASEnterprise ASEDrawing.m
[37/44] Compiling ASEnterprise ASEAsynchronousOperation.m
/Users/admin/builder/spi-builder-workspace/Sources/ASEnterprise/ASECoreDataManager.m:80:10: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
   80 |         while (!OSAtomicCompareAndSwapInt(0, 1, &_lockThreadCoordinator)) {};
      |                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/libkern/OSAtomicDeprecated.h:564:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here
  564 | bool    OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue );
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/ASEnterprise/ASECoreDataManager.m:84:7: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
   84 |         if (!OSAtomicCompareAndSwapInt(1, 0, &_lockThreadCoordinator)) {
      |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/libkern/OSAtomicDeprecated.h:564:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here
  564 | bool    OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue );
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/ASEnterprise/ASECoreDataManager.m:174:10: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
  174 |         while (!OSAtomicCompareAndSwapInt(0, 1, &_lockThreadCoordinator)) {};
      |                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/libkern/OSAtomicDeprecated.h:564:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here
  564 | bool    OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue );
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/ASEnterprise/ASECoreDataManager.m:178:7: warning: 'OSAtomicCompareAndSwapInt' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong_explicit(memory_order_relaxed) from <stdatomic.h> instead [-Wdeprecated-declarations]
  178 |         if (!OSAtomicCompareAndSwapInt(1, 0, &_lockThreadCoordinator)) {
      |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/libkern/OSAtomicDeprecated.h:564:6: note: 'OSAtomicCompareAndSwapInt' has been explicitly marked deprecated here
  564 | bool    OSAtomicCompareAndSwapInt( int __oldValue, int __newValue, volatile int *__theValue );
      |         ^
4 warnings generated.
[38/44] Compiling ASEnterprise ASECoreDataManager.m
[39/44] Compiling ASEnterprise NSManagedObjectID+ASEnterpriseCategories.m
[40/44] Compiling ASEnterprise NSString+ASEnterpriseCategories.m
[41/44] Compiling ASEnterprise ASEMultipeerMessageManager.m
[42/44] Compiling ASEnterprise MKMapView+ASEnterpriseCategories.m
[43/44] Compiling ASEnterprise ASEVideoPlayerView.m
Build complete! (3.67s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ASEnterprise",
  "name" : "ASEnterprise",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASEnterprise",
      "targets" : [
        "ASEnterprise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASEnterpriseTests",
      "module_type" : "ClangTarget",
      "name" : "ASEnterpriseTests",
      "path" : "Tests/ASEnterpriseTests",
      "sources" : [
        "ASNSArrayCategoryTests.m",
        "ASNSDictionaryCategoryTests.m",
        "ASNSOrderedSetCategoryTests.m",
        "ASNSSetCategoryTests.m",
        "ASProxyObjectTests.m",
        "ASWeakMutableArrayTests.m",
        "Supporting Classes/ASEWrappedInteger.m"
      ],
      "target_dependencies" : [
        "ASEnterprise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASEnterprise",
      "module_type" : "ClangTarget",
      "name" : "ASEnterprise",
      "path" : "Sources/ASEnterprise",
      "product_memberships" : [
        "ASEnterprise"
      ],
      "sources" : [
        "ASEAsynchronousOperation.m",
        "ASECoreDataManager.m",
        "ASECustomTransition.m",
        "ASEDrawing.m",
        "ASEFetchedResultsCollectionViewDataSource.m",
        "ASEFetchedResultsControllerDataSource.m",
        "ASEFetchedResultsTableViewDataSource.m",
        "ASEFileStoreManager.m",
        "ASEManagedObjectContext.m",
        "ASEMultipeerMessageManager.m",
        "ASEMultipeerMessagePayload.m",
        "ASENetworkActivityIndicatorManager.m",
        "ASEObjectiveC.m",
        "ASEProxyObject.m",
        "ASEScalableLabel.m",
        "ASEServiceManager.m",
        "ASETouchProxyView.m",
        "ASEVideoPlayerView.m",
        "ASEWeakMutableArray.m",
        "ASEWeakReference.m",
        "CATextLayer+ASEnterpriseCategories.m",
        "CATransaction+ASEnterpriseCategories.m",
        "CLLocation+ASEnterpriseCategories.m",
        "MKMapView+ASEnterpriseCategories.m",
        "NSArray+ASEnterpriseCategories.m",
        "NSAttributedString+ASEnterpriseCategories.m",
        "NSBlockOperation+ASEnterpriseCategories.m",
        "NSData+ASEnterpriseCategories.m",
        "NSDate+ASEnterpriseCategories.m",
        "NSDictionary+ASEnterpriseCategories.m",
        "NSError+ASEnterpriseCategories.m",
        "NSManagedObject+ASEnterpriseCategories.m",
        "NSManagedObjectContext+ASEnterpriseCategories.m",
        "NSManagedObjectID+ASEnterpriseCategories.m",
        "NSMutableAttributedString+ASEnterpriseCategories.m",
        "NSMutableDictionary+ASEnterpriseCategories.m",
        "NSObject+ASEnterpriseCategories.m",
        "NSOperationQueue+ASEnterpriseCategories.m",
        "NSOrderedSet+ASEnterpriseCategories.m",
        "NSSet+ASEnterpriseCategories.m",
        "NSString+ASEnterpriseCategories.m",
        "UIApplication+ASEnterpriseCategories.m",
        "UIImage+ASEnterpriseCategories.m",
        "UILabel+ASEnterpriseCategories.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.