Build Information
Successful build of SmartCodable, reference 4.3.9 (7ec57b
), with Swift 5.9 for macOS (SPM) on 31 Mar 2025 17:50:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/intsig171/SmartCodable.git
Reference: 4.3.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/intsig171/SmartCodable
* tag 4.3.9 -> FETCH_HEAD
HEAD is now at 7ec57b4 V4.3.9
Cloned https://github.com/intsig171/SmartCodable.git
Revision (git rev-parse @):
7ec57b4eeeb75d89a315dff5835507de8bb4b5bb
SUCCESS checkout https://github.com/intsig171/SmartCodable.git at 4.3.9
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/intsig171/SmartCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/45] Emitting module SmartCodable
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift:27:32: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
public typealias ColorObject = NSColor
^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
^
[2/49] Compiling SmartCodable DataTransformer.swift
[3/49] Compiling SmartCodable DateTransformer.swift
[4/49] Compiling SmartCodable Transformer.swift
[5/49] Compiling SmartCodable URLTransformer.swift
[6/49] Compiling SmartCodable SmartKeyDecodingStrategy.swift
[7/49] Compiling SmartCodable Patcher+Provider.swift
[8/49] Compiling SmartCodable Patcher+Transformer.swift
[9/49] Compiling SmartCodable Patcher.swift
[10/49] Compiling SmartCodable JSONKeyedEncodingContainer.swift
[11/49] Compiling SmartCodable Cachable.swift
[12/49] Compiling SmartCodable DecodingCache.swift
[13/49] Compiling SmartCodable DecodingError+Extension.swift
[14/49] Compiling SmartCodable JSONDecoderImpl+KeyedContainer.swift
[15/49] Compiling SmartCodable JSONDecoderImpl+SingleValueContainer.swift
[16/49] Compiling SmartCodable JSONSingleValueEncodingContainer.swift
[17/49] Compiling SmartCodable JSONUnkeyedEncodingContainer.swift
[18/49] Compiling SmartCodable EncodingCache.swift
[19/49] Compiling SmartCodable JSONEncoderImpl.swift
[20/49] Compiling SmartCodable _SpecialTreatmentEncoder.swift
[21/49] Compiling SmartCodable JSONDecoderImpl+UnkeyedContainer.swift
[22/49] Compiling SmartCodable JSONDecoderImpl+Unwrap.swift
[23/49] Compiling SmartCodable JSONDecoderImpl.swift
[24/49] Compiling SmartCodable KeysMapper.swift
[25/49] Compiling SmartCodable SmartJSONDecoder.swift
[26/49] Compiling SmartCodable SafeDictionary.swift
[27/49] Compiling SmartCodable SmartSentinel.swift
[28/49] Compiling SmartCodable SmartCodable.swift
[29/49] Compiling SmartCodable SmartDecodable.swift
[30/49] Compiling SmartCodable SmartEncodable.swift
[31/49] Compiling SmartCodable JSONValue.swift
[32/49] Compiling SmartCodable IgnoredKey.swift
[33/49] Compiling SmartCodable SmartAny.swift
[34/49] Compiling SmartCodable SmartAnyImpl.swift
[35/49] Compiling SmartCodable SmartFlat.swift
[36/49] Compiling SmartCodable SmartUpdater.swift
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift:27:32: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
public typealias ColorObject = NSColor
^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
^
[37/49] Compiling SmartCodable SmartCaseDefaultable.swift
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift:27:32: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
public typealias ColorObject = NSColor
^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
^
[38/49] Compiling SmartCodable SmartColor.swift
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift:27:32: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
public typealias ColorObject = NSColor
^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
^
[39/49] Compiling SmartCodable ColorTransformer.swift
/Users/admin/builder/spi-builder-workspace/SmartCodable/Classes/SmartType/SmartColor.swift:27:32: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
public typealias ColorObject = NSColor
^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
^
[40/49] Compiling SmartCodable SmartPublished.swift
[41/49] Compiling SmartCodable WrapperLifecycle.swift
[42/49] Compiling SmartCodable LogCache.swift
[43/49] Compiling SmartCodable LogContainer.swift
[44/49] Compiling SmartCodable LogItem.swift
[45/49] Compiling SmartCodable JSONFuture.swift
[46/49] Compiling SmartCodable SmartJSONEncoder.swift
[47/49] Compiling SmartCodable SmartKeyEncodingStrategy.swift
[48/49] Compiling SmartCodable JSONParser.swift
[49/49] Compiling SmartCodable JSONValue+Extension.swift
Build complete! (9.42s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SmartCodable",
"name" : "SmartCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SmartCodable",
"targets" : [
"SmartCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SmartCodableTests",
"module_type" : "SwiftTarget",
"name" : "SmartCodableTests",
"path" : "Tests",
"sources" : [
"Example.swift"
],
"target_dependencies" : [
"SmartCodable"
],
"type" : "test"
},
{
"c99name" : "SmartCodable",
"module_type" : "SwiftTarget",
"name" : "SmartCodable",
"path" : "SmartCodable/Classes",
"product_memberships" : [
"SmartCodable"
],
"sources" : [
"Cache/Cachable.swift",
"JSONDecoder/Decoder/DecodingCache.swift",
"JSONDecoder/Decoder/DecodingError+Extension.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+KeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+SingleValueContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+UnkeyedContainer.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl+Unwrap.swift",
"JSONDecoder/Decoder/Impl/JSONDecoderImpl.swift",
"JSONDecoder/Decoder/KeysMapper.swift",
"JSONDecoder/Decoder/SmartJSONDecoder.swift",
"JSONDecoder/Decoder/SmartKeyDecodingStrategy.swift",
"JSONDecoder/Patcher/Patcher+Provider.swift",
"JSONDecoder/Patcher/Patcher+Transformer.swift",
"JSONDecoder/Patcher/Patcher.swift",
"JSONEncoder/Container/JSONKeyedEncodingContainer.swift",
"JSONEncoder/Container/JSONSingleValueEncodingContainer.swift",
"JSONEncoder/Container/JSONUnkeyedEncodingContainer.swift",
"JSONEncoder/EncodingCache.swift",
"JSONEncoder/Impl/JSONEncoderImpl.swift",
"JSONEncoder/Impl/_SpecialTreatmentEncoder.swift",
"JSONEncoder/JSONFuture.swift",
"JSONEncoder/SmartJSONEncoder.swift",
"JSONEncoder/SmartKeyEncodingStrategy.swift",
"JSONValue/JSONParser.swift",
"JSONValue/JSONValue+Extension.swift",
"JSONValue/JSONValue.swift",
"PropertyWrapper/IgnoredKey.swift",
"PropertyWrapper/SmartAny/SmartAny.swift",
"PropertyWrapper/SmartAny/SmartAnyImpl.swift",
"PropertyWrapper/SmartFlat.swift",
"PropertyWrapper/SmartPublished.swift",
"PropertyWrapper/WrapperLifecycle.swift",
"Sentinel/LogCache.swift",
"Sentinel/LogContainer.swift",
"Sentinel/LogItem.swift",
"Sentinel/SafeDictionary.swift",
"Sentinel/SmartSentinel.swift",
"SmartCodable/SmartCodable.swift",
"SmartCodable/SmartDecodable.swift",
"SmartCodable/SmartEncodable.swift",
"SmartCodable/SmartUpdater.swift",
"SmartType/SmartCaseDefaultable.swift",
"SmartType/SmartColor.swift",
"Transformer/ColorTransformer.swift",
"Transformer/DataTransformer.swift",
"Transformer/DateTransformer.swift",
"Transformer/Transformer.swift",
"Transformer/URLTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.