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 VIPER with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thomverbeek/VIPER.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/thomverbeek/VIPER
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2c44cce Merge pull request #1 from thomverbeek/develop
Cloned https://github.com/thomverbeek/VIPER.git
Revision (git rev-parse @):
2c44cce00daf5bf99b0fbdf58fbc9fac3397f1fa
SUCCESS checkout https://github.com/thomverbeek/VIPER.git at master
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.23s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.5 (0.05s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "viper",
      "name": "VIPER",
      "url": "https://github.com/thomverbeek/VIPER.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VIPER",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "0.5.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/thomverbeek/VIPER.git
[1/401] Fetching viper
Fetched https://github.com/thomverbeek/VIPER.git (0.62s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.06s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/thomverbeek/VIPER.git
Working copy of https://github.com/thomverbeek/VIPER.git resolved at master
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/30] Compiling ArgumentParser Argument.swift
[2/30] Compiling ArgumentParser ArgumentHelp.swift
[3/30] Compiling ArgumentParser Errors.swift
[4/30] Compiling ArgumentParser Flag.swift
[5/33] Emitting module ArgumentParser
[6/33] Compiling ArgumentParser NameSpecification.swift
[7/33] Compiling ArgumentParser Option.swift
[8/33] Compiling ArgumentParser OptionGroup.swift
[9/33] Compiling ArgumentParser CommandConfiguration.swift
[10/33] Compiling ArgumentParser ExpressibleByArgument.swift
[11/33] Compiling ArgumentParser ParsableArguments.swift
[12/33] Compiling ArgumentParser ParsableArgumentsValidation.swift
[13/33] Compiling ArgumentParser ParsableCommand.swift
[14/33] Compiling ArgumentParser ArgumentDecoder.swift
[15/33] Compiling ArgumentParser ArgumentDefinition.swift
[16/33] Compiling ArgumentParser ArgumentSet.swift
[17/33] Compiling ArgumentParser ArgumentSetSequence.swift
[18/33] Compiling ArgumentParser ParsedValues.swift
[19/33] Compiling ArgumentParser ParserError.swift
[20/33] Compiling ArgumentParser SplitArguments.swift
[21/33] Compiling ArgumentParser HelpCommand.swift
[22/33] Compiling ArgumentParser HelpGenerator.swift
[23/33] Compiling ArgumentParser MessageInfo.swift
[24/33] Compiling ArgumentParser CommandParser.swift
[25/33] Compiling ArgumentParser InputOrigin.swift
[26/33] Compiling ArgumentParser Name.swift
[27/33] Compiling ArgumentParser Parsed.swift
[28/33] Compiling VIPER VIPER.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:43:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &presenterKey) as? (UserInteraction) -> Void)?(userInteraction)
                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:101:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &interactorKey) as? (UseCase) -> Void)?(useCase)
                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:105:41: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        (objc_getAssociatedObject(self, &routerKey) as? (Navigation) -> Void)?(navigation)
                                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:195:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_getAssociatedObject(self, &viewKey) as? View
                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:256:40: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(view, &presenterKey, { [presenter] userInteraction in
                                       ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:260:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(presenter, &interactorKey, { [interactor] useCase in
                                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:264:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(presenter, &routerKey, { [router] navigation in
                                            ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIPER/VIPER.swift:268:42: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        objc_setAssociatedObject(router, &viewKey, view, .OBJC_ASSOCIATION_ASSIGN)
                                         ^
[29/33] Emitting module VIPER
[30/33] Compiling ArgumentParser UsageGenerator.swift
[31/33] Compiling ArgumentParser StringExtensions.swift
[32/33] Compiling ArgumentParser Tree.swift
[33/41] Compiling VIPERCommandLine View.swift
[34/41] Compiling VIPERCommandLine Template.swift
[35/41] Compiling VIPERCommandLine Router.swift
[36/41] Compiling VIPERCommandLine Presenter.swift
[37/41] Compiling VIPERCommandLine Module.swift
[38/41] Compiling VIPERCommandLine Interactor.swift
[39/41] Emitting module VIPERCommandLine
[40/41] Compiling VIPERCommandLine main.swift
[40/41] Linking viper-tools
Build complete! (8.23s)
Build complete.
Done.