The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OSCKit, reference 4.x (85279d), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 15:32:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammysmallman/OSCKit.git
Reference: 4.x
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sammysmallman/OSCKit
 * branch            4.x        -> FETCH_HEAD
 * [new branch]      4.x        -> origin/4.x
HEAD is now at 85279d6 4.0.0 (#26)
Cloned https://github.com/sammysmallman/OSCKit.git
Revision (git rev-parse @):
85279d6703930b59d2e87a77636b26ed41c507f8
SUCCESS checkout https://github.com/sammysmallman/OSCKit.git at 4.x
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sammysmallman/OSCKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[3/11] Copying LICENSE.md
[3/11] Copying Localizable.strings
[3/11] Copying Info.plist
[6/11] Copying LICENSE.md
[7/11] Copying PrivacyInfo.xcprivacy
[8/11] Write swift-version-1EA4D86E10B52AF.txt
[9/41] Compiling CocoaAsyncSocket GCDAsyncSocket.m
[10/41] Compiling CocoaAsyncSocket GCDAsyncUdpSocket.m
[12/41] Emitting module CoreOSC
[13/43] Compiling CoreOSC OSCTimeTag.swift
[14/43] Compiling CoreOSC resource_bundle_accessor.swift
[15/43] Compiling CoreOSC CoreOSC.swift
[16/43] Compiling CoreOSC Character.swift
[17/43] Compiling CoreOSC Numeric.swift
[18/43] Compiling CoreOSC OSCAddressSpace.swift
[19/43] Compiling CoreOSC OSCAddressStore.swift
[20/43] Compiling CoreOSC OSCAnnotation.swift
[21/43] Compiling CoreOSC OSCPacket.swift
[22/43] Compiling CoreOSC OSCParser.swift
[23/43] Compiling CoreOSC OSCParserError.swift
[24/43] Compiling CoreOSC String.swift
[25/43] Compiling CoreOSC UInt32.swift
[26/43] Compiling CoreOSC OSCAddress.swift
[27/43] Compiling CoreOSC OSCPatternMatch.swift
[28/43] Compiling CoreOSC OSCRefractingAddress.swift
[29/43] Compiling CoreOSC OSCStore.swift
[30/43] Compiling CoreOSC OSCFilterAddress.swift
[31/43] Compiling CoreOSC OSCFilterAddressStore.swift
[32/43] Compiling CoreOSC OSCFilterMethod.swift
[33/43] Compiling CoreOSC OSCAddressError.swift
[34/43] Compiling CoreOSC OSCAddressFilter.swift
[35/43] Compiling CoreOSC OSCAddressPattern.swift
[36/43] Compiling CoreOSC OSCMatch.swift
[37/43] Compiling CoreOSC OSCMessage.swift
[38/43] Compiling CoreOSC OSCMethod.swift
[39/43] Compiling CoreOSC OSCArgument.swift
[40/43] Compiling CoreOSC OSCArgumentError.swift
[41/43] Compiling CoreOSC OSCBundle.swift
[42/43] Compiling NetUtils Interface.swift
[43/43] Emitting module NetUtils
[44/64] Emitting module OSCKit
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:30:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
28 | extension Interface {
29 |     #if os(OSX)
30 |     open var displayName: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
31 |         guard let interfaces = SCNetworkInterfaceCopyAll() as? [SCNetworkInterface] else {
32 |             return ""
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:40:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
38 |     }
39 |
40 |     open var displayText: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
41 |         "\(self.displayName) (\(self.name)) - \(self.address ?? "")"
42 |     }
[45/66] Compiling OSCKit OSCUdpServerDelegate.swift
[46/66] Compiling OSCKit resource_bundle_accessor.swift
[47/66] Compiling OSCKit Interface.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:30:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
28 | extension Interface {
29 |     #if os(OSX)
30 |     open var displayName: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
31 |         guard let interfaces = SCNetworkInterfaceCopyAll() as? [SCNetworkInterface] else {
32 |             return ""
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:40:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
38 |     }
39 |
40 |     open var displayText: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
41 |         "\(self.displayName) (\(self.name)) - \(self.address ?? "")"
42 |     }
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Numeric.swift:30:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
28 |     internal var data: Data {
29 |         var source = self
30 |         return Data(bytes: &source, count: MemoryLayout<Self>.size)
   |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
31 |     }
32 |
[48/66] Compiling OSCKit Numeric.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:30:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
28 | extension Interface {
29 |     #if os(OSX)
30 |     open var displayName: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
31 |         guard let interfaces = SCNetworkInterfaceCopyAll() as? [SCNetworkInterface] else {
32 |             return ""
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:40:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
38 |     }
39 |
40 |     open var displayText: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
41 |         "\(self.displayName) (\(self.name)) - \(self.address ?? "")"
42 |     }
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Numeric.swift:30:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
28 |     internal var data: Data {
29 |         var source = self
30 |         return Data(bytes: &source, count: MemoryLayout<Self>.size)
   |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
31 |     }
32 |
[49/66] Compiling OSCKit UInt32.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:30:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
28 | extension Interface {
29 |     #if os(OSX)
30 |     open var displayName: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
31 |         guard let interfaces = SCNetworkInterfaceCopyAll() as? [SCNetworkInterface] else {
32 |             return ""
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Interface.swift:40:5: warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
38 |     }
39 |
40 |     open var displayText: String {
   |     `- warning: non-'@objc' property declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
41 |         "\(self.displayName) (\(self.name)) - \(self.address ?? "")"
42 |     }
/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/Extensions/Numeric.swift:30:28: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
28 |     internal var data: Data {
29 |         var source = self
30 |         return Data(bytes: &source, count: MemoryLayout<Self>.size)
   |                            `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
31 |     }
32 |
[50/66] Compiling OSCKit OSCUdpServer.swift
[51/66] Compiling OSCKit OSCUdpServerConfiguration.swift
[52/66] Compiling OSCKit OSCTcpClient.swift
[53/66] Compiling OSCKit OSCTcpClientConfiguration.swift
[54/66] Compiling OSCKit OSCTcpClientDelegate.swift
[55/66] Compiling OSCKit OSCTcpServer.swift
[56/66] Compiling OSCKit OSCTcpServerConfiguration.swift
[57/66] Compiling OSCKit OSCTcpServerDelegate.swift
[58/66] Compiling OSCKit OSCUdpPeerConfiguration.swift
[59/66] Compiling OSCKit OSCUdpPeerDelegate.swift
[60/66] Compiling OSCKit OSCUdpClient.swift
[61/66] Compiling OSCKit OSCUdpClientConfiguration.swift
[62/66] Compiling OSCKit OSCKit.swift
[63/66] Compiling OSCKit OSCSentPacket.swift
[64/66] Compiling OSCKit OSCTcp.swift
[65/66] Compiling OSCKit OSCUdpClientDelegate.swift
[66/66] Compiling OSCKit OSCUdpPeer.swift
Build complete! (11.94s)
Fetching https://github.com/sammysmallman/CoreOSC.git
Fetching https://github.com/robbiehanson/CocoaAsyncSocket
Fetching https://github.com/svdo/swift-netutils
[1/767] Fetching coreosc
[48/2007] Fetching coreosc, swift-netutils
[317/8432] Fetching coreosc, swift-netutils, cocoaasyncsocket
Fetched https://github.com/robbiehanson/CocoaAsyncSocket from cache (1.32s)
Fetched https://github.com/svdo/swift-netutils from cache (1.32s)
Fetched https://github.com/sammysmallman/CoreOSC.git from cache (1.32s)
Computing version for https://github.com/sammysmallman/CoreOSC.git
Computed https://github.com/sammysmallman/CoreOSC.git at 2.1.0 (1.73s)
Computing version for https://github.com/robbiehanson/CocoaAsyncSocket
Computed https://github.com/robbiehanson/CocoaAsyncSocket at 7.6.5 (0.48s)
Computing version for https://github.com/svdo/swift-netutils
Computed https://github.com/svdo/swift-netutils at 4.2.1 (1.91s)
Creating working copy for https://github.com/robbiehanson/CocoaAsyncSocket
Working copy of https://github.com/robbiehanson/CocoaAsyncSocket resolved at 7.6.5
Creating working copy for https://github.com/sammysmallman/CoreOSC.git
Working copy of https://github.com/sammysmallman/CoreOSC.git resolved at 2.1.0
Creating working copy for https://github.com/svdo/swift-netutils
Working copy of https://github.com/svdo/swift-netutils resolved at 4.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cocoaasyncsocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.6.4",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/robbiehanson/CocoaAsyncSocket"
    },
    {
      "identity" : "swift-netutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/svdo/swift-netutils"
    },
    {
      "identity" : "coreosc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sammysmallman/CoreOSC.git"
    }
  ],
  "manifest_display_name" : "OSCKit",
  "name" : "OSCKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "OSCKit",
      "targets" : [
        "OSCKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCKitTests",
      "path" : "Tests/OSCKitTests",
      "sources" : [
        "OSCKitTests.swift",
        "OSCTcpStreamFramingTests.swift"
      ],
      "target_dependencies" : [
        "OSCKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCKit",
      "module_type" : "SwiftTarget",
      "name" : "OSCKit",
      "path" : "Sources/OSCKit",
      "product_dependencies" : [
        "CocoaAsyncSocket",
        "NetUtils",
        "CoreOSC"
      ],
      "product_memberships" : [
        "OSCKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OSCKit/LICENSE.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Interface.swift",
        "Extensions/Numeric.swift",
        "Extensions/UInt32.swift",
        "OSCKit.swift",
        "OSCSentPacket.swift",
        "OSCTcp.swift",
        "OSCTcpClient.swift",
        "OSCTcpClientConfiguration.swift",
        "OSCTcpClientDelegate.swift",
        "OSCTcpServer.swift",
        "OSCTcpServerConfiguration.swift",
        "OSCTcpServerDelegate.swift",
        "OSCUdpClient.swift",
        "OSCUdpClientConfiguration.swift",
        "OSCUdpClientDelegate.swift",
        "OSCUdpPeer.swift",
        "OSCUdpPeerConfiguration.swift",
        "OSCUdpPeerDelegate.swift",
        "OSCUdpServer.swift",
        "OSCUdpServerConfiguration.swift",
        "OSCUdpServerDelegate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.