The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftBoost, reference v4 (890ed0), with Swift 6.1 for macOS (SPM) on 21 May 2025 14:42:52 UTC.

Swift 6 data race errors: 1

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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sparrowcode/SwiftBoost.git
Reference: v4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sparrowcode/SwiftBoost
 * branch            v4         -> FETCH_HEAD
 * [new branch]      v4         -> origin/v4
HEAD is now at 890ed07 Updated network worker.
Cloned https://github.com/sparrowcode/SwiftBoost.git
Revision (git rev-parse @):
890ed0782b18baf1e2bafdfbbb8369faa105e5d2
SUCCESS checkout https://github.com/sparrowcode/SwiftBoost.git at v4
========================================
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",
  "dependencies": [
    {
      "identity": "swiftboost",
      "name": "SwiftBoost",
      "url": "https://github.com/sparrowcode/SwiftBoost.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftBoost",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sparrowcode/SwiftBoost.git
[1/4790] Fetching swiftboost
Fetched https://github.com/sparrowcode/SwiftBoost.git from cache (2.93s)
Creating working copy for https://github.com/sparrowcode/SwiftBoost.git
Working copy of https://github.com/sparrowcode/SwiftBoost.git resolved at v4 (890ed07)
warning: '.resolve-product-dependencies': dependency 'swiftboost' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sparrowcode/SwiftBoost.git
https://github.com/sparrowcode/SwiftBoost.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftBoost",
  "name" : "SwiftBoost",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBoost",
      "targets" : [
        "SwiftBoost"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftBoost",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoost",
      "path" : "Sources/SwiftBoost",
      "product_memberships" : [
        "SwiftBoost"
      ],
      "sources" : [
        "CoreGraphics/Extensions/CGAffineTransformExtension.swift",
        "CoreGraphics/Extensions/CGFloatExtension.swift",
        "CoreGraphics/Extensions/CGPointExtension.swift",
        "CoreGraphics/Extensions/CGRectExtension.swift",
        "CoreGraphics/Extensions/CGSizeExtension.swift",
        "Foundation/Delay.swift",
        "Foundation/Do.swift",
        "Foundation/Extensions/ArrayExtension.swift",
        "Foundation/Extensions/BoolExtension.swift",
        "Foundation/Extensions/CalendarExtension.swift",
        "Foundation/Extensions/CollectionExtension.swift",
        "Foundation/Extensions/DateExtension.swift",
        "Foundation/Extensions/FileManager/FileManagerDestination.swift",
        "Foundation/Extensions/FileManager/FileManagerExtension.swift",
        "Foundation/Extensions/LocaleExtension.swift",
        "Foundation/Extensions/MirrorExtension.swift",
        "Foundation/Extensions/MutableCollectionExtension.swift",
        "Foundation/Extensions/NSObjectExtension.swift",
        "Foundation/Extensions/NotificationCenterExtension.swift",
        "Foundation/Extensions/StringExtension.swift",
        "Foundation/Extensions/URLExtension.swift",
        "Foundation/Extensions/URLSessionExtension.swift",
        "Foundation/Extensions/UserDefaultsExtension.swift",
        "Foundation/Logger.swift",
        "Foundation/Typealiases/ClosuresExtension.swift",
        "UIKit/Extensions/NSDirectionalEdgeInsetsExtension.swift",
        "UIKit/Extensions/UIAlertControllerExtension.swift",
        "UIKit/Extensions/UIApplicationExtension.swift",
        "UIKit/Extensions/UIBezierPathExtension.swift",
        "UIKit/Extensions/UIButtonExtension.swift",
        "UIKit/Extensions/UICollectionViewExtension.swift",
        "UIKit/Extensions/UIColorExtension.swift",
        "UIKit/Extensions/UIDeviceExtension.swift",
        "UIKit/Extensions/UIEdgeInsetsExtension.swift",
        "UIKit/Extensions/UIFeedbackGeneratorExtension.swift",
        "UIKit/Extensions/UIFontExtension.swift",
        "UIKit/Extensions/UIGestureRecognizerExtension.swift",
        "UIKit/Extensions/UIImageExtension.swift",
        "UIKit/Extensions/UIImageViewExtension.swift",
        "UIKit/Extensions/UILabelExtension.swift",
        "UIKit/Extensions/UINavigationBarExtension.swift",
        "UIKit/Extensions/UINavigationControllerExtension.swift",
        "UIKit/Extensions/UIScreenExtension.swift",
        "UIKit/Extensions/UIScrollViewExtension.swift",
        "UIKit/Extensions/UISegmentedControlExtension.swift",
        "UIKit/Extensions/UISliderExtension.swift",
        "UIKit/Extensions/UITabBarControllerExtension.swift",
        "UIKit/Extensions/UITabBarExtension.swift",
        "UIKit/Extensions/UITableViewExtension.swift",
        "UIKit/Extensions/UITextFieldExtension.swift",
        "UIKit/Extensions/UITextViewExtension.swift",
        "UIKit/Extensions/UIToolbarExtension.swift",
        "UIKit/Extensions/UIViewControllerExtension.swift",
        "UIKit/Extensions/UIViewExtension.swift",
        "UIKit/Extensions/UIVisualEffectViewExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/53] Emitting module SwiftBoost
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[4/58] Compiling SwiftBoost UIFontExtension.swift
[5/58] Compiling SwiftBoost UIGestureRecognizerExtension.swift
[6/58] Compiling SwiftBoost UIImageExtension.swift
[7/58] Compiling SwiftBoost UIImageViewExtension.swift
[8/58] Compiling SwiftBoost UILabelExtension.swift
[9/58] Compiling SwiftBoost UITextViewExtension.swift
[10/58] Compiling SwiftBoost UIToolbarExtension.swift
[11/58] Compiling SwiftBoost UIViewControllerExtension.swift
[12/58] Compiling SwiftBoost UIViewExtension.swift
[13/58] Compiling SwiftBoost UIVisualEffectViewExtension.swift
[14/58] Compiling SwiftBoost UINavigationBarExtension.swift
[15/58] Compiling SwiftBoost UINavigationControllerExtension.swift
[16/58] Compiling SwiftBoost UIScreenExtension.swift
[17/58] Compiling SwiftBoost UIScrollViewExtension.swift
[18/58] Compiling SwiftBoost UISegmentedControlExtension.swift
[19/58] Compiling SwiftBoost CGAffineTransformExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[20/58] Compiling SwiftBoost CGFloatExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[21/58] Compiling SwiftBoost CGPointExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[22/58] Compiling SwiftBoost CGRectExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[23/58] Compiling SwiftBoost CGSizeExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[24/58] Compiling SwiftBoost Delay.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:6:9: warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
4 |     let when = DispatchTime.now() + delay
5 |     DispatchQueue.main.asyncAfter(deadline: when) {
6 |         closure()
  |         |- warning: sending 'closure' risks causing data races; this is an error in the Swift 6 language mode
  |         `- note: task-isolated 'closure' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
7 |     }
8 | }
[25/58] Compiling SwiftBoost NotificationCenterExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[26/58] Compiling SwiftBoost StringExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[27/58] Compiling SwiftBoost URLExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[28/58] Compiling SwiftBoost URLSessionExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[29/58] Compiling SwiftBoost UserDefaultsExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[30/58] Compiling SwiftBoost Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Extensions/URLSessionExtension.swift:89:17: warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
 87 |         URLSession.shared.dataTask(with: request) { (data, response, error) in
 88 |             guard let response = response as? HTTPURLResponse else {
 89 |                 completion(AppError.noResponse, nil, nil)
    |                 |- warning: capture of 'completion' with non-sendable type '(URLSession.AppError?, Data?, HTTPURLResponse?) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 90 |                 return
 91 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftBoost/Foundation/Logger.swift:81:20: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
79 |         var fileNameMode: FileNameMode = .show
80 |
81 |         static var shared = Configurator()
   |                    |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
   |                    |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
82 |         private init() {}
83 |     }
[31/58] Compiling SwiftBoost Do.swift
[32/58] Compiling SwiftBoost ArrayExtension.swift
[33/58] Compiling SwiftBoost BoolExtension.swift
[34/58] Compiling SwiftBoost CalendarExtension.swift
[35/58] Compiling SwiftBoost CollectionExtension.swift
[36/58] Compiling SwiftBoost DateExtension.swift
[37/58] Compiling SwiftBoost ClosuresExtension.swift
[38/58] Compiling SwiftBoost NSDirectionalEdgeInsetsExtension.swift
[39/58] Compiling SwiftBoost UIAlertControllerExtension.swift
[40/58] Compiling SwiftBoost UIApplicationExtension.swift
[41/58] Compiling SwiftBoost UIBezierPathExtension.swift
[42/58] Compiling SwiftBoost UIButtonExtension.swift
[43/58] Compiling SwiftBoost UISliderExtension.swift
[44/58] Compiling SwiftBoost UITabBarControllerExtension.swift
[45/58] Compiling SwiftBoost UITabBarExtension.swift
[46/58] Compiling SwiftBoost UITableViewExtension.swift
[47/58] Compiling SwiftBoost UITextFieldExtension.swift
[48/58] Compiling SwiftBoost UICollectionViewExtension.swift
[49/58] Compiling SwiftBoost UIColorExtension.swift
[50/58] Compiling SwiftBoost UIDeviceExtension.swift
[51/58] Compiling SwiftBoost UIEdgeInsetsExtension.swift
[52/58] Compiling SwiftBoost UIFeedbackGeneratorExtension.swift
[53/58] Compiling SwiftBoost FileManagerDestination.swift
[54/58] Compiling SwiftBoost FileManagerExtension.swift
[55/58] Compiling SwiftBoost LocaleExtension.swift
[56/58] Compiling SwiftBoost MirrorExtension.swift
[57/58] Compiling SwiftBoost MutableCollectionExtension.swift
[58/58] Compiling SwiftBoost NSObjectExtension.swift
Build complete! (4.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftBoost",
  "name" : "SwiftBoost",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBoost",
      "targets" : [
        "SwiftBoost"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftBoost",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBoost",
      "path" : "Sources/SwiftBoost",
      "product_memberships" : [
        "SwiftBoost"
      ],
      "sources" : [
        "CoreGraphics/Extensions/CGAffineTransformExtension.swift",
        "CoreGraphics/Extensions/CGFloatExtension.swift",
        "CoreGraphics/Extensions/CGPointExtension.swift",
        "CoreGraphics/Extensions/CGRectExtension.swift",
        "CoreGraphics/Extensions/CGSizeExtension.swift",
        "Foundation/Delay.swift",
        "Foundation/Do.swift",
        "Foundation/Extensions/ArrayExtension.swift",
        "Foundation/Extensions/BoolExtension.swift",
        "Foundation/Extensions/CalendarExtension.swift",
        "Foundation/Extensions/CollectionExtension.swift",
        "Foundation/Extensions/DateExtension.swift",
        "Foundation/Extensions/FileManager/FileManagerDestination.swift",
        "Foundation/Extensions/FileManager/FileManagerExtension.swift",
        "Foundation/Extensions/LocaleExtension.swift",
        "Foundation/Extensions/MirrorExtension.swift",
        "Foundation/Extensions/MutableCollectionExtension.swift",
        "Foundation/Extensions/NSObjectExtension.swift",
        "Foundation/Extensions/NotificationCenterExtension.swift",
        "Foundation/Extensions/StringExtension.swift",
        "Foundation/Extensions/URLExtension.swift",
        "Foundation/Extensions/URLSessionExtension.swift",
        "Foundation/Extensions/UserDefaultsExtension.swift",
        "Foundation/Logger.swift",
        "Foundation/Typealiases/ClosuresExtension.swift",
        "UIKit/Extensions/NSDirectionalEdgeInsetsExtension.swift",
        "UIKit/Extensions/UIAlertControllerExtension.swift",
        "UIKit/Extensions/UIApplicationExtension.swift",
        "UIKit/Extensions/UIBezierPathExtension.swift",
        "UIKit/Extensions/UIButtonExtension.swift",
        "UIKit/Extensions/UICollectionViewExtension.swift",
        "UIKit/Extensions/UIColorExtension.swift",
        "UIKit/Extensions/UIDeviceExtension.swift",
        "UIKit/Extensions/UIEdgeInsetsExtension.swift",
        "UIKit/Extensions/UIFeedbackGeneratorExtension.swift",
        "UIKit/Extensions/UIFontExtension.swift",
        "UIKit/Extensions/UIGestureRecognizerExtension.swift",
        "UIKit/Extensions/UIImageExtension.swift",
        "UIKit/Extensions/UIImageViewExtension.swift",
        "UIKit/Extensions/UILabelExtension.swift",
        "UIKit/Extensions/UINavigationBarExtension.swift",
        "UIKit/Extensions/UINavigationControllerExtension.swift",
        "UIKit/Extensions/UIScreenExtension.swift",
        "UIKit/Extensions/UIScrollViewExtension.swift",
        "UIKit/Extensions/UISegmentedControlExtension.swift",
        "UIKit/Extensions/UISliderExtension.swift",
        "UIKit/Extensions/UITabBarControllerExtension.swift",
        "UIKit/Extensions/UITabBarExtension.swift",
        "UIKit/Extensions/UITableViewExtension.swift",
        "UIKit/Extensions/UITextFieldExtension.swift",
        "UIKit/Extensions/UITextViewExtension.swift",
        "UIKit/Extensions/UIToolbarExtension.swift",
        "UIKit/Extensions/UIViewControllerExtension.swift",
        "UIKit/Extensions/UIViewExtension.swift",
        "UIKit/Extensions/UIVisualEffectViewExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.