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 Inter-AppCommunication with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tapsandswipes/Inter-AppCommunication.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tapsandswipes/Inter-AppCommunication
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2f7f6d4 Merge pull request #5 from aonez/visionOS
Cloned https://github.com/tapsandswipes/Inter-AppCommunication.git
Revision (git rev-parse @):
2f7f6d401a4a48c13548a7041e0202a13b432f94
SUCCESS checkout https://github.com/tapsandswipes/Inter-AppCommunication.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/tapsandswipes/Inter-AppCommunication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Emitting module IACCore
[2/6] Compiling IACCore IACClient.swift
[3/6] Compiling IACCore IACDelegate.swift
[4/7] Compiling IACCore IACRequest.swift
[5/7] Compiling IACCore IACManager.swift
[6/7] Compiling IACCore Extensions.swift
[7/7] Compiling IACCore IAC.swift
[8/11] Compiling IACClients InstapaperIACClient.swift
[9/11] Compiling IACClients GoogleChromeIACClient.swift
[10/11] Compiling IACClients FunboxIACClient.swift
[11/11] Emitting module IACClients
Build complete! (8.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Inter-AppCommunication",
  "name" : "Inter-AppCommunication",
  "path" : "/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IACCore",
      "targets" : [
        "IACCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IACClients",
      "targets" : [
        "IACClients"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IACTests",
      "module_type" : "SwiftTarget",
      "name" : "IACTests",
      "path" : "Tests/IACTests",
      "sources" : [
        "InterAppCommunicationTests.swift"
      ],
      "target_dependencies" : [
        "IACCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IACCore",
      "module_type" : "SwiftTarget",
      "name" : "IACCore",
      "path" : "Sources/IACCore",
      "product_memberships" : [
        "IACCore",
        "IACClients"
      ],
      "sources" : [
        "Extensions.swift",
        "IAC.swift",
        "IACClient.swift",
        "IACDelegate.swift",
        "IACManager.swift",
        "IACRequest.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IACClients",
      "module_type" : "SwiftTarget",
      "name" : "IACClients",
      "path" : "Sources/IACClients",
      "product_memberships" : [
        "IACClients"
      ],
      "sources" : [
        "FunboxIACClient.swift",
        "GoogleChromeIACClient.swift",
        "InstapaperIACClient.swift"
      ],
      "target_dependencies" : [
        "IACCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.