The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DevelopmentKit, reference 0.0.8 (d91c78), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 02:36:41 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/milleyin/DevelopmentKit.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/milleyin/DevelopmentKit
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at d91c789 Merge pull request #36 from milleyin/Dev
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
d91c789f973b5771510bc8909b3b6e55397122e4
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at 0.0.8
========================================
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": "developmentkit",
      "name": "DevelopmentKit",
      "url": "https://github.com/milleyin/DevelopmentKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DevelopmentKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/milleyin/DevelopmentKit.git
[1/436] Fetching developmentkit
Fetched https://github.com/milleyin/DevelopmentKit.git from cache (0.74s)
Creating working copy for https://github.com/milleyin/DevelopmentKit.git
Working copy of https://github.com/milleyin/DevelopmentKit.git resolved at 0.0.8 (d91c789)
warning: '.resolve-product-dependencies': dependency 'developmentkit' 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/milleyin/DevelopmentKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/14] Compiling DevelopmentKit LogLocalManager.swift
[4/14] Compiling DevelopmentKit Models.swift
[5/15] Compiling DevelopmentKit Log.swift
[6/15] Compiling DevelopmentKit UIApplication.swift
[7/15] Compiling DevelopmentKit String.swift
[8/15] Compiling DevelopmentKit Date.swift
[9/15] Compiling DevelopmentKit Double.swift
[10/15] Compiling DevelopmentKit Utilities.swift
[11/15] Compiling DevelopmentKit DevelopmentKit.swift
[12/15] Compiling DevelopmentKit Network.swift
[13/15] Compiling DevelopmentKit SysInfo.swift
[14/15] Emitting module DevelopmentKit
[15/15] Compiling DevelopmentKit NavigationRouter.swift
Build complete! (10.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DevelopmentKit",
  "name" : "DevelopmentKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DevelopmentKit",
      "targets" : [
        "DevelopmentKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DevelopmentKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DevelopmentKitTests",
      "path" : "Tests",
      "sources" : [
        "DevelopmentKitTests.swift"
      ],
      "target_dependencies" : [
        "DevelopmentKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DevelopmentKit",
      "module_type" : "SwiftTarget",
      "name" : "DevelopmentKit",
      "path" : "Sources/DevelopmentKit",
      "product_memberships" : [
        "DevelopmentKit"
      ],
      "sources" : [
        "API/Network.swift",
        "API/SysInfo.swift",
        "API/Utilities.swift",
        "DevelopmentKit.swift",
        "Ext./Date.swift",
        "Ext./Double.swift",
        "Ext./String.swift",
        "Ext./UIApplication.swift",
        "Log/Log.swift",
        "Log/LogLocalManager.swift",
        "Models.swift",
        "NavigationRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.