Build Information
Successful build of WasmInterpreter, reference main (3a6963), with Swift 6.0 for macOS (SPM) on 14 May 2025 13:16:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shareup/wasm-interpreter-apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shareup/wasm-interpreter-apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3a69633 Update .swiftformat
Cloned https://github.com/shareup/wasm-interpreter-apple.git
Revision (git rev-parse @):
3a69633a5a8d8d2ede5cfd1c4e45af7d542b4f09
SUCCESS checkout https://github.com/shareup/wasm-interpreter-apple.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/shareup/wasm-interpreter-apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying CWasm3.framework
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/8] Compiling Synchronized Lock.swift
[6/8] Compiling Synchronized RecursiveLock.swift
[7/8] Emitting module Synchronized
[8/8] Compiling Synchronized Locked.swift
[9/19] Compiling WasmInterpreter WasmInterpreterError.swift
[10/20] Compiling WasmInterpreter String+WasmInterpreter.swift
[11/20] Compiling WasmInterpreter WasmInterpreter+ImportHandler.swift
[12/20] Compiling WasmInterpreter WasmType.swift
[13/20] Compiling WasmInterpreter String+WasmTypeProtocol.swift
[14/20] Compiling WasmInterpreter NativeFunction.swift
[15/20] Emitting module WasmInterpreter
[16/20] Compiling WasmInterpreter WasmInterpreter+Call.swift
[17/20] Compiling WasmInterpreter NativeFunctionSignature.swift
[18/20] Compiling WasmInterpreter Heap.swift
[19/20] Compiling WasmInterpreter ImportedFunctionCache.swift
[20/20] Compiling WasmInterpreter WasmInterpreter.swift
/Users/admin/builder/spi-builder-workspace/Sources/WasmInterpreter/WasmInterpreter.swift:125:31: warning: forming 'UnsafeRawPointer' to a variable of type '[T]'; this is likely incorrect because 'T' may contain an object reference.
123 | var values = values
124 | try writeToHeap(
125 | data: Data(bytes: &values, count: values.count * MemoryLayout<T>.size),
| `- warning: forming 'UnsafeRawPointer' to a variable of type '[T]'; this is likely incorrect because 'T' may contain an object reference.
126 | byteOffset: byteOffset
127 | )
Build complete! (9.65s)
Fetching https://github.com/shareup/synchronized.git
[1/205] Fetching synchronized
Fetched https://github.com/shareup/synchronized.git from cache (0.74s)
Computing version for https://github.com/shareup/synchronized.git
Computed https://github.com/shareup/synchronized.git at 4.0.1 (0.51s)
Creating working copy for https://github.com/shareup/synchronized.git
Working copy of https://github.com/shareup/synchronized.git resolved at 4.0.1
[16375/2666786] Downloading https://github.com/shareup/cwasm3/releases/download/v0.5.2/CWasm3-0.5.0.xcframework.zip
Downloading binary artifact https://github.com/shareup/cwasm3/releases/download/v0.5.2/CWasm3-0.5.0.xcframework.zip
Downloaded https://github.com/shareup/cwasm3/releases/download/v0.5.2/CWasm3-0.5.0.xcframework.zip (1.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "synchronized",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shareup/synchronized.git"
}
],
"manifest_display_name" : "WasmInterpreter",
"name" : "WasmInterpreter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "WasmInterpreter",
"targets" : [
"WasmInterpreter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WasmInterpreterTests",
"module_type" : "SwiftTarget",
"name" : "WasmInterpreterTests",
"path" : "Tests/WasmInterpreterTests",
"sources" : [
"String+WasmTypeProtocolTests.swift",
"Wasm Modules/AddModule.swift",
"Wasm Modules/ConstantModule.swift",
"Wasm Modules/FibonacciModule.swift",
"Wasm Modules/ImportedAddModule.swift",
"Wasm Modules/MemoryModule.swift",
"WasmInterpreterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WasmInterpreter"
],
"type" : "test"
},
{
"c99name" : "WasmInterpreter",
"module_type" : "SwiftTarget",
"name" : "WasmInterpreter",
"path" : "Sources/WasmInterpreter",
"product_dependencies" : [
"Synchronized"
],
"product_memberships" : [
"WasmInterpreter"
],
"sources" : [
"Heap.swift",
"ImportedFunctionCache.swift",
"NativeFunction.swift",
"NativeFunctionSignature.swift",
"String+WasmInterpreter.swift",
"String+WasmTypeProtocol.swift",
"WasmInterpreter+Call.swift",
"WasmInterpreter+ImportHandler.swift",
"WasmInterpreter.swift",
"WasmInterpreterError.swift",
"WasmType.swift"
],
"target_dependencies" : [
"CWasm3"
],
"type" : "library"
},
{
"c99name" : "CWasm3",
"module_type" : "BinaryTarget",
"name" : "CWasm3",
"path" : "remote/archive/CWasm3-0.5.0.xcframework.zip",
"product_memberships" : [
"WasmInterpreter"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.7"
}
Done.