The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SchafKit, reference 1.2.1 (66d05e), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 19:01:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/SchafKit.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/SchafKit
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 66d05e8 Make `onChange` available on all SwiftUI OS versions
Cloned https://github.com/FiveSheepCo/SchafKit.git
Revision (git rev-parse @):
66d05e846aff52ebc69723be14c8745680c763e7
SUCCESS checkout https://github.com/FiveSheepCo/SchafKit.git at 1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FiveSheepCo/SchafKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/100] Compiling SchafKit SKNetworking.Request.HeaderField.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[4/100] Compiling SchafKit SKNetworking.Request.Method.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[5/100] Compiling SchafKit SKNetworking.Request.Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[6/100] Compiling SchafKit SKNetworking.Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[7/100] Compiling SchafKit SKNetworking.Response.Status.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[8/100] Compiling SchafKit SKNetworking.Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[9/100] Compiling SchafKit SKNetworking.Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[10/100] Compiling SchafKit SKNetworking.Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[11/100] Compiling SchafKit SKNetworking._Helper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[12/100] Compiling SchafKit SKNetworking.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Kit/Networking/SKNetworking._Helper.swift:39:18: warning: 'task' mutated after capture by sendable closure
 36 |             }
 37 |
 38 |             var task: URLSessionDataTask!
    |                 `- note: variable defined here
 39 |             task = urlSession.dataTask(with: request) { (data, response, error) in
    |                  |                                    `- note: variable captured by sendable closure
    |                  `- warning: 'task' mutated after capture by sendable closure
 40 |                 if let result = SKNetworking.RequestResult(data: data, originalRequest: task.originalRequest ?? request, response: response) {
    |                                                                                         `- note: capturing use
 41 |                     completion(.success(result))
 42 |                 } else {
[13/110] Emitting module SchafKit
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[14/110] Compiling SchafKit NSManagedObjectContext.swift
[15/110] Compiling SchafKit Bool.swift
[16/110] Compiling SchafKit CGPoint.swift
[17/110] Compiling SchafKit Character.swift
[18/110] Compiling SchafKit Data.swift
[19/110] Compiling SchafKit Date.swift
[20/110] Compiling SchafKit DateFormatter.swift
[21/110] Compiling SchafKit Double.swift
[22/110] Compiling SchafKit Hashable.swift
[23/110] Compiling SchafKit NSAttributedString.swift
[24/110] Compiling SchafKit NSMutableAttributedString.swift
[25/110] Compiling SchafKit PublishedSettingStorage.swift
[26/110] Compiling SchafKit SK8BitRGBARepresentation.swift
[27/110] Compiling SchafKit SKHSLARepresentation.swift
[28/110] Compiling SchafKit SKJsonRepresentable.swift
[29/110] Compiling SchafKit SKRGBARepresentation.swift
[30/110] Compiling SchafKit SKTimeUnit.swift
[31/110] Compiling SchafKit SKUnit.swift
[32/110] Compiling SchafKit Array.swift
[33/110] Compiling SchafKit Collection.swift
[34/110] Compiling SchafKit Dictionary.swift
[35/110] Compiling SchafKit Sequence.swift
[36/110] Compiling SchafKit LabeledView.swift
[37/110] Compiling SchafKit PresentationLink.swift
[38/110] Compiling SchafKit RoundedCorners.swift
[39/110] Compiling SchafKit SearchBar.swift
[40/110] Compiling SchafKit TimePicker.swift
[41/110] Compiling SchafKit AppearanceHandler.swift
[42/110] Compiling SchafKit KeyboardResponder.swift
[43/110] Compiling SchafKit View.swift
[44/110] Compiling SchafKit OKSubtileNotification.swift
[45/110] Compiling SchafKit UIApplication.swift
[46/110] Compiling SchafKit Result.swift
[47/110] Compiling SchafKit Color+Components.swift
[48/110] Compiling SchafKit Color+UIColor.swift
[49/110] Compiling SchafKit Image+SFSymbols.swift
[50/110] Compiling SchafKit View+Erase.swift
[51/110] Compiling SchafKit UIAlertController.swift
[52/110] Compiling SchafKit UIColor.swift
[53/110] Compiling SchafKit UIDevice.swift
[54/110] Compiling SchafKit UIImage.swift
[55/110] Compiling SchafKit UIView.swift
[56/110] Compiling SchafKit UIViewController.swift
[57/110] Compiling SchafKit SKAlerting-iOS+tvOS.swift
[58/110] Compiling SchafKit SKAlerting-macOS.swift
[59/110] Compiling SchafKit SKAlerting-watchOS.swift
[60/110] Compiling SchafKit _MultiInputView.swift
[61/110] Compiling SchafKit SKAlerting.Action.Block.swift
[62/110] Compiling SchafKit SKAlerting.Action.Style.swift
[63/110] Compiling SchafKit SKAlerting.Action.swift
[64/110] Compiling SchafKit SKAlerting.Style.swift
[65/110] Compiling SchafKit SKAlerting.TextFieldConfiguration.swift
[66/110] Compiling SchafKit SKAlerting.swift
[67/110] Compiling SchafKit Application.swift
[68/110] Compiling SchafKit BackgroundPublished.swift
[69/110] Compiling SchafKit Blocks.swift
[70/110] Compiling SchafKit CodableSettingStorage.swift
[71/110] Compiling SchafKit SKAxis.swift
[72/110] Compiling SchafKit SKOptionSet.swift
[73/110] Compiling SchafKit SKOptions.swift
[74/110] Compiling SchafKit OrderedDictionary.swift
[75/110] Compiling SchafKit EquatablePublished.swift
[76/110] Compiling SchafKit SettingStorage.swift
[77/110] Compiling SchafKit Publishable.swift
[78/110] Compiling SchafKit PublishedCodableSettingStorage.swift
[79/110] Compiling SchafKit Screen.swift
[80/110] Compiling SchafKit Curve25519XSalsa20Poly1305BoxAlgorithm.swift
[81/110] Compiling SchafKit Ed25519Algorithm.swift
[82/110] Compiling SchafKit SKCryptography.swift
[83/110] Compiling SchafKit XSalsa20Poly1305SecretBoxAlgorithm.swift
[84/110] Compiling SchafKit SKDispatchHelper.swift
[85/110] Compiling SchafKit SKDirectory.swift
[86/110] Compiling SchafKit SKFile.swift
[87/110] Compiling SchafKit SKFileSystemItem.swift
[88/110] Compiling SchafKit SKKeychain.swift
[89/110] Compiling SchafKit SKNetworking.Request.Body.swift
[90/110] Compiling SchafKit SKNetworkingBlocks.swift
[91/110] Compiling SchafKit SKRegexMatch.swift
[92/110] Compiling SchafKit String+OKRegexMatch.swift
[93/110] Compiling SchafKit SchafKit.swift
[94/110] Compiling SchafKit SKStoreKitHelper.swift
[95/110] Compiling SchafKit AFText.swift
[96/110] Compiling SchafKit AlignedText.swift
[97/110] Compiling SchafKit Blur.swift
[98/110] Compiling SchafKit EmojiTextFieldView.swift
[99/110] Compiling SchafKit FixedToggle.swift
[100/110] Compiling SchafKit NSObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[101/110] Compiling SchafKit String+Markdown.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[102/110] Compiling SchafKit String.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[103/110] Compiling SchafKit TimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[104/110] Compiling SchafKit Timer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[105/110] Compiling SchafKit URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[106/110] Compiling SchafKit CGImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[107/110] Compiling SchafKit Digest+Hex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[108/110] Compiling SchafKit NSLayoutConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[109/110] Compiling SchafKit NSRegularExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
[110/110] Compiling SchafKit Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Generic/String.swift:292:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
290 | // - MARK: Identifiable
291 |
292 | extension String: Identifiable {
    | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
293 |     public var id: String {
294 |         return self
/Users/admin/builder/spi-builder-workspace/Sources/SchafKit/Extensions/Other/Optional.swift:3:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1 | import Foundation
2 |
3 | extension Optional: Identifiable where Wrapped: Identifiable {
  | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
4 |     public var id: some Hashable {
5 |         return self?.id
Build complete! (7.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SchafKit",
  "name" : "SchafKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SchafKit",
      "targets" : [
        "SchafKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SchafKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SchafKitTests",
      "path" : "Tests/SchafKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SchafKitTests/Images",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Common/Options/JSOptionSet.swift",
        "Common/Structs/JS8BitRGBARepresentation.swift",
        "Common/Structs/JSJsonRepresentable.swift",
        "Common/Structs/JSRGBARepresentation.swift",
        "Common/Units/JSTimeUnit.swift",
        "Common/Units/OKUnit.swift",
        "Extensions/Collections/Array.swift",
        "Extensions/Collections/Dictionary.swift",
        "Extensions/Other/NSRegularExpression.swift",
        "Extensions/Scalar/Character.swift",
        "Extensions/Scalar/Double.swift",
        "Extensions/Scalar/String.swift",
        "Extensions/UIKit+AppKit/UIColor.swift",
        "Extensions/UIKit+AppKit/UIImage.swift",
        "Kit/Cryptography.swift",
        "Kit/Keychain.swift",
        "Kit/Network.swift",
        "Kit/Regex.swift",
        "Tests.swift"
      ],
      "target_dependencies" : [
        "SchafKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SchafKit",
      "module_type" : "SwiftTarget",
      "name" : "SchafKit",
      "path" : "Sources/SchafKit",
      "product_memberships" : [
        "SchafKit"
      ],
      "sources" : [
        "Common/BackgroundPublished.swift",
        "Common/Blocks.swift",
        "Common/CodableSettingStorage.swift",
        "Common/Enums/SKAxis.swift",
        "Common/Options/SKOptionSet.swift",
        "Common/Options/SKOptions.swift",
        "Common/OrderedDictionary.swift",
        "Common/PropertyWrappers/EquatablePublished.swift",
        "Common/PropertyWrappers/SettingStorage.swift",
        "Common/Publishable.swift",
        "Common/PublishedCodableSettingStorage.swift",
        "Common/PublishedSettingStorage.swift",
        "Common/Structs/SK8BitRGBARepresentation.swift",
        "Common/Structs/SKHSLARepresentation.swift",
        "Common/Structs/SKJsonRepresentable.swift",
        "Common/Structs/SKRGBARepresentation.swift",
        "Common/Units/SKTimeUnit.swift",
        "Common/Units/SKUnit.swift",
        "Extensions/Collections/Array.swift",
        "Extensions/Collections/Collection.swift",
        "Extensions/Collections/Dictionary.swift",
        "Extensions/Collections/Sequence.swift",
        "Extensions/CoreData/NSManagedObjectContext.swift",
        "Extensions/Generic/Bool.swift",
        "Extensions/Generic/CGPoint.swift",
        "Extensions/Generic/Character.swift",
        "Extensions/Generic/Data.swift",
        "Extensions/Generic/Date.swift",
        "Extensions/Generic/DateFormatter.swift",
        "Extensions/Generic/Double.swift",
        "Extensions/Generic/Hashable.swift",
        "Extensions/Generic/NSAttributedString.swift",
        "Extensions/Generic/NSMutableAttributedString.swift",
        "Extensions/Generic/NSObject.swift",
        "Extensions/Generic/String+Markdown.swift",
        "Extensions/Generic/String.swift",
        "Extensions/Generic/TimeInterval.swift",
        "Extensions/Generic/Timer.swift",
        "Extensions/Generic/URL.swift",
        "Extensions/Other/CGImage.swift",
        "Extensions/Other/Digest+Hex.swift",
        "Extensions/Other/NSLayoutConstraint.swift",
        "Extensions/Other/NSRegularExpression.swift",
        "Extensions/Other/Optional.swift",
        "Extensions/Other/Result.swift",
        "Extensions/SwiftUI/Color+Components.swift",
        "Extensions/SwiftUI/Color+UIColor.swift",
        "Extensions/SwiftUI/Image+SFSymbols.swift",
        "Extensions/SwiftUI/View+Erase.swift",
        "Extensions/UIKit+AppKit/UIAlertController.swift",
        "Extensions/UIKit+AppKit/UIColor.swift",
        "Extensions/UIKit+AppKit/UIDevice.swift",
        "Extensions/UIKit+AppKit/UIImage.swift",
        "Extensions/UIKit+AppKit/UIView.swift",
        "Extensions/UIKit+AppKit/UIViewController.swift",
        "Kit/Alerting/Platforms/SKAlerting-iOS+tvOS.swift",
        "Kit/Alerting/Platforms/SKAlerting-macOS.swift",
        "Kit/Alerting/Platforms/SKAlerting-watchOS.swift",
        "Kit/Alerting/Platforms/_MultiInputView.swift",
        "Kit/Alerting/SKAlerting.Action.Block.swift",
        "Kit/Alerting/SKAlerting.Action.Style.swift",
        "Kit/Alerting/SKAlerting.Action.swift",
        "Kit/Alerting/SKAlerting.Style.swift",
        "Kit/Alerting/SKAlerting.TextFieldConfiguration.swift",
        "Kit/Alerting/SKAlerting.swift",
        "Kit/Cross Platform/Application.swift",
        "Kit/Cross Platform/Screen.swift",
        "Kit/Cryptography/Curve25519XSalsa20Poly1305BoxAlgorithm.swift",
        "Kit/Cryptography/Ed25519Algorithm.swift",
        "Kit/Cryptography/SKCryptography.swift",
        "Kit/Cryptography/XSalsa20Poly1305SecretBoxAlgorithm.swift",
        "Kit/Dispatch/SKDispatchHelper.swift",
        "Kit/FileSystem/SKDirectory.swift",
        "Kit/FileSystem/SKFile.swift",
        "Kit/FileSystem/SKFileSystemItem.swift",
        "Kit/Keychain/SKKeychain.swift",
        "Kit/Networking/Request/SKNetworking.Request.Body.swift",
        "Kit/Networking/Request/SKNetworking.Request.HeaderField.swift",
        "Kit/Networking/Request/SKNetworking.Request.Method.swift",
        "Kit/Networking/Request/SKNetworking.Request.Options.swift",
        "Kit/Networking/Request/SKNetworking.Request.swift",
        "Kit/Networking/Response/SKNetworking.Response.Status.swift",
        "Kit/Networking/Response/SKNetworking.Response.swift",
        "Kit/Networking/Result/SKNetworking.Result.swift",
        "Kit/Networking/SKNetworking.Endpoint.swift",
        "Kit/Networking/SKNetworking._Helper.swift",
        "Kit/Networking/SKNetworking.swift",
        "Kit/Networking/SKNetworkingBlocks.swift",
        "Kit/Regular Expression/SKRegexMatch.swift",
        "Kit/Regular Expression/String+OKRegexMatch.swift",
        "Kit/SchafKit.swift",
        "Kit/StoreKit/SKStoreKitHelper.swift",
        "Kit/SwiftUI/Components/AFText.swift",
        "Kit/SwiftUI/Components/AlignedText.swift",
        "Kit/SwiftUI/Components/Blur.swift",
        "Kit/SwiftUI/Components/EmojiTextFieldView.swift",
        "Kit/SwiftUI/Components/FixedToggle.swift",
        "Kit/SwiftUI/Components/LabeledView.swift",
        "Kit/SwiftUI/Components/PresentationLink.swift",
        "Kit/SwiftUI/Components/RoundedCorners.swift",
        "Kit/SwiftUI/Components/SearchBar.swift",
        "Kit/SwiftUI/Components/TimePicker.swift",
        "Kit/SwiftUI/Helpers/AppearanceHandler.swift",
        "Kit/SwiftUI/Helpers/KeyboardResponder.swift",
        "Kit/SwiftUI/View.swift",
        "Platform-Specific/iOS+tvOS/Classes/OKSubtileNotification.swift",
        "Platform-Specific/iOS+tvOS/UIApplication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.