Build Information
Successful build of Himotoki, reference 4.0.0 (58736b
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:40:50 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/ikesyo/Himotoki.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikesyo/Himotoki
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at 58736bd Release 4.0.0
Submodule path 'Carthage/Checkouts/xcconfigs': checked out '8ed0ba267f6fb0b53343e11aad067314438a781c'
Submodule 'Carthage/Checkouts/xcconfigs' (https://github.com/jspahrsummers/xcconfigs.git) registered for path 'Carthage/Checkouts/xcconfigs'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/xcconfigs'...
Cloned https://github.com/ikesyo/Himotoki.git
Revision (git rev-parse @):
58736bd328e218b4080b034d19211f0263e29b45
SUCCESS checkout https://github.com/ikesyo/Himotoki.git at 4.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ikesyo/Himotoki.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/13] Compiling Himotoki Transformer.swift
[4/13] Compiling Himotoki NSNumber.swift
[5/13] Compiling Himotoki KeyPath.swift
[6/13] Compiling Himotoki Extractor.swift
[7/13] Compiling Himotoki RawRepresentable.swift
[8/13] Compiling Himotoki Casting.swift
[9/13] Compiling Himotoki Decodable.swift
[10/13] Compiling Himotoki Operators.swift
[11/13] Compiling Himotoki DecodeError.swift
[12/13] Compiling Himotoki StandardLib.swift
[13/13] Emitting module Himotoki
[14/14] Compiling Himotoki decode.swift
Build complete! (3.83s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Himotoki",
"name" : "Himotoki",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Himotoki",
"targets" : [
"Himotoki"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "HimotokiTests",
"module_type" : "SwiftTarget",
"name" : "HimotokiTests",
"path" : "Tests/HimotokiTests",
"sources" : [
"DecodableTest.swift",
"DecodeErrorTest.swift",
"DecodeWithRootKeyPathTest.swift",
"KeyPathTest.swift",
"NestedObjectParsingTest.swift",
"RawRepresentableTest.swift",
"TransformerTest.swift"
],
"target_dependencies" : [
"Himotoki"
],
"type" : "test"
},
{
"c99name" : "Himotoki",
"module_type" : "SwiftTarget",
"name" : "Himotoki",
"path" : "Sources",
"product_memberships" : [
"Himotoki"
],
"sources" : [
"Casting.swift",
"Decodable.swift",
"DecodeError.swift",
"Extractor.swift",
"KeyPath.swift",
"NSNumber.swift",
"Operators.swift",
"RawRepresentable.swift",
"StandardLib.swift",
"Transformer.swift",
"decode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.