Build Information
Successful build of Mappable, reference master (6db81d), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:41:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/leavez/Mappable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leavez/Mappable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6db81dc bump version
Cloned https://github.com/leavez/Mappable.git
Revision (git rev-parse @):
6db81dc7e70cf73bf9a122ed359f16d1b90606cb
SUCCESS checkout https://github.com/leavez/Mappable.git at master
========================================
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": "mappable",
"name": "Mappable",
"url": "https://github.com/leavez/Mappable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Mappable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/leavez/Mappable.git
[1/343] Fetching mappable
Fetched https://github.com/leavez/Mappable.git from cache (0.58s)
Creating working copy for https://github.com/leavez/Mappable.git
Working copy of https://github.com/leavez/Mappable.git resolved at master (6db81dc)
warning: '.resolve-product-dependencies': dependency 'mappable' 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/leavez/Mappable.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/10] Compiling Mappable JSON.swift
[4/10] Compiling Mappable Mappable+ContainerType.swift
[5/10] Compiling Mappable Mappable.swift
[6/10] Compiling Mappable Mappable+Enum.swift
[7/10] Compiling Mappable Mappable+BasicType.swift
[8/10] Compiling Mappable Mapper.swift
[9/10] Emitting module Mappable
[10/10] Compiling Mappable Misc.swift
Build complete! (4.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Mappable",
"name" : "Mappable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mappable",
"targets" : [
"Mappable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappableTests",
"module_type" : "SwiftTarget",
"name" : "MappableTests",
"path" : "Tests/MappableTests",
"sources" : [
"BasicTypesTest/BaseTest.swift",
"BasicTypesTest/BasicTypeTest.swift",
"BasicTypesTest/EnumTest.swift",
"CollectionTypesTest/ArrayTests.swift",
"CollectionTypesTest/DictionaryTest.swift",
"CollectionTypesTest/OptionalTest.swift",
"CollectionTypesTest/SetTest.swift",
"MapperTests.swift",
"MiscTest.swift",
"OmniTest/DefaultValueTest.swift",
"OmniTest/InheritanceTest.swift",
"OmniTest/NestKeyPathTest.swift",
"OmniTest/OmniTest.swift"
],
"target_dependencies" : [
"Mappable"
],
"type" : "test"
},
{
"c99name" : "Mappable",
"module_type" : "SwiftTarget",
"name" : "Mappable",
"path" : "Sources/Mappable",
"product_memberships" : [
"Mappable"
],
"sources" : [
"JSON.swift",
"Mappable+BasicType.swift",
"Mappable+ContainerType.swift",
"Mappable+Enum.swift",
"Mappable.swift",
"Mapper.swift",
"Misc.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.