The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Inter-AppCommunication, reference main (2f7f6d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 12:10:18 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/tapsandswipes/Inter-AppCommunication.git
Reference: main
Initialized empty Git repository in /Users/admin/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
========================================
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": "inter-appcommunication",
      "name": "Inter-AppCommunication",
      "url": "https://github.com/tapsandswipes/Inter-AppCommunication.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Inter-AppCommunication",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tapsandswipes/Inter-AppCommunication.git
[1/77] Fetching inter-appcommunication
Fetched https://github.com/tapsandswipes/Inter-AppCommunication.git from cache (0.62s)
Creating working copy for https://github.com/tapsandswipes/Inter-AppCommunication.git
Working copy of https://github.com/tapsandswipes/Inter-AppCommunication.git resolved at main (2f7f6d4)
warning: '.resolve-product-dependencies': dependency 'inter-appcommunication' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tapsandswipes/Inter-AppCommunication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling IACCore IACRequest.swift
[5/10] Compiling IACCore IACDelegate.swift
[6/10] Compiling IACCore IACClient.swift
[7/10] Compiling IACCore IAC.swift
[8/10] Compiling IACCore IACManager.swift
[9/10] Emitting module IACCore
[10/10] Compiling IACCore Extensions.swift
[11/14] Compiling IACClients FunboxIACClient.swift
[12/14] Emitting module IACClients
[13/14] Compiling IACClients InstapaperIACClient.swift
[14/14] Compiling IACClients GoogleChromeIACClient.swift
Build complete! (8.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Inter-AppCommunication",
  "name" : "Inter-AppCommunication",
  "path" : "/Users/admin/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.