The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of HSHelpers with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ConfusedVorlon/HSHelpers.git
Reference: 0.3.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ConfusedVorlon/HSHelpers
 * tag               0.3.5      -> FETCH_HEAD
HEAD is now at 9dd6a37 relax version requirements for hshelpers
Cloned https://github.com/ConfusedVorlon/HSHelpers.git
Revision (git rev-parse @):
9dd6a3707c393fba0dea0fec1622639d41b6ede4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ConfusedVorlon/HSHelpers.git at 0.3.5
Fetching https://github.com/dreymonde/Time.git from cache
Fetched https://github.com/dreymonde/Time.git from cache (0.16s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (0.44s)
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "hshelpers",
      "name": "HSHelpers",
      "url": "https://github.com/ConfusedVorlon/HSHelpers.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HSHelpers",
      "dependencies": [
        {
          "identity": "time",
          "name": "Time",
          "url": "https://github.com/dreymonde/Time.git",
          "version": "1.1.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Time",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ConfusedVorlon/HSHelpers.git from cache
Fetched https://github.com/ConfusedVorlon/HSHelpers.git from cache (0.16s)
Fetching https://github.com/dreymonde/Time.git from cache
Fetched https://github.com/dreymonde/Time.git from cache (0.15s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (0.02s)
Creating working copy for https://github.com/dreymonde/Time.git
Working copy of https://github.com/dreymonde/Time.git resolved at 1.1.0
Creating working copy for https://github.com/ConfusedVorlon/HSHelpers.git
Working copy of https://github.com/ConfusedVorlon/HSHelpers.git resolved at 0.3.5 (9dd6a37)
warning: '.resolve-product-dependencies': dependency 'hshelpers' is not used by any target
Found 1 product dependencies
  - Time
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ConfusedVorlon/HSHelpers.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-6044DDE57671499D.txt
[7/48] Compiling Time Time.swift
[8/48] Compiling Time Time+Foundation.swift
[9/48] Emitting module Time
[10/50] Emitting module HSTime
[11/50] Compiling HSTime Time+HS.swift
[12/50] Emitting module HSHelpers
[13/55] Compiling HSHelpers DispatchQueue+HS.swift
[14/55] Compiling HSHelpers Equatable.swift
[15/55] Compiling HSHelpers FileManager+HS.swift
[16/55] Compiling HSHelpers FloatConvertible.swift
[17/55] Compiling HSHelpers Int.swift
[18/55] Compiling HSHelpers JSONEncoder+HS.swift
[19/55] Compiling HSHelpers String+HS.swift
[20/55] Compiling HSHelpers String+MD5.swift
[21/55] Compiling HSHelpers Aliases.swift
[22/55] Compiling HSHelpers Build.swift
[23/55] Compiling HSHelpers Filetypes.swift
[24/55] Compiling HSHelpers AnyHashable+HS.swift
[25/55] Compiling HSHelpers Array+HS.swift
[26/55] Compiling HSHelpers Bundle+HS.swift
[27/55] Compiling HSHelpers CGColor+HS.swift
[28/55] Compiling HSHelpers CGImage+HS.swift
[29/55] Compiling HSHelpers CGImageSource+HS.swift
[30/55] Compiling HSHelpers CGRect+HS.swift
[31/55] Compiling HSHelpers ClosedRange+HS.swift
[32/55] Compiling HSHelpers Comparable+clamp.swift
[33/55] Compiling HSHelpers Data+HS.swift
[34/55] Compiling HSHelpers Data+MD5.swift
[35/55] Compiling HSHelpers Date+HS.swift
[36/55] Compiling HSHelpers NSMutableAttributedString+HS.swift
[37/55] Compiling HSHelpers NSRegularExpression+HS.swift
[38/55] Compiling HSHelpers NSTextCheckingResult+HS.swift
[39/55] Compiling HSHelpers Number+PositiveModulus.swift
[40/55] Compiling HSHelpers Optional+HS.swift
[41/55] Compiling HSHelpers Vectors.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
                                                   block: block)
                                                          ^
[42/55] Compiling HSHelpers WeakTimer.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
                                                   block: block)
                                                          ^
[43/55] Compiling HSHelpers URL+HS.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
                                                   block: block)
                                                          ^
[44/55] Compiling HSHelpers URLComponents+HS.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
                                                   block: block)
                                                          ^
[45/55] Compiling HSHelpers WKWebView+HS.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 Swift 6
                                                   block: block)
                                                          ^
[46/55] Compiling HSHelpers HSColor+SwiftUI.swift
[47/55] Compiling HSHelpers HSColour.swift
[48/55] Compiling HSHelpers RuntimeWarning.swift
[49/55] Compiling HSHelpers ThreadsafeArray.swift
[50/55] Compiling HSHelpers ThreadsafeDict.swift
[51/55] Compiling HSHelpers PlatformValues.swift
[52/55] Compiling HSHelpers Published+Codable.swift
[53/55] Compiling HSHelpers Result+HS.swift
[54/55] Compiling HSHelpers SKError+HS.swift
[55/55] Compiling HSHelpers SKProduct+HS.swift
[56/87] Compiling HSUIKit UIButton+HS.swift
[57/87] Compiling HSUIKit UIColor+HS.swift
[58/87] Compiling HSAppKit CGDirectDisplayID+HS.swift
[59/89] Emitting module HSUIKit
[60/89] Compiling HSUIKit ColorCompatibility.swift
[61/89] Compiling HSUIKit UIAlertController+HS.swift
[62/89] Compiling HSUIKit UIBarButtonItem+HS.swift
[63/89] Compiling HSUIKit UIUserInterfaceIdiom+HS.swift
[64/89] Compiling HSUIKit UIView+HS.swift
[65/89] Compiling HSUIKit UIViewController+Alert.swift
[66/89] Compiling HSUIKit UIViewController+Email.swift
[67/89] Compiling HSUIKit UIViewController+HS.swift
[68/89] Compiling HSUIKit UIViewController+Preview.swift
[69/89] Compiling HSAppKit HoverView.swift
[70/89] Compiling HSUIKit UIFont+HS.swift
[71/89] Compiling HSUIKit UIImageView+HS.swift
[72/89] Compiling HSUIKit UILabel+HS.swift
[73/89] Compiling HSUIKit UIStackView+HS.swift
[74/89] Compiling HSUIKit UITextView+HS.swift
[75/89] Compiling HSUIKit UIViewController+Safari.swift
[76/89] Compiling HSUIKit UIViewController+Share.swift
[77/89] Compiling HSAppKit NSWindow+HS.swift
[78/90] Compiling HSAppKit NSViewController+HS.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            }, context: &theView)
                        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
        }, context: &theView)
                    ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
            }, context: &theView)
                        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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.
        }, context: &theView)
                    ^
[85/90] Emitting module HSAppKit
[90/90] Compiling HSAppKit PresentedNSViewController.swift
Build complete! (9.34s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/confusedvorlon/hshelpers/0.3.5
Repository:               ConfusedVorlon/HSHelpers
Swift version used:       5.10
Target:                   HSHelpers
Generating documentation for 'HSHelpers'...
Converting documentation...
Conversion complete! (0.26s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/0.3.5'
Fetching https://github.com/apple/swift-docc-plugin from cache
Updating https://github.com/dreymonde/Time.git
Fetched https://github.com/apple/swift-docc-plugin from cache (0.17s)
Updated https://github.com/dreymonde/Time.git (0.13s)
Computing version for https://github.com/dreymonde/Time.git
Computed https://github.com/dreymonde/Time.git at 1.1.0 (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.54s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.05s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[0/8] Write snippet-extract-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-6044DDE57671499D.txt
[6/52] Compiling SymbolKit SourceOrigin.swift
[7/52] Compiling SymbolKit GenericConstraints.swift
[8/52] Compiling SymbolKit Swift.swift
[9/52] Compiling SymbolKit SemanticVersion.swift
[10/52] Compiling SymbolKit AccessControl.swift
[11/52] Compiling SymbolKit Availability.swift
[12/57] Compiling SymbolKit AvailabilityItem.swift
[13/57] Compiling SymbolKit Domain.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit SPI.swift
[19/57] Compiling SymbolKit Snippet.swift
[20/57] Compiling SymbolKit Extension.swift
[21/57] Compiling SymbolKit GenericConstraint.swift
[22/57] Compiling SymbolKit GenericParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit Generics.swift
[30/57] Compiling SymbolKit Namespace.swift
[31/57] Compiling SymbolKit Symbol.swift
[32/57] Compiling SymbolKit SymbolKind.swift
[33/57] Compiling SymbolKit SymbolGraph.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit Mixin+Equals.swift
[41/57] Compiling SymbolKit Mixin+Hash.swift
[42/57] Compiling SymbolKit Mixin.swift
[43/57] Compiling SymbolKit LineList.swift
[44/57] Compiling SymbolKit Position.swift
[45/57] Compiling SymbolKit SourceRange.swift
[46/57] Emitting module SymbolKit
[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 SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (3.07s)
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
Build complete! (0.13s)
Target:                   HSAppKit
Generating documentation for 'HSAppKit'...
Converting documentation...
Conversion complete! (0.18s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/0.3.5'
Building for debugging...
[0/3] Write swift-version-6044DDE57671499D.txt
Build complete! (0.17s)
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
Build complete! (0.13s)
Successfully merged into /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/0.3.5/index/index.json
Successfully merged into /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/0.3.5/linkable-paths.json
Target:                   HSTime
Generating documentation for 'HSTime'...
Converting documentation...
Conversion complete! (0.07s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/0.3.5'
Building for debugging...
[0/3] Write swift-version-6044DDE57671499D.txt
Build complete! (0.22s)
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
Build complete! (0.12s)
Successfully merged into /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/0.3.5/index/index.json
Successfully merged into /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/confusedvorlon/hshelpers/0.3.5/linkable-paths.json
    1018
6	/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/confusedvorlon/hshelpers/0.3.5
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/confusedvorlon/hshelpers/0.3.5
File count: 1018
Doc size:   6.0MB
Preparing doc bundle ...
Uploading prod-confusedvorlon-hshelpers-0.3.5-db413c20.zip to s3://spi-docs-inbox/prod-confusedvorlon-hshelpers-0.3.5-db413c20.zip
Copying... [11%]
Copying... [22%]
Copying... [34%]
Copying... [45%]
Copying... [50%]
Copying... [62%]
Copying... [73%]
Copying... [84%]
Copying... [95%]
Copying... [100%]
Done.