The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftyXPC, reference main (00853d), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 08:17:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CharlesJS/SwiftyXPC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CharlesJS/SwiftyXPC
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00853dd Clean up concurrency for Swift 6
Cloned https://github.com/CharlesJS/SwiftyXPC.git
Revision (git rev-parse @):
00853ddb5e041975d344f14b23e589b4aaed1f4e
SUCCESS checkout https://github.com/CharlesJS/SwiftyXPC.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",
  "dependencies": [
    {
      "identity": "swiftyxpc",
      "name": "SwiftyXPC",
      "url": "https://github.com/CharlesJS/SwiftyXPC.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyXPC",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CharlesJS/SwiftyXPC.git
[1/496] Fetching swiftyxpc
Fetched https://github.com/CharlesJS/SwiftyXPC.git from cache (0.74s)
Creating working copy for https://github.com/CharlesJS/SwiftyXPC.git
Working copy of https://github.com/CharlesJS/SwiftyXPC.git resolved at main (00853dd)
warning: '.resolve-product-dependencies': dependency 'swiftyxpc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CharlesJS/SwiftyXPC.git
https://github.com/CharlesJS/SwiftyXPC.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyXPC",
  "name" : "SwiftyXPC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXPC",
      "targets" : [
        "SwiftyXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestHelper",
      "targets" : [
        "TestHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Sources/TestShared",
      "product_memberships" : [
        "TestHelper"
      ],
      "sources" : [
        "CommandSet.swift",
        "DataInfo.swift",
        "HelperID.swift",
        "JokeMessage.swift",
        "ProcessIDs.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestHelper",
      "module_type" : "SwiftTarget",
      "name" : "TestHelper",
      "path" : "Sources/TestHelper",
      "product_memberships" : [
        "TestHelper"
      ],
      "sources" : [
        "TestHelper.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC",
        "TestShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftyXPCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXPCTests",
      "path" : "Tests/SwiftyXPCTests",
      "sources" : [
        "HelperLauncher.swift",
        "SwiftyXPCTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC",
        "TestHelper",
        "TestShared"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXPC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXPC",
      "path" : "Sources/SwiftyXPC",
      "product_memberships" : [
        "SwiftyXPC",
        "TestHelper"
      ],
      "sources" : [
        "Extensions/String+SwiftyXPC.swift",
        "XPCConnection.swift",
        "XPCDecoder.swift",
        "XPCEncoder.swift",
        "XPCEndpoint.swift",
        "XPCError.swift",
        "XPCErrorRegistry.swift",
        "XPCFileDescriptor.swift",
        "XPCListener.swift",
        "XPCNull.swift",
        "XPCType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[0/8] Write TestHelper-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/19] Compiling SwiftyXPC XPCErrorRegistry.swift
[7/19] Compiling SwiftyXPC XPCFileDescriptor.swift
[8/19] Compiling SwiftyXPC XPCNull.swift
[9/19] Compiling SwiftyXPC XPCEndpoint.swift
[10/19] Compiling SwiftyXPC XPCError.swift
[11/19] Compiling SwiftyXPC XPCEncoder.swift
[12/19] Compiling SwiftyXPC XPCListener.swift
[13/20] Emitting module SwiftyXPC
[14/20] Compiling SwiftyXPC XPCDecoder.swift
[15/20] Compiling SwiftyXPC String+SwiftyXPC.swift
[16/20] Compiling SwiftyXPC XPCConnection.swift
[17/20] Compiling SwiftyXPC XPCType.swift
[18/26] Compiling TestShared ProcessIDs.swift
[19/26] Emitting module TestShared
[20/26] Compiling TestShared DataInfo.swift
[21/26] Compiling TestShared JokeMessage.swift
[22/26] Compiling TestShared HelperID.swift
[23/26] Compiling TestShared CommandSet.swift
[24/28] Emitting module TestHelper
[25/28] Compiling TestHelper TestHelper.swift
[25/28] Write Objects.LinkFileList
[26/28] Linking TestHelper
[27/28] Applying TestHelper
Build complete! (6.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyXPC",
  "name" : "SwiftyXPC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXPC",
      "targets" : [
        "SwiftyXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestHelper",
      "targets" : [
        "TestHelper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Sources/TestShared",
      "product_memberships" : [
        "TestHelper"
      ],
      "sources" : [
        "CommandSet.swift",
        "DataInfo.swift",
        "HelperID.swift",
        "JokeMessage.swift",
        "ProcessIDs.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestHelper",
      "module_type" : "SwiftTarget",
      "name" : "TestHelper",
      "path" : "Sources/TestHelper",
      "product_memberships" : [
        "TestHelper"
      ],
      "sources" : [
        "TestHelper.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC",
        "TestShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftyXPCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXPCTests",
      "path" : "Tests/SwiftyXPCTests",
      "sources" : [
        "HelperLauncher.swift",
        "SwiftyXPCTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXPC",
        "TestHelper",
        "TestShared"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXPC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXPC",
      "path" : "Sources/SwiftyXPC",
      "product_memberships" : [
        "SwiftyXPC",
        "TestHelper"
      ],
      "sources" : [
        "Extensions/String+SwiftyXPC.swift",
        "XPCConnection.swift",
        "XPCDecoder.swift",
        "XPCEncoder.swift",
        "XPCEndpoint.swift",
        "XPCError.swift",
        "XPCErrorRegistry.swift",
        "XPCFileDescriptor.swift",
        "XPCListener.swift",
        "XPCNull.swift",
        "XPCType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.