The Swift Package Index logo.Swift Package Index

Build Information

Successful build of APUserAgentGenerator, reference 1.5.0 (c7f84d), with Swift 6.0 for macOS (SPM) on 4 Feb 2026 11:21:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APUserAgentGenerator.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/APUserAgentGenerator
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at c7f84df Update iOS platform version in Package.swift
Cloned https://github.com/aporat/APUserAgentGenerator.git
Revision (git rev-parse @):
c7f84df52f5b338eb5901156a900fd139052b271
SUCCESS checkout https://github.com/aporat/APUserAgentGenerator.git at 1.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/aporat/APUserAgentGenerator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/8] Compiling DeviceKit resource_bundle_accessor.swift
[7/8] Emitting module DeviceKit
[8/8] Compiling DeviceKit Device.generated.swift
[9/15] Compiling APUserAgentGenerator resource_bundle_accessor.swift
[10/15] Compiling APUserAgentGenerator UABrowser.swift
[11/15] Compiling APUserAgentGenerator APAppUserAgentBuilder.swift
[12/15] Emitting module APUserAgentGenerator
[13/15] Compiling APUserAgentGenerator Extensions.swift
[14/15] Compiling APUserAgentGenerator APWebBrowserAgentBuilder.swift
[15/15] Compiling APUserAgentGenerator UADevice.swift
Build complete! (11.56s)
Fetching https://github.com/devicekit/DeviceKit.git
[1/4311] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (1.18s)
Computing version for https://github.com/devicekit/DeviceKit.git
Computed https://github.com/devicekit/DeviceKit.git at 5.7.0 (3.53s)
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 5.7.0
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
Build complete.
{
  "dependencies" : [
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit.git"
    }
  ],
  "manifest_display_name" : "APUserAgentGenerator",
  "name" : "APUserAgentGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "APUserAgentGenerator",
      "targets" : [
        "APUserAgentGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APUserAgentGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "APUserAgentGeneratorTests",
      "path" : "Tests",
      "sources" : [
        "APAppUserAgentBuilderTests.swift",
        "APWebBrowserAgentBuilderTests.swift"
      ],
      "target_dependencies" : [
        "APUserAgentGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APUserAgentGenerator",
      "module_type" : "SwiftTarget",
      "name" : "APUserAgentGenerator",
      "path" : "Sources",
      "product_dependencies" : [
        "DeviceKit"
      ],
      "product_memberships" : [
        "APUserAgentGenerator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "APAppUserAgentBuilder.swift",
        "APWebBrowserAgentBuilder.swift",
        "Extensions.swift",
        "UABrowser.swift",
        "UADevice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.