The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HSHelpers, reference master (6f66ae), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 14:42:00 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/ConfusedVorlon/HSHelpers.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ConfusedVorlon/HSHelpers
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f66ae7 use cached DateFormatters
Cloned https://github.com/ConfusedVorlon/HSHelpers.git
Revision (git rev-parse @):
6f66ae751d36e45d10e3ffe1185f222461e298d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ConfusedVorlon/HSHelpers.git at master
Fetching https://github.com/dreymonde/Time.git
[1/254] Fetching time
Fetched https://github.com/dreymonde/Time.git from cache (0.72s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (3.18s)
Creating working copy for https://github.com/dreymonde/Time.git
Working copy of https://github.com/dreymonde/Time.git resolved at 1.1.0
========================================
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": "hshelpers",
      "name": "HSHelpers",
      "url": "https://github.com/ConfusedVorlon/HSHelpers.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HSHelpers",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "time",
          "name": "Time",
          "url": "https://github.com/dreymonde/Time.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Time",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ConfusedVorlon/HSHelpers.git
[1/1576] Fetching hshelpers
Fetched https://github.com/ConfusedVorlon/HSHelpers.git from cache (1.12s)
Fetching https://github.com/dreymonde/Time.git from cache
Fetched https://github.com/dreymonde/Time.git from cache (0.57s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (0.66s)
Creating working copy for https://github.com/ConfusedVorlon/HSHelpers.git
Working copy of https://github.com/ConfusedVorlon/HSHelpers.git resolved at master (6f66ae7)
Creating working copy for https://github.com/dreymonde/Time.git
Working copy of https://github.com/dreymonde/Time.git resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'hshelpers' is not used by any target
Found 1 product dependencies
  - Time
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ConfusedVorlon/HSHelpers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version--6988338F2F200930.txt
[7/50] Compiling Time Time.swift
[8/50] Compiling Time Time+Foundation.swift
[9/50] Emitting module Time
[10/52] Emitting module HSTime
[11/52] Compiling HSTime Time+HS.swift
[12/52] Emitting module HSHelpers
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init(from decoder: Decoder) throws {
16 |         let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public func encode(to encoder: Encoder) throws {
24 |         try unofficialValue.encode(to: encoder)
[13/56] Compiling HSHelpers CGImageSource+HS.swift
[14/56] Compiling HSHelpers CGRect+HS.swift
[15/56] Compiling HSHelpers ClosedRange+HS.swift
[16/56] Compiling HSHelpers Comparable+clamp.swift
[17/56] Compiling HSHelpers Data+HS.swift
[18/56] Compiling HSHelpers AnyHashable+HS.swift
[19/56] Compiling HSHelpers Array+HS.swift
[20/56] Compiling HSHelpers Bundle+HS.swift
[21/56] Compiling HSHelpers CGColor+HS.swift
[22/56] Compiling HSHelpers CGImage+HS.swift
[23/56] Compiling HSHelpers NSTextCheckingResult+HS.swift
[24/56] Compiling HSHelpers Number+PositiveModulus.swift
[25/56] Compiling HSHelpers Optional+HS.swift
[26/56] Compiling HSHelpers PlatformValues.swift
[27/56] Compiling HSHelpers Data+MD5.swift
[28/56] Compiling HSHelpers Date+HS.swift
[29/56] Compiling HSHelpers DispatchQueue+HS.swift
[30/56] Compiling HSHelpers Equatable.swift
[31/56] Compiling HSHelpers FileManager+HS.swift
[32/56] Compiling HSHelpers FloatConvertible.swift
[33/56] Compiling HSHelpers Int.swift
[34/56] Compiling HSHelpers JSONEncoder+HS.swift
[35/56] Compiling HSHelpers NSMutableAttributedString+HS.swift
[36/56] Compiling HSHelpers NSRegularExpression+HS.swift
[37/56] Compiling HSHelpers Filetypes.swift
[38/56] Compiling HSHelpers HSColor+SwiftUI.swift
[39/56] Compiling HSHelpers HSColour.swift
[40/56] Compiling HSHelpers HSImage.swift
[41/56] Compiling HSHelpers String+HS.swift
[42/56] Compiling HSHelpers String+MD5.swift
[43/56] Compiling HSHelpers Aliases.swift
[44/56] Compiling HSHelpers Build.swift
[45/56] Compiling HSHelpers RuntimeWarning.swift
[46/56] Compiling HSHelpers ThreadsafeArray.swift
[47/56] Compiling HSHelpers ThreadsafeDict.swift
[48/56] Compiling HSHelpers Vectors.swift
[49/56] Compiling HSHelpers Published+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init(from decoder: Decoder) throws {
16 |         let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public func encode(to encoder: Encoder) throws {
24 |         try unofficialValue.encode(to: encoder)
[50/56] Compiling HSHelpers Result+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init(from decoder: Decoder) throws {
16 |         let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public func encode(to encoder: Encoder) throws {
24 |         try unofficialValue.encode(to: encoder)
[51/56] Compiling HSHelpers SKError+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init(from decoder: Decoder) throws {
16 |         let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public func encode(to encoder: Encoder) throws {
24 |         try unofficialValue.encode(to: encoder)
[52/56] Compiling HSHelpers SKProduct+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:14:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
12 |
13 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
14 | extension Published: Decodable where Value: Decodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |     public init(from decoder: Decoder) throws {
16 |         let decoded = try Value(from: decoder)
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Published+Codable.swift:22:1: warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
20 |
21 | @available(macOS 10.15,iOS 13.0,tvOS 13.0, *)
22 | extension Published: Encodable where Value: Encodable {
   | |- warning: extension declares a conformance of imported type 'Published' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'Combine' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |     public func encode(to encoder: Encoder) throws {
24 |         try unofficialValue.encode(to: encoder)
[53/56] Compiling HSHelpers WeakTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 |             weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 |                                                    repeats: repeats,
24 |                                                    block: block)
   |                                                           `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 |         }
26 |         else {
[54/56] Compiling HSHelpers URL+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 |             weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 |                                                    repeats: repeats,
24 |                                                    block: block)
   |                                                           `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 |         }
26 |         else {
[55/56] Compiling HSHelpers URLComponents+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 |             weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 |                                                    repeats: repeats,
24 |                                                    block: block)
   |                                                           `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 |         }
26 |         else {
[56/56] Compiling HSHelpers WKWebView+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSHelpers/Types/WeakTimer.swift:24:59: warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
22 |             weakTimer.timer = Timer.scheduledTimer(withTimeInterval: interval,
23 |                                                    repeats: repeats,
24 |                                                    block: block)
   |                                                           `- warning: converting function value of type '@MainActor (Timer) -> Void' to '@Sendable (Timer) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
25 |         }
26 |         else {
[57/88] Compiling HSUIKit UIEdgeInsets+HS.swift
[58/88] Compiling HSUIKit UIFont+HS.swift
[59/90] Compiling HSUIKit UIStackView+HS.swift
[60/90] Compiling HSUIKit UITextView+HS.swift
[61/90] Compiling HSUIKit UIImageView+HS.swift
[62/90] Compiling HSUIKit UILabel+HS.swift
[63/90] Compiling HSUIKit UIUserInterfaceIdiom+HS.swift
[64/90] Compiling HSUIKit UIView+HS.swift
[65/90] Compiling HSUIKit UIBarButtonItem+HS.swift
[66/90] Compiling HSUIKit UIButton+HS.swift
[67/90] Compiling HSUIKit ColorCompatibility.swift
[68/90] Compiling HSUIKit UIAlertController+HS.swift
[69/90] Emitting module HSUIKit
[70/90] Compiling HSUIKit UIColor+HS.swift
[71/90] Compiling HSUIKit UIDevice+HS.swift
[72/90] Compiling HSUIKit UIViewController+Alert.swift
[73/90] Compiling HSUIKit UIViewController+Email.swift
[74/90] Compiling HSUIKit UIViewController+HS.swift
[75/90] Compiling HSUIKit UIViewController+Preview.swift
[76/90] Compiling HSUIKit UIViewController+Safari.swift
[77/90] Compiling HSUIKit UIViewController+Share.swift
[78/90] Compiling HSAppKit NSWindow+HS.swift
[79/90] Compiling HSAppKit NSViewController+HS.swift
[80/91] Compiling HSAppKit NSView+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSAppKit/NSView+HS.swift:47:25: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
 45 |                     return ComparisonResult.orderedSame
 46 |                 }
 47 |             }, context: &theView)
    |                         `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
 48 |     }
 49 |
/Users/admin/builder/spi-builder-workspace/Sources/HSAppKit/NSView+HS.swift:63:21: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
 61 |                 return ComparisonResult.orderedSame
 62 |             }
 63 |         }, context: &theView)
    |                     `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSView'; this is likely incorrect because 'NSView' may contain an object reference.
 64 |     }
 65 |
[81/91] Compiling HSAppKit NSView+NibLoadable.swift
[82/91] Compiling HSAppKit NSImage+HS.swift
[83/91] Compiling HSAppKit NSScreen+HS.swift
[88/91] Emitting module HSAppKit
[91/91] Compiling HSAppKit PresentedNSViewController.swift
Build complete! (9.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "time",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/Time.git"
    }
  ],
  "manifest_display_name" : "HSHelpers",
  "name" : "HSHelpers",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "HSHelpers",
      "targets" : [
        "HSHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HSAppKit",
      "targets" : [
        "HSAppKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HSUIKit",
      "targets" : [
        "HSUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HSTime",
      "targets" : [
        "HSTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HSUIKit",
      "module_type" : "SwiftTarget",
      "name" : "HSUIKit",
      "path" : "Sources/HSUIKit",
      "product_memberships" : [
        "HSUIKit"
      ],
      "sources" : [
        "Types/ColorCompatibility.swift",
        "UIAlertController+HS.swift",
        "UIBarButtonItem+HS.swift",
        "UIButton+HS.swift",
        "UIColor+HS.swift",
        "UIDevice+HS.swift",
        "UIEdgeInsets+HS.swift",
        "UIFont+HS.swift",
        "UIImageView+HS.swift",
        "UILabel+HS.swift",
        "UIStackView+HS.swift",
        "UITextView+HS.swift",
        "UIUserInterfaceIdiom+HS.swift",
        "UIView+HS.swift",
        "UIViewController+Alert.swift",
        "UIViewController+Email.swift",
        "UIViewController+HS.swift",
        "UIViewController+Preview.swift",
        "UIViewController+Safari.swift",
        "UIViewController+Share.swift"
      ],
      "target_dependencies" : [
        "HSHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HSTime",
      "module_type" : "SwiftTarget",
      "name" : "HSTime",
      "path" : "Sources/HSTime",
      "product_dependencies" : [
        "Time"
      ],
      "product_memberships" : [
        "HSTime"
      ],
      "sources" : [
        "Time+HS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HSHelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HSHelpersTests",
      "path" : "Tests/HSHelpersTests",
      "sources" : [
        "FloatConvertibleTests.swift",
        "PublishedCodeableTests.swift",
        "StringTests.swift",
        "URLComponentsTests.swift"
      ],
      "target_dependencies" : [
        "HSHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HSHelpers",
      "module_type" : "SwiftTarget",
      "name" : "HSHelpers",
      "path" : "Sources/HSHelpers",
      "product_memberships" : [
        "HSHelpers",
        "HSAppKit",
        "HSUIKit"
      ],
      "sources" : [
        "AnyHashable+HS.swift",
        "Array+HS.swift",
        "Bundle+HS.swift",
        "CGColor+HS.swift",
        "CGImage+HS.swift",
        "CGImageSource+HS.swift",
        "CGRect+HS.swift",
        "ClosedRange+HS.swift",
        "Comparable+clamp.swift",
        "Data+HS.swift",
        "Data+MD5.swift",
        "Date+HS.swift",
        "DispatchQueue+HS.swift",
        "Equatable.swift",
        "FileManager+HS.swift",
        "FloatConvertible.swift",
        "Int.swift",
        "JSONEncoder+HS.swift",
        "NSMutableAttributedString+HS.swift",
        "NSRegularExpression+HS.swift",
        "NSTextCheckingResult+HS.swift",
        "Number+PositiveModulus.swift",
        "Optional+HS.swift",
        "PlatformValues.swift",
        "Published+Codable.swift",
        "Result+HS.swift",
        "SKError+HS.swift",
        "SKProduct+HS.swift",
        "String+HS.swift",
        "String+MD5.swift",
        "Types/Aliases.swift",
        "Types/Build.swift",
        "Types/Filetypes.swift",
        "Types/HSColor+SwiftUI.swift",
        "Types/HSColour.swift",
        "Types/HSImage.swift",
        "Types/RuntimeWarning.swift",
        "Types/ThreadsafeArray.swift",
        "Types/ThreadsafeDict.swift",
        "Types/Vectors.swift",
        "Types/WeakTimer.swift",
        "URL+HS.swift",
        "URLComponents+HS.swift",
        "WKWebView+HS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HSAppKit",
      "module_type" : "SwiftTarget",
      "name" : "HSAppKit",
      "path" : "Sources/HSAppKit",
      "product_memberships" : [
        "HSAppKit"
      ],
      "sources" : [
        "CGDirectDisplayID+HS.swift",
        "HoverView.swift",
        "NSAlert+HS.swift",
        "NSButton+HS.swift",
        "NSDocument+SaveCompletion.swift",
        "NSGraphicsContext+HS.swift",
        "NSImage+HS.swift",
        "NSScreen+HS.swift",
        "NSView+HS.swift",
        "NSView+NibLoadable.swift",
        "NSViewController+HS.swift",
        "NSWindow+HS.swift",
        "PresentedNSViewController.swift"
      ],
      "target_dependencies" : [
        "HSHelpers"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/confusedvorlon/hshelpers/master
Repository:               ConfusedVorlon/HSHelpers
Swift version used:       6.3
Target:                   HSHelpers
Extracting symbol information for 'HSHelpers'...
Finished extracting symbol information for 'HSHelpers'. (48.85s)
Building documentation for 'HSHelpers'...
warning: Parameter 'paragraphSpacing' is missing documentation
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:105:41-105:41
103 |     /// Sets line spacing - but actually replaces whole paragraph style
104 |     ///
105 +     /// - Parameter lineSpacing: spacing
    |                                         ╰─suggestion: Document 'paragraphSpacing' parameter
106 |     func set(lineSpacing: CGFloat, paragraphSpacing: CGFloat? = nil) {
107 |
warning: Parameter '_ name' not found in instance method declaration
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:130:18-130:24
128 |     /**
129 |      Updates a NSAttributedStringKey for a given range.
130 +      - Parameter _ name: A NSAttributedStringKey.
    |                  ╰─suggestion: Replace '_ name' with 'name'
131 |      - Parameter value: Any type.
132 |      - Parameter range: A NSRange or nil to act on the whole string
warning: Parameter 'name' is missing documentation
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:132:68-132:68
130 |      - Parameter _ name: A NSAttributedStringKey.
131 |      - Parameter value: Any type.
    |      ╰─suggestion: Document 'name' parameter
132 +      - Parameter range: A NSRange or nil to act on the whole string
133 |      */
134 |     func updateAttribute(_ name: NSAttributedString.Key, value: Any, range: NSRange? = nil) {
warning: Parameter '_ attrs' not found in instance method declaration
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:143:18-143:25
141 |     /**
142 |      Updates a Dictionary of NSAttributedStringKeys for a given range.
143 +      - Parameter _ attrs: A Dictionary of NSAttributedStringKey type keys and Any type values.
    |                  ╰─suggestion: Replace '_ attrs' with 'attrs'
144 |      - Parameter range: A NSRange or nil to act on the whole string
145 |      */
warning: Parameter 'attrs' is missing documentation
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:144:68-144:68
142 |      Updates a Dictionary of NSAttributedStringKeys for a given range.
143 |      - Parameter _ attrs: A Dictionary of NSAttributedStringKey type keys and Any type values.
144 +      - Parameter range: A NSRange or nil to act on the whole string
    |      ╰─suggestion: Document 'attrs' parameter
145 |      */
146 |     func updateAttributes(_ attrs: [NSAttributedString.Key: Any], range: NSRange? = nil) {
warning: Parameter '_ attrs' not found in instance method declaration
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:156:18-156:25
154 |     /**
155 |      Removes a Dictionary of NSAttributedStringKeys for a given range.
156 +      - Parameter _ attrs: An Array of attributedStringKeys.
    |                  ╰─suggestion: Replace '_ attrs' with 'attrs'
157 |      - Parameter range: A NSRange or nil to act on the whole string
158 |      */
warning: Parameter 'attrs' is missing documentation
   --> Sources/HSHelpers/NSMutableAttributedString+HS.swift:157:68-157:68
155 |      Removes a Dictionary of NSAttributedStringKeys for a given range.
156 |      - Parameter _ attrs: An Array of attributedStringKeys.
157 +      - Parameter range: A NSRange or nil to act on the whole string
    |      ╰─suggestion: Document 'attrs' parameter
158 |      */
159 |     func removeAttributes(_ attrs: [NSAttributedString.Key], range: NSRange? = nil) {
warning: Parameter 'address' not found in instance method declaration
  --> Sources/HSHelpers/WKWebView+HS.swift:27:9-27:37
25 |     /// Load a url
26 |     ///
27 +     /// - Parameter address: web url
   |         ╰─suggestion: Remove 'address' parameter documentation
28 |     func load(url: URL) {
29 |         let myRequest = URLRequest(url: url)
warning: Parameter 'url' is missing documentation
  --> Sources/HSHelpers/WKWebView+HS.swift:27:37-27:37
25 |     /// Load a url
26 |     ///
27 +     /// - Parameter address: web url
   |                                     ╰─suggestion: Document 'url' parameter
28 |     func load(url: URL) {
29 |         let myRequest = URLRequest(url: url)
Finished building documentation for 'HSHelpers' (0.76s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/master
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/dreymonde/Time.git
Updated https://github.com/dreymonde/Time.git (0.43s)
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (2.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Names.swift
[7/53] Compiling SymbolKit SPI.swift
[8/53] Compiling SymbolKit Snippet.swift
[9/53] Compiling SymbolKit Extension.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Relationship.swift
[22/57] Compiling SymbolKit RelationshipKind.swift
[23/57] Compiling SymbolKit SourceOrigin.swift
[24/57] Compiling SymbolKit GenericConstraints.swift
[25/57] Compiling SymbolKit Swift.swift
[26/57] Compiling SymbolKit SourceRange.swift
[27/57] Compiling SymbolKit Metadata.swift
[28/57] Compiling SymbolKit Module.swift
[29/57] Compiling SymbolKit OperatingSystem.swift
[30/57] Compiling SymbolKit Platform.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit DeclarationFragments.swift
[36/57] Compiling SymbolKit Fragment.swift
[37/57] Compiling SymbolKit FragmentKind.swift
[38/57] Compiling SymbolKit FunctionParameter.swift
[39/57] Compiling SymbolKit FunctionSignature.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.30s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HSHelpers' complete! (0.20s)
Target:                   HSAppKit
Extracting symbol information for 'HSAppKit'...
Finished extracting symbol information for 'HSAppKit'. (0.54s)
Building documentation for 'HSAppKit'...
Finished building documentation for 'HSAppKit' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/master
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.21s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HSAppKit' complete! (0.22s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/master/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/master/linkable-paths.json
Target:                   HSTime
Extracting symbol information for 'HSTime'...
Finished extracting symbol information for 'HSTime'. (0.34s)
Building documentation for 'HSTime'...
Finished building documentation for 'HSTime' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/master
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.24s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HSTime' complete! (0.23s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/master/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/master/linkable-paths.json
    1032
6	/Users/admin/builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/master
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/confusedvorlon/hshelpers/master
File count: 1032
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-confusedvorlon-hshelpers-master-67af0470.zip to s3://spi-docs-inbox/prod-confusedvorlon-hshelpers-master-67af0470.zip
Copying... [14%]
Copying... [23%]
Copying... [32%]
Copying... [42%]
Copying... [51%]
Copying... [60%]
Copying... [74%]
Copying... [83%]
Copying... [93%]
Copying... [100%]
Done.