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 HandyJSON, reference 5.0.2 (dcf39c), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 22:37:04 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/alibaba/HandyJSON.git
Reference: 5.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alibaba/HandyJSON
 * tag               5.0.2      -> FETCH_HEAD
HEAD is now at dcf39cf 5.0.2
Cloned https://github.com/alibaba/HandyJSON.git
Revision (git rev-parse @):
dcf39cf062680ffa4fd0acb7f9117a97755c113f
SUCCESS checkout https://github.com/alibaba/HandyJSON.git at 5.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alibaba/HandyJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/35] Emitting module HandyJSON
/Users/admin/builder/spi-builder-workspace/Source/CBridge.swift:27:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
25 | import Foundation
26 |
27 | @_silgen_name("swift_getTypeByMangledNameInContext")
   |  `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
28 | public func _getTypeByMangledNameInContext(
29 |     _ name: UnsafePointer<UInt8>,
[4/38] Compiling HandyJSON TransformType.swift
[5/38] Compiling HandyJSON Transformable.swift
[6/38] Compiling HandyJSON URLTransform.swift
[7/38] Compiling HandyJSON Logger.swift
[8/38] Compiling HandyJSON MangledName.swift
[9/38] Compiling HandyJSON Measuable.swift
[10/38] Compiling HandyJSON ReflectionHelper.swift
[11/38] Compiling HandyJSON Serializer.swift
[12/38] Compiling HandyJSON TransformOf.swift
[13/38] Compiling HandyJSON Metadata.swift
[14/38] Compiling HandyJSON NSDecimalNumberTransform.swift
[15/38] Compiling HandyJSON OtherExtension.swift
[16/38] Compiling HandyJSON PointerType.swift
/Users/admin/builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |
26 | extension PointerType {
27 |     init<T>(pointer: UnsafePointer<T>) {
   |          `- note: 'T' previously declared here
28 |         func cast<T, U>(_ value: T) -> U {
   |                   `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |             return unsafeBitCast(value, to: U.self)
30 |         }
[17/38] Compiling HandyJSON Properties.swift
/Users/admin/builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |
26 | extension PointerType {
27 |     init<T>(pointer: UnsafePointer<T>) {
   |          `- note: 'T' previously declared here
28 |         func cast<T, U>(_ value: T) -> U {
   |                   `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |             return unsafeBitCast(value, to: U.self)
30 |         }
[18/38] Compiling HandyJSON PropertyInfo.swift
/Users/admin/builder/spi-builder-workspace/Source/PointerType.swift:28:19: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |
26 | extension PointerType {
27 |     init<T>(pointer: UnsafePointer<T>) {
   |          `- note: 'T' previously declared here
28 |         func cast<T, U>(_ value: T) -> U {
   |                   `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 |             return unsafeBitCast(value, to: U.self)
30 |         }
[19/38] Compiling HandyJSON AnyExtensions.swift
/Users/admin/builder/spi-builder-workspace/Source/CBridge.swift:27:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
25 | import Foundation
26 |
27 | @_silgen_name("swift_getTypeByMangledNameInContext")
   |  `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
28 | public func _getTypeByMangledNameInContext(
29 |     _ name: UnsafePointer<UInt8>,
[20/38] Compiling HandyJSON BuiltInBasicType.swift
/Users/admin/builder/spi-builder-workspace/Source/CBridge.swift:27:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
25 | import Foundation
26 |
27 | @_silgen_name("swift_getTypeByMangledNameInContext")
   |  `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
28 | public func _getTypeByMangledNameInContext(
29 |     _ name: UnsafePointer<UInt8>,
[21/38] Compiling HandyJSON BuiltInBridgeType.swift
/Users/admin/builder/spi-builder-workspace/Source/CBridge.swift:27:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
25 | import Foundation
26 |
27 | @_silgen_name("swift_getTypeByMangledNameInContext")
   |  `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
28 | public func _getTypeByMangledNameInContext(
29 |     _ name: UnsafePointer<UInt8>,
[22/38] Compiling HandyJSON CBridge.swift
/Users/admin/builder/spi-builder-workspace/Source/CBridge.swift:27:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
25 | import Foundation
26 |
27 | @_silgen_name("swift_getTypeByMangledNameInContext")
   |  `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
28 | public func _getTypeByMangledNameInContext(
29 |     _ name: UnsafePointer<UInt8>,
[23/38] Compiling HandyJSON DateFormatterTransform.swift
[24/38] Compiling HandyJSON DateTransform.swift
[25/38] Compiling HandyJSON Deserializer.swift
[26/38] Compiling HandyJSON EnumTransform.swift
[27/38] Compiling HandyJSON EnumType.swift
[28/38] Compiling HandyJSON Export.swift
[29/38] Compiling HandyJSON ExtendCustomBasicType.swift
[30/38] Compiling HandyJSON ExtendCustomModelType.swift
[31/38] Compiling HandyJSON Configuration.swift
[32/38] Compiling HandyJSON ContextDescriptorType.swift
[33/38] Compiling HandyJSON CustomDateFormatTransform.swift
[34/38] Compiling HandyJSON DataTransform.swift
[35/38] Compiling HandyJSON FieldDescriptor.swift
[36/38] Compiling HandyJSON HelpingMapper.swift
[37/38] Compiling HandyJSON HexColorTransform.swift
[38/38] Compiling HandyJSON ISO8601DateTransform.swift
Build complete! (7.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HandyJSON",
  "name" : "HandyJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HandyJSON",
      "targets" : [
        "HandyJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HandyJSON",
      "module_type" : "SwiftTarget",
      "name" : "HandyJSON",
      "path" : "Source",
      "product_memberships" : [
        "HandyJSON"
      ],
      "sources" : [
        "AnyExtensions.swift",
        "BuiltInBasicType.swift",
        "BuiltInBridgeType.swift",
        "CBridge.swift",
        "Configuration.swift",
        "ContextDescriptorType.swift",
        "CustomDateFormatTransform.swift",
        "DataTransform.swift",
        "DateFormatterTransform.swift",
        "DateTransform.swift",
        "Deserializer.swift",
        "EnumTransform.swift",
        "EnumType.swift",
        "Export.swift",
        "ExtendCustomBasicType.swift",
        "ExtendCustomModelType.swift",
        "FieldDescriptor.swift",
        "HelpingMapper.swift",
        "HexColorTransform.swift",
        "ISO8601DateTransform.swift",
        "Logger.swift",
        "MangledName.swift",
        "Measuable.swift",
        "Metadata.swift",
        "NSDecimalNumberTransform.swift",
        "OtherExtension.swift",
        "PointerType.swift",
        "Properties.swift",
        "PropertyInfo.swift",
        "ReflectionHelper.swift",
        "Serializer.swift",
        "TransformOf.swift",
        "TransformType.swift",
        "Transformable.swift",
        "URLTransform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.